AI tool comparison
Devin 2.1 vs Poolside Malibu
Which one should you ship with? Here is the side-by-side panel verdict, pricing read, reviewer split, and community vote comparison.
Developer Tools
Devin 2.1
AI software engineer with persistent memory and native Jira integration
50%
Panel ship
—
Community
Paid
Entry
Devin 2.1 is Cognition AI's autonomous software engineering agent that can now retain project context across sessions via persistent memory, eliminating the need to re-brief it on codebase conventions each time. A native two-way Jira integration allows teams to go from ticket to pull request with reduced manual handoff. Cognition reports a 31% improvement in success rates on multi-file refactoring tasks in this release.
Developer Tools
Poolside Malibu
Long-context code generation model trained on execution feedback
50%
Panel ship
—
Community
Paid
Entry
Poolside's Malibu is a code-focused large language model available via API in limited beta, designed for long-context code generation and refactoring tasks. It differentiates itself by training on execution feedback rather than just human preference data, theoretically grounding its outputs in whether code actually runs. Enterprise teams can apply for early access through the Poolside portal.
Reviewer scorecard
“The primitive here is a stateful agentic code executor — not a copilot, not autocomplete, but a process that holds a mental model of your repo across sessions and acts on tickets. The DX bet is that persistent memory eliminates the briefing tax developers pay every time they spin up an agent on a non-trivial codebase, and that's a real bet on a real pain point. The moment of truth is whether the memory actually encodes the right things — architectural decisions, naming conventions, test patterns — or just surface-level file summaries. The Jira integration is the right primitive: two-way sync means the agent can pull acceptance criteria from the ticket and push PR links back, which is a workflow I'd actually trust. The 31% improvement claim on multi-file refactoring needs a methodology citation before I repeat it in a team standup, but the direction is credible. Ships because the stateful memory is genuinely hard to replicate with a Lambda and three API calls — the context accumulation over time is the moat.”
“The primitive here is a code-completion and refactoring model whose training signal is execution outcomes, not RLHF thumbs-up. That's a meaningful technical bet — if your model has seen whether the code it generated actually compiled and passed tests, it should produce fewer plausible-but-wrong completions. The DX question I can't answer yet is what the API surface looks like: context window size in tokens, supported languages, streaming behavior, and whether there's a system prompt convention for codebase context. The moment of truth for any coding model is a real refactor on a 3,000-line file with cross-module dependencies — not a fizzbuzz. The 'limited beta, apply for access' gate means I can't verify any of this, which costs them points. The execution-feedback training thesis is the right bet; I just want to see the SDK before I fully commit.”
“Direct competitor here is GitHub Copilot Workspace plus any Jira automation rule — a combination that costs a fraction of Devin's $500/mo floor and lives inside the tools teams already have. The specific scenario where Devin breaks is the one that matters most: ambiguous tickets with incomplete acceptance criteria, which is the majority of real-world Jira backlogs. Persistent memory is only valuable if the agent's actions are reliable enough to build on top of — if it hallucinates an architectural decision and stores that hallucination as context, every subsequent session inherits the mistake. The 31% refactoring improvement is a self-reported benchmark with no methodology, which means it's marketing until proven otherwise. What kills this in 12 months: GitHub Copilot or Cursor ships persistent repo memory as a native feature, which both have announced intent to do, and the $500/mo Devin subscription loses its only defensible delta. To earn a ship, Cognition needs a third-party eval on the refactoring claims and a credible answer to what Devin does that Copilot Workspace won't do for $19/seat.”
“The direct competitors are Claude 3.7 Sonnet, Gemini 2.5 Pro, and GPT-4.1 — all of which have public benchmarks, documented context windows, and APIs you can hit today without filling out an enterprise form. Poolside's differentiator is execution-feedback training, which is a real and defensible idea, but the claim has zero public validation: no SWE-bench numbers, no HumanEval comparison, no methodology. The scenario where this breaks is the obvious one: an enterprise team applies, waits weeks, gets access, runs evals, and finds the model is good-but-not-better-than-what-they-already-have at a price point that doesn't justify the switch. What kills this in 12 months: Anthropic or Google ships a code-specialized fine-tune with the same execution-feedback loop and their existing enterprise relationships do the rest. To earn a ship, Poolside needs to publish rigorous third-party evals and open the API without a velvet rope.”
“The buyer is an engineering manager or VP Engineering at a company big enough to have Jira and small enough to not already have a dedicated automation team — a real but narrow band. The pricing architecture is the problem: $500/mo is a discretionary engineering budget line item, which means it gets cut in the first downturn and scrutinized in every quarterly review against measurable output. The moat story right now is 'we shipped persistent memory first,' which is a three-month moat against a well-funded competitor. What survives model commoditization is workflow lock-in — if Devin's memory layer becomes the canonical source of truth for how a team's codebase works, that's a real switching cost. But we're not there yet; the Jira integration is table stakes, not a moat. The business works if they can show measurable engineering velocity improvement in a controlled trial and use that data to justify $500/mo against the counterfactual — until then, the pricing is aspirational relative to the demonstrated value.”
“The buyer here is a VP of Engineering or a platform team lead at a company large enough to care about code quality at scale — fine, that's a real buyer with a real budget. The problem is the go-to-market architecture: 'apply for limited beta' is a pipeline killer disguised as exclusivity, and there's no public pricing, which means every enterprise conversation starts with a negotiation instead of a value exchange. The moat question is the real issue: Poolside's defensibility rests entirely on the execution-feedback training data flywheel — if they can accumulate proprietary execution traces from customer codebases, that's a genuine compounding advantage. But there's no indication they've structured their data agreements to capture that flywheel, and without it, they're a well-funded model vendor competing against Anthropic on inference cost. What would need to change: publish a pricing page, open the beta meaningfully, and show evidence the data flywheel is actually spinning.”
“The thesis Devin 2.1 bets on is falsifiable and specific: within 24 months, software teams will maintain a persistent AI agent that holds more institutional codebase knowledge than any individual engineer, and that agent will be the primary interface between project management and code execution. Persistent memory is the foundational primitive for that bet — you can't have a reliable engineering agent without a growing, accurate model of the project it's working on. The dependency that has to not happen is OpenAI or Anthropic shipping first-class agent memory as a hosted service that makes Cognition's implementation redundant — that's a real risk on a 12-18 month timeline. The second-order effect that interests me: if Devin's memory layer becomes authoritative, it shifts power from senior engineers who hold tribal knowledge to whoever controls the agent's memory — a genuine organizational restructuring, not just a productivity gain. Devin is early to the stateful-agent-as-team-member trend by about 18 months, which is the right place to be if the execution holds. The future state where this is infrastructure: every software team has a persistent agent that reviews, writes, and remembers the way a long-tenured staff engineer does.”
“The thesis Malibu is betting on: within three years, the dominant signal for training code models will be runtime feedback — test pass rates, static analysis, fuzzer outputs — not human annotation, because humans can't read 100k-token codebases fast enough to label them accurately. That's a falsifiable and plausible claim. The dependency is that execution environments become cheap and fast enough to generate training signal at scale, which is already happening with containerized sandboxes. The second-order effect that matters: if execution-feedback training becomes the standard, the teams who built the data pipelines and infra for it become the ingredient suppliers, not just model vendors — and Poolside's real moat may be that pipeline, not the weights. They're riding the trend of synthetic and programmatic training signals, and they're roughly on time — not early, not late, but racing against well-capitalized labs who are converging on the same approach. The future state where this is infrastructure: Malibu as the reasoning core inside an autonomous refactoring agent that closes GitHub issues without human review.”
Weekly AI Tool Verdicts
Get the next comparison in your inbox
New AI tools ship daily. We compare them before you waste an afternoon.