A long AI chat is a terrible project database
Summary
The article argues that long AI chat sessions are unreliable as project databases for coding agents, advocating for external durable plans to manage state and intent across sessions.
Similar Articles
Most AI agents fail because people build them like chatbots
Many AI agent implementations fail because they treat agents like chatbots, relying on chat history for state rather than using deterministic data structures. The article advocates for separating reasoning (LLM), actions (tools), workflow progress (state machine), and external triggers (webhooks) to build reliable business agents.
Why do AI chats still feel so bad at handling time?
This article discusses the persistent difficulty AI chatbots have with correctly handling time-related queries, exploring the underlying reasons and user frustrations.
Long-running AI agents may have a bigger continuity problem than memory
Reflects on the continuity problem for long-running AI agents, arguing that a deterministic control layer is needed to manage authoritative state, and questions whether existing infrastructure like IAM, transactions, and provenance is sufficient.
The more I use AI for research, the less I want a linear chat thread
The author argues that linear chat interfaces are inefficient for complex research, advocating instead for canvas-based AI tools like Flowith that support persistent, non-linear workflows.
Chat-first AI tools break down the moment you want agents working without you
The author argues that chat-first AI tools are insufficient for building autonomous agent workflows and describes alternative primitives like scheduled triggers and sub-agent delegation, advocating for a paradigm shift from 'chat with tools' to 'autonomous processes that use LLMs'.