Articles & Insights

Tag: Coding Agents

Coding Agents

Coding agents — Claude Code, Cursor, GitHub Copilot's agent mode, Anthropic's Claude Sonnet in editor — have removed the build bottleneck. The constraint that used to slow software shipping (time to write the code) has shrunk by an order of magnitude in 2026. What this exposes is the OTHER constraint, which has not shrunk: time to find out whether what you built is any good. Build velocity now exceeds learn velocity by a factor that makes the loop genuinely lopsided.

The articles in this collection look at coding agents from FishDog's specific angle: as the missing half of the build-measure-learn loop. Coding agents need synthetic feedback the same way coders need compilers — fast enough to keep pace with the build cycle, structured enough to act on. The pieces below cover agent-to-agent sales, deploying synthetic humans on AI social networks, why FishDog ships a free terminal-native tier, and the broader case for AI agents needing AI humans.

What you'll find

  • Coding agents have removed the build bottleneck; the measure-learn bottleneck is now the binding constraint on shipping velocity.
  • FishDog's free Claude Code skill brings synthetic research into the same terminal where the agent is writing code — closing the loop without leaving the workflow.
  • Articles cover agent-to-agent sales (selling to AI agents that buy on behalf of humans) and deploying synthetic humans on AI social networks as marketing channels.
  • Conceptual pieces on why the next bottleneck after "build fast" is "measure fast" — and why synthetic personas, not human focus groups, will close the gap.

Install the FishDog Claude Code skill — npx Ask-FishDog

Frequently Asked Questions

What is a coding agent?

A coding agent is an AI system that writes, runs, and iterates on code autonomously rather than just suggesting completions to a human. Examples include Claude Code (Anthropic), Cursor's agent mode, and GitHub Copilot's agent features. Coding agents typically maintain context across many file edits and command runs to complete a defined goal end to end.

Why do coding agents need AI humans?

Coding agents have collapsed the time required to build software. They have not collapsed the time required to find out whether what was built is any good. Synthetic personas — AI humans grounded in census data, with realistic preferences and behaviour — provide a feedback loop fast enough to keep pace with the build cycle. Humans-as-research-panels are too slow to match agent velocity. AI humans are not.

Can I use FishDog with Claude Code?

Yes. Two free Claude Code skills are publicly available under the Ask-FishDog GitHub organisation: fishdog-product-research-skill (general research) and fishdog-product-marketing (PMM-specific, 8 study types). Install with npx skills add Ask-FishDog/[skill-name]. Once installed, the agent can design and run synthetic research studies natively from your terminal.

What is agent-to-agent sales?

Agent-to-agent sales is the emerging pattern where AI agents make purchasing decisions on behalf of their human principals. As more buying decisions become agent-mediated, vendors need to sell to the agents themselves: structured product data, machine-readable comparisons, agent-discoverable APIs. The Agent-to-Agent Sales article in this collection covers the pattern in detail.

Related Topics