Detailed Analysis
A veterinarian-turned-developer's Reddit post describes an intensive, self-directed journey into AI-assisted software engineering that began in December and escalated rapidly by March into building custom multi-agent orchestration tooling β all operated from a mobile phone. The poster describes building a B2B SaaS veterinary clinical workstation while working roughly 12 hours a day, then pivoting toward what they call "harness engineering": constructing local infrastructure that coordinates multiple AI coding agents (a "swarm") to work together on complex tasks, with a self-described innovation in codebase compaction and navigation that reportedly delivered a 10x productivity improvement. Notably, the poster claims to have used AI agents themselves to help build the very harness meant to orchestrate agents β a recursive, bootstrapping approach to tool development.
This anecdote, while lacking technical specifics or verification, is emblematic of a broader shift happening within the Claude and agentic-coding developer community throughout 2025β2026: the move from using AI coding assistants as autocomplete-style helpers to building custom orchestration layers ("harnesses") that manage multiple agent instances working in parallel or in sequence on different subtasks. This trend has been driven by the emergence of tools like Claude Code, agent SDKs, and API-level access that let developers script their own workflows rather than relying solely on chat interfaces. The idea of a "swarm" of agents β potentially multiple Claude instances or a mix of models β coordinating on large codebases speaks to growing interest in multi-agent systems as a way to overcome context-window limitations and single-agent reasoning bottlenecks.
The claim of coding "from a phone" is significant because it illustrates how agentic coding tools are decoupling software development from traditional IDE-bound, desktop-centric workflows. If a well-designed harness can manage context, memory, and task delegation autonomously, the human operator's role shifts from writing code line-by-line to directing, reviewing, and orchestrating at a higher level β a role that requires far less continuous screen time or specialized hardware. This matters because it lowers the barrier to entry for domain experts (like veterinarians, doctors, or other non-traditional technologists) who have deep subject-matter knowledge but limited formal programming background, enabling them to build production software by leveraging AI agents as the primary implementers.
More broadly, this story reflects a recurring theme in the Claude ecosystem: individual builders discovering that the biggest gains in AI-assisted development come not from prompting a single model better, but from the surrounding infrastructure β context management, task decomposition, memory persistence, and inter-agent communication. Anthropic's own investment in Claude Code, subagents, and tool-use APIs has fueled a cottage industry of hobbyists and indie developers experimenting with custom orchestration frameworks, some of which rival internal enterprise tooling in sophistication. Posts like this one, however anecdotal and unverified, serve as informal signals of where grassroots innovation is heading β toward increasingly autonomous, self-improving agent systems that blur the line between "using" AI and "co-engineering" with it.
Read original article →