9 posts tagged 'ai'

2026

2026

2026

2026

AI Agents Need to Learn to Forget

A large part of human memory is learning to forget. If our brain remembered everything perfectly, it would get stuffed with irrelevant facts, making it harder to retrieve relevant information. This is what makes implementing memory for AI agents so hard - the ability to differentiate what is truly relevant is absolutely needed or else the memory just fills up with junk.

2026

2026

2026

Claude Code as My Personal Agentic Framework

Claude Code may end up becoming the personal agentic framework that I've been looking for.

In the past when I needed some agentic behaviour (example: answer questions based on some documents), I used to look at hand rolling a solution. It's time consuming and not particularly easy to build and …

2026

CLI Wins Over MCP for AI Agents

MCP or CLI? There was a huge amount of hype over MCP around a year ago, but today it seems like the command line interface has quietly won the game.

That's right, it you want your agent to interact with an external system, building a CLI interface seems the way …

2023

The Concept of Superposition

We have been talking the last few days about ChatGPT. One of the interesting things about a deep learning AI system is how it 'stores' knowledge.

In traditional computing systems, we can point to part on the storage device and say "these bytes are stored here" and "these other bytes …