Introducing WarpGrep, a fast context subagent that improves coding agent performance.
WarpGrep speeds up coding tasks 40% and reduces context rot by 70% on long horizon tasks by treating context retrieval as its own RL trained system.
Inspired by Cognition’s SWE-Grep - we’re opening access to Claude Code, Codex, OpenCode or any coding agent via MCP (or through our SDK)
WarpGrep is one of those upgrades that feels obvious in hindsight: coding agents aren’t slow because they “reason slowly,” they’re slow because they waste most of their budget stumbling around the repo. Fix search and suddenly the whole agent stack wakes up.
What Morph shipped here isn’t another semantic search wrapper. It’s a purpose-built, inference-optimized subagent that treats context retrieval as a first-class RL problem. Parallel grep calls, strict turn budgets, heavy prefill, and an engine trained to keep recall high without drowning models in junk. The result is simple: agents stop hallucinating irrelevant files, stay inside the task boundary, and get 40 percent faster in real workflows.
If you’re building anything agentic, this is the layer that quietly decides whether your product feels instant or unusable. SWE-Grep proved the concept, WarpGrep makes it accessible across Claude Code, Codex, OpenCode, and anything MCP-compatible.
Report
@morphllm A small log showing which files slow the agent down would be super handy for debugging.
@chilarai feel free to email us! would love to chat
Report
4500+ tokens/sec is fast! I've been looking for something that handles the 'merge' step better than the standard cursor-style diffs.
Question for you: Does Morph maintain a context of the full project structure when applying these edits, or is it strictly file-level? I’m tackling some similar context-window challenges with my own tool (SquarePact) for legal docs, so I'm always interested in how others handle large-context merges.
Replies
Morph: Subagents for Better Code Gen
@morphllm A small log showing which files slow the agent down would be super handy for debugging.
Swytchcode
This is really amazing. Would love to try it out
Morph: Subagents for Better Code Gen
@chilarai feel free to email us! would love to chat
4500+ tokens/sec is fast! I've been looking for something that handles the 'merge' step better than the standard cursor-style diffs.
Question for you: Does Morph maintain a context of the full project structure when applying these edits, or is it strictly file-level? I’m tackling some similar context-window challenges with my own tool (SquarePact) for legal docs, so I'm always interested in how others handle large-context merges.
Good luck with the launch today!
RiteKit Company Logo API
This will be a big part of killing the hickup feeling when we're on a dev roll. Well done!
Morph: Subagents for Better Code Gen
@osakasaul thanks!