@rohanpaul_ai: "I don't prompt Claude anymore. I write loops and the loops do the work. My job is to write loops." - Boris Cherny, cre…
Summary
Neo-mcp is a newly launched MCP server that gives Claude Code a local AI engineering worker, allowing it to hand off complex tasks like code implementation and experiment execution to Neo, reducing costs and improving runtime speed.
View Cached Full Text
Cached at: 06/16/26, 03:37 PM
“I don’t prompt Claude anymore. I write loops and the loops do the work. My job is to write loops.” - Boris Cherny, creator of Claude Code.
@withneo ’s newly launched MCP server gives Claude Code a local AI engineering worker through neo-mcp.
It lets Claude Code hand off complex AI/ML tasks to Neo, which can implement code, run experiments, evaluate results, debug failed runs, and return the full execution trail.
I.e. Claude Code talks to you, Neo does the longer ML work.
In one benchmark, Claude Code + NEO cut task cost from $1.96 to $0.74, made runtime 37% faster, and switched the backend from PyTorch to ONNX Runtime for CPU-optimized execution.
Connect Claude Code, Cursor, VS Code, and other MCP clients to NEO. The editor stays in control of the conversation. NEO does the AI engineering.
So Neo becomes the execution layer for AI engineering work.
Claude Code hands off the task. Neo plans, runs experiments, monitors progress, evaluates results, and returns the trail: transcripts, files, metrics, reports, or repo changes.
That feedback loop matters.
Instead of burning Claude Code’s limited iterations babysitting long-running tasks, Claude can use Neo’s MCP tools to check status, pause, resume, inspect the trail, or ask for input at decision points.
Claude stays focused on decisions, not execution noise.
Similar Articles
@rohanpaul_ai: 3. The setup is small. Install neo-mcp, create a NEO secret key, register it with Claude Code, and then ask the agent t…
Neo's newly launched MCP server, neo-mcp, integrates with Claude Code to offload complex AI/ML tasks, improving cost and performance by switching to ONNX Runtime and reducing runtime by 37%.
@yoheinakajima: anybody i know using claude code to run lots of ML? @withneo just launched an AI/ML expert as an MCP server that can he…
NEO launches an AI/ML expert as an MCP server for Claude Code, enabling users to run machine learning tasks cheaper and faster directly from the terminal.
MCP that lets you run and manage Claude Code sessions from Claude.ai chat (Work where you brainstorm)
An open-source MCP tool that allows Claude.ai to run and manage Claude Code sessions, enabling a loop where Claude.ai triggers Claude Code and receives responses back in the browser, eliminating copy-pasting.
@hanakoxbt: Anthropic Claude Code engineer: "If you're watching Claude write code, you're the QA tester. That's not what you're pai…
An Anthropic engineer explains how to use Claude Code in a loop to autonomously write code and manage PRs, allowing developers to step away from the keyboard entirely.
@HowToAI_: You can now cut Claude Code's tool calls by 94% with just one command. This MCP server that indexes your codebase into …
A new MCP server reduces Claude Code's tool calls by 94% by indexing the codebase into a local knowledge graph, allowing agents to query the graph instead of scanning files.