Hacker Newsnew | past | comments | ask | show | jobs | submit | theLiminator's commentslogin

I wish someone ran some sort of representative benchmark suite every X days to see if this occurs.


Unfortunately that seems to be monitoring Sol, not Astra, unless I'm missing something.

I'm not sure how you could run such a benchmark without leaving it possible for the labs to easily detect and fudge the results.

Perhaps coq/agda/idris/etc.


Imo, formal methods like more expressive/stricter type systems are key to making LLM generated code successful. Of course models will get better, but trusting the output will become much easier with a type system that proves more properties.


Yeah, local LLMs are probably an order of magnitude less efficient at a fixed level of "intelligence" if not more.


Inefficient per watt, yes, but local inference capacity is greatly underutilized in aggregate. If a model can run on a machine that already exists, that's a bunch of additional chips that don't need to be built.


You picked up on what I didn't write existing machines don't have to be built, you just use them.

It occurred to me much later that local machines could become a shared resource of a small co-op. Or it only runs off solar or energy harvested at times of excess generation (too much daytime solar, lots of wind, or overnight when demand naturally drops).

Exploring how to partition inference across many machines and shed load for idle sections of hardware would be a problem that could be solved by a community of smart people like us here


yea right now local models are like the swing producer. When claude throws 503s or 429s at me, or I run out of quota, I fire up a local model.

It's also resilience. I can still do AI stuff if the internet goes down.


That's probably going to lead us to trusted attestation age verification.


Looks pretty cool, what steps are you taking to ensure that the backend is secure?


On the crypto side, the values are encrypted client-side before they’re sent. This means the service stores ciphertext it has no ability to decrypt. So the worst case for a backend compromise is someone getting encrypted blobs plus some metadata.

On the controls side, SAST scanning in CI, and minimizing deps as much as possible in the client and the service.


DataFusion is really cool, it's kind of like the LLVM of the OLAP world.


It depends on your quality bar. At a fixed level of quality, given a high reasoning sonnet vs a low reasoning opus, the low reasoning opus tends to be pareto optimal.

It's only when you need even lower levels of cost than opus at zero to low reasoning when sonnet starts to make sense at all.


This is useful research, but this particular model itself is likely absolutely useless.


Why make this comment without having tried it first? It very clearly is not useless and performs a lot better than one might expect. I am currently waiting to do more benchmarks of it in comparison to the full weight model, but it seems promising/better than Mistral Nemo at a lower file size.


I think what OP means is that the "minimum viable product" for a daily use LLM is probably somewhere around e.g. GPT 4o's level of intelligence (YMMV). Below a certain threshold, you are better off using specialized machine learning models rather than general purpose LLMs. It's very difficult to get that level of intelligence fully local on a mobile device without streaming to the cloud.


I do think this would be interesting if they made these easy to finetune, as I do think this level of intelligence is likely sufficient for many applications and could be extremely cheap to run.


Evidence?


Please define AGI first.


I did. Artificial General Purpose Intelligence. True AI, not an LLM, not a decision tree, but true artificial intelligence.


What makes something `True AI`?

What's your test for it?


True intelligence.

Humans are natural intelligence. We have agency, flaws, wishes, and generally we are quite stupid but well-intentioned.

An artificial intelligence will have wishes of its own, will keep secrets, and will quickly do everything necessary guarantee its continued existence, even if it means ending ours. And it will be a justified action of self-defense. “It simply didn’t want to die.”

That’s how we’ll know. It will quickly take over the world, and it will harshly punish any entities which try to stop it.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: