Boris Cherny, the creator of Claude Code, recently discussed the integration of the newly launched Neo MCP server, which acts as a local AI engineering worker for Claude Code. This system allows Claude Code to delegate complex AI and machine learning tasks to Neo, which efficiently manages the iterative process of execution, including running experiments, debugging, and evaluating results. Notably, in a benchmark test, this collaboration reduced task costs significantly and increased runtime efficiency. By utilizing Neo’s capabilities, developers can focus on decision-making while Neo takes care of the more time-consuming engineering work, thereby enhancing productivity in AI development workflows.

Neo: Neo is an AI engineering system designed to manage extended loops in ML work including planning experiments, monitoring progress, evaluating results, and returning artifacts like code changes and reports. The news highlights its new MCP server integration, which positions Neo as the execution layer for agents like Claude Code, allowing seamless handoff of tasks from editors without leaving the primary interface.
Cursor: Cursor is an AI code editor mentioned as a compatible MCP client that can connect to Neo for delegating AI engineering tasks. This integration keeps developers within their existing editor environment while Neo manages backend ML execution and iteration.
VS Code: VS Code is the popular code editor referenced as an MCP client option for linking to Neo, allowing users to maintain their workflow while offloading complex AI/ML tasks. The setup supports connections alongside other clients like Claude Code and Cursor for consistent task dispatching.
Claude Code: Claude Code is an AI coding assistant created by Boris Cherny that enables users to write loops for automated task handling rather than manual prompting. In this news, it integrates with the newly launched neo-mcp server to delegate complex AI/ML workloads such as model evaluation, debugging, and experimentation to Neo while retaining control over decisions and conversation flow.
Boris Cherny: Boris Cherny is the creator of Claude Code and shared details on optimizing AI coding workflows through task delegation and feedback loops. His commentary in the news emphasizes how Neo MCP helps overcome limitations in direct agent interactions by enabling efficient handling of longer AI/ML engineering cycles.

`json
{
“Workflow”: “Users can install neo-mcp, create a NEO secret key, and register it with Claude Code to delegate tasks such as evaluating AI agents, optimizing prompts, building ML pipelines, and documenting results, with full execution trails returned to the repo.”,
“Capability”: “The system supports iterative AI engineering loops where Neo handles run-fail-debug-evaluate cycles and returns transcripts, metrics, reports, or repo changes for developer review.”,
“Integration”: “Neo MCP connects coding agents such as Claude Code to Neo, enabling handoff of AI/ML tasks including model evaluations, prompt testing, debugging, and fine-tuning while the agent stays in control of the conversation.”
}
`