The Open/Closed Problem in AI
vinhnx
14 points
5 comments
May 26, 2026
Related Discussions
Found 5 related stories in 99.5ms across 8,541 title embeddings via pgvector HNSW
- What's Wrong with AI? Arch485 · 33 pts · May 11, 2026 · 59% similar
- It's open season for refusing AI HotGarbage · 11 pts · April 04, 2026 · 57% similar
- Why No AI Games? pavel_lishin · 67 pts · March 03, 2026 · 56% similar
- OpenCode – Open source AI coding agent rbanffy · 607 pts · March 20, 2026 · 55% similar
- If AI has a bright future, why does AI think it doesn't? JCW2001 · 15 pts · March 06, 2026 · 55% 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.