HN user

lucrbvi

94 karma

https://lucrbvi.com

Posts5
Comments27
View on HN

Such a gem, thanks to the author for sharing it's findings :)

The only problem I have with planing in latent space is that it can be really noisy and not representative of the positions in the game (the latent are trained for semantic, so the optimizer can focus a set of specific features and can skip positions, which means it cannot know "where" to go by optimizing on the latents directly).

Anthropic theorize that middle layers in an LLM is a "J-Space" used to "think" about the future answer or about abstract concepts.

Their method is used to identify which tokens can appears in which layers of the model.

I really like QBE but I hope they will make it a true library because I don't want to launch a subprocess to compile a program.

DeepSeek v4 3 months ago

They have added a lot of optimization focussing on the KV-cache, so they can have a much larger window without eating all the VRAM.

The 1M window might be usable, but it will probably underperform against a smaller window of course.

Is there anyone that feels that LLMs are wrong for computer use? It's like robotic, if find LLMs alone are really slow for this task

Claude Opus 4.7 3 months ago

Some people are speculating that Opus 4.7 is distilled from Mythos due to the new tokenizer (it means Opus 4.7 is a new base model, not just an improved Opus 4.6)

Hi! I share my first blog post ever about the definition on AGI following the annoucement of Claude Myhtos Preview.

I hope some of you might found this interesting.

I wouldn't be surprised if Vercel were bought by Anthropic/OAI (but maybe it would be too expensive?)

This is a weird pattern accross OpenAI/Anthropic to buy startups building better toolings.

I don't really see the value for OAI/Anthropic, but it's nice to know that uv (+ ty and many others) and Bun will stay maintained!

I share the feeling; but people using it are mostly non-technicals (despite the 50+ config files lol) and are just runing it constantly to do random things.

But a message bot + Claude Code/Codex would be the better version

Why does OpenClaw have 800,000+ lines of code?? Isn't it just a connector for LLM APIs and other tools?

Yes, in "runtime optimization" the model is just a computation graph so we can use a lot of well known tricks from compilation like dead code elimination and co..