The Knowledge Chipper: An Agentic Coding Story
5 hours ago
- Developers and LLMs spend significant effort building context to make code changes, but most of that knowledge is lost after each session.
- The article 'The Session You Cannot Take With You' argues that black-box AI agents damage institutional knowledge and session resumability.
- Different LLMs like Codex and Claude working on the same code start from scratch, wasting millions of tokens.
- LLM portability becomes urgent due to geopolitical disruptions, such as the AWS datacenter outage in Bahrain.
- Combining LLMs (e.g., Google's agent reviewing Claude's work) highlights the inefficiency of context loss.
- In larger teams, code reviewers lack context from the original LLM session, leading to poor understanding of nuanced changes.
- Junior developers may produce large code changes without documenting context, forcing senior engineers to recreate all context from scratch.