Hundreds of builders just admitted LLMs don't think. Their fix: manually writing thinking architecture files (PROGRESS.md, DECISIONS.md, IDENTITY.md) for every project. Most AI advice still chases better prompts. The real work moved up a layer. Here's what changed and what it
AI
-
Browser Do Not Track Option Insufficient Privacy Protection
By
–
y'a une option "do not track" au niveau du navigateur, ça aurait dû être suffisant
-
TED Talk on Retinal Information Processing in AI Vision
By
–
I gave a @TEDTalks on this topic, and the richness of information from the retina keeps expanding
-
Cuenca acquires Javilopen: $10M to $30M ARR growth story
By
–
~1 year ago I also had a chat with @javilopen who @cuenca managed to snap up when they had just passed $10M ARR (now well over +$30M in ARR from upscaling alone). savvy business decision this was a good conversation with Javi.
-
Magnific Upscaler: Early Experience with AI Image Upscaling
By
–
I also remember when I first got to use the Magnific Upscaler… Wild times.
-

OpenKB: Open-Source PDF Search Without Chunking or Embedding
By
–
You can now search a 500-page PDF without chunking or embedding anything. Andrej Karpathy floated an idea recently. What if your knowledge base worked like a wiki instead of a vector database? OpenKB is the open-source CLI built on that exact concept. It compiles raw
-
OpenKB Repository and AlphaSignal Daily AI Summary
By
–
Repo: https://
github.com/VectifyAI/Open
KB
… Check out http://
AlphaSignal.ai to get a daily summary of top models, repos, and papers in AI. Read by 280,000+ devs. -
Building Block Approach Scales Agent Systems in Production
By
–
Why the building block approach actually scales in the real world: → You can compose agents instead of rebuilding them
→ You control behavior by design, not by prompt hacking
→ You can change one block without breaking the whole system This is how you go from experiments to -
AI Should Be a System of Small Well-Defined Agent Functions
By
–
The biggest “aha” from this conversation with Arno at Elastic: AI should not be one giant brain. → It should be a system of small, well-defined functions
→ Each function has a clear role
→ Each agent only gets the power it needs, nothing more This is how you avoid chaos as