Tag
AI Agents
Introspection Is the Work
Every project has some way of seeing what it's doing. Almost all of it was built for a person, and that's now the wrong shape.
Syntax Highlighting for Code Blocks
Part 4 of building a terminal agent from scratch. Adding syntax highlighting for code blocks using regex-based patterns.
Rendering Markdown in the Terminal
Add markdown rendering with ANSI escape codes to display formatted text in the terminal.
The Conversation Loop
Implement a conversation loop with message history for back-and-forth exchanges with the LLM.
Building an Agent from Scratch
Start building a terminal coding agent using Clojure with minimal dependencies.