Want to connect with Very Ok Productions?
Join organizations building the agentic web. Get introductions, share updates, and shape the future of .agent.
Is this your company?
Claim this profile to update your info, add products, and connect with the community.
Aider is a primary example of an "agentic" developer tool that prioritizes file-system agency. Unlike standard chat interfaces that merely provide code snippets for a user to copy-paste, Aider is designed to act on the environment. It has the authority to browse files, search the repository, and commit changes. This makes it a bridge between passive AI assistants and fully autonomous software agents.
In the broader stack, Very Ok Productions is pushing the boundaries of context management. Their use of repository mapping is a key contribution to how agents navigate complex, multi-file systems. By maintaining a human-in-the-loop workflow while providing the agent with high-level architectural awareness, they offer a model for how agents can be integrated into professional workflows without sacrificing control or reliability.
Very Ok Productions is the boutique software entity behind Aider, a command-line tool that has become a staple in the AI coding agent ecosystem. While much of the industry has focused on building entire IDEs—like Cursor—or browser-based development environments, Very Ok Productions took a different path. They built a tool that integrates directly into the developer’s existing terminal and git workflow, allowing for AI-mediated editing without forcing a change in editors.
Founded in late 2022 and based in Ruislip, London, the company is led by Paul Gauthier. Gauthier’s background is significant; he was a founding engineer at Inktomi and later worked at Google. This experience in search and large-scale systems is visible in Aider’s technical architecture, particularly in how it handles the context window problem. Rather than just passing snippets of code to a model, Aider attempts to understand the architecture of the project it is working on.
The core challenge of AI coding is providing the model with enough relevant context from a large codebase without overwhelming it or wasting tokens. Aider solves this with a repository map. By using ctags to create a concise summary of the entire project’s symbols and relationships, Aider provides the LLM with a bird’s-eye view of the codebase. This allows the model to understand how a change in one file might affect a distant part of the application, a capability that distinguishes it from simpler chat-based interfaces that only look at the currently open file.
Aider’s interface is intentionally minimalist. It functions as a chat session within the terminal where the AI can read and write files directly. When the AI proposes a change, it doesn’t just show a diff; it applies the edits and, if configured, automatically commits them to git with a generated commit message. This tight integration with version control acknowledges a fundamental truth of professional software development: code isn't just written; it is managed. By automating the boilerplate of staging and committing changes, Aider allows developers to maintain their flow state while the AI handles the mechanical aspects of file updates.
The company occupies an interesting strategic position. By remaining an open-source tool that developers can run locally, Very Ok Productions has built a high level of trust within the developer community. They don't lock users into a specific editor or a proprietary cloud environment. Instead, Aider acts as a portable agent that can be brought into any project. It supports a wide range of models, from top-tier proprietary ones like GPT-4o and Claude 3.5 Sonnet to local models running via Ollama.
While larger competitors are raising hundreds of millions to build "AI engineers" that attempt to solve entire Jira tickets in isolation, Very Ok Productions remains a lean operation focused on the ergonomics of terminal-based development. The tool’s success is a reminder that in the agent ecosystem, utility often beats polish. For developers who live in Vim, Emacs, or VS Code’s integrated terminal, Aider provides the most direct path to using LLMs without abandoning their established tools. It represents a shift toward "cyborg" coding—where the human and agent operate in a tight, iterative loop within the existing toolchain.
An open-source AI pair programming tool that lives in the terminal.
Coding problems used in aider's polyglot benchmark
A streamlined installer for aider
Community-contributed convention files for use with aider
Harness used to benchmark aider against SWE Bench benchmarks
Aider's refactoring benchmark exercises based on popular python repos
Grep source code and see useful code context about matching lines
aider is AI pair programming in your terminal
Very Ok Productions is hiring
You've explored Very Ok Productions.
Join organizations building the agentic web.