The Open/Closed Problem in AI
vinhnx
14 points
5 comments
May 26, 2026
Related Discussions
Found 5 related stories in 504.4ms across 14,015 title embeddings via pgvector HNSW
- The state of open source AI rellem · 407 pts · July 17, 2026 · 62% similar
- What's Wrong with AI? Arch485 · 33 pts · May 11, 2026 · 59% similar
- Can open-source beat OpenAI? devonnull · 11 pts · June 16, 2026 · 59% similar
- Working With AI: A concrete example comma_at · 125 pts · June 29, 2026 · 58% similar
- It's open season for refusing AI HotGarbage · 11 pts · April 04, 2026 · 57% similar
Discussion Highlights (3 comments)
bantunes
I assume there's just too much money in optimizing for the thing that works now and making it faster than in risking it all on unproven approaches.
cush
This kind of continuous fine tuning is being actively researched very heavily, but you might not see much about it at a conference because the labs don’t have enough to show their cards yet.
skybrian
Storing configuration and “memory” outside the LLM in prompts and skills written in English and in tools written in ordinary programming languages makes them far easier to modify by ordinary programmers who aren’t AI experts, and we can use the coding skills of LLM’s to modify them too. It seems a lot more “open” and accessible than it would to store memories in an opaque neuralese that we have to do mechanistic interpretability research on to get even a partial understanding. There’s a lot of churn in the agent harness space but I expect to see innovation come out of it, too.