AI tool comparison
Letta (MemGPT) vs Skrun
Which one should you ship with? Here is the side-by-side panel verdict, pricing read, reviewer split, and community vote comparison.
Developer Tools
Letta (MemGPT)
Stateful agents with persistent memory, managed or self-hosted
75%
Panel ship
—
Community
Free
Entry
Letta (formerly MemGPT) is a production-ready agent framework that gives LLM agents long-term memory across sessions, available as a managed cloud service or self-hosted via Docker. Developers build stateful agents that remember users, tools, and context without rolling their own memory layer. It targets teams shipping real agent products who've already hit the wall of context-window-only statelessness.
Developer Tools
Skrun
Deploy any agent skill as a production REST API in one command
50%
Panel ship
—
Community
Paid
Entry
Skrun is an open-source tool that wraps agentic skills — the discrete, reusable capabilities you build for AI agents (web search, data extraction, file transformation, API calls) — into deployable REST APIs with a single command. The idea is that skills you build for one agent context shouldn't be locked to that agent's runtime. With Skrun, you define a skill once with a standard function signature, and get a hosted endpoint with automatic request validation, retry logic, rate limiting, and an OpenAPI spec generated automatically. The project addresses a real architectural tension in the current AI tools ecosystem: agent skills are written in a dozen different formats (LangChain tools, MCP tools, function call JSON, OpenAI tool specs) and are essentially stranded assets — they only work within their specific orchestration framework. Skrun normalizes this by wrapping any skill definition format and exposing it as a framework-agnostic HTTP endpoint that any agent or pipeline can call. This appeared on Hacker News with a small but thoughtful discussion focused on the "skills as microservices" architectural pattern. Critics noted that adding HTTP round-trips to every tool call introduces latency; proponents argued that the composability and reusability benefits outweigh the cost. The early version focuses on stateless skills; stateful/conversational skill deployment is on the roadmap.
Reviewer scorecard
“The primitive is clear: a persistence layer for agent state, exposed as an API with a managed runtime on top. The DX bet is that developers shouldn't have to implement vector store orchestration, memory write-back, and session replay themselves — and that bet is correct, because everyone who's built an agent past a demo has written that glue code and hated it. The Docker self-hosted path is the right call; it means you can evaluate locally without forking over credentials. My concern is API surface area — the framework has opinions about agent architecture that may not match yours, and adopting it wholesale is a bigger commitment than the landing page implies. Ships because the problem is genuinely unsolved at production scale, and the implementation shows someone who's actually hit this wall.”
“The framework portability angle is the real value prop — I have dozens of custom tools built for Claude that I can't reuse in other contexts without rebuilding them. If Skrun actually normalizes this cleanly across tool formats, that's a genuine pain solver.”
“Category is stateful agent infrastructure; direct competitors are LangGraph's persistence layer, custom Redis/Postgres memory implementations, and whatever OpenAI ships natively in the Assistants API next quarter. The scenario where Letta breaks is multi-agent coordination with conflicting memory writes — nothing in the docs makes me confident that's solved, and that's exactly the workflow production teams hit first. What kills this in 12 months: OpenAI or Anthropic ships native long-term memory as a platform primitive, which they are both clearly building toward, and Letta's managed layer becomes redundant overnight. To be wrong about that, Letta needs to establish deep enough workflow integration and tooling ecosystem that switching costs exceed the platform's convenience. They're not there yet but the self-hosted path buys them time with the right buyers.”
“Wrapping every agent skill in an HTTP call is a latency antipattern — a skill that takes 50ms locally becomes 120ms+ through a hosted endpoint with cold starts. For skills called hundreds of times per agent run, this adds up fast. I'd want colocation support before using this in production.”
“The thesis: within 2-3 years, stateless LLM calls will be as unacceptable in production as stateless HTTP was before cookies — every meaningful agent interaction requires accumulated context, and the teams that invest in memory infrastructure now will have compounding behavioral data their competitors can't replicate. What has to go right: model providers don't collapse this layer into their APIs fast enough to preempt an ecosystem, and agent deployment becomes standardized enough that a memory layer is a natural insertion point. The second-order effect nobody is talking about is that agents with persistent memory start generating longitudinal behavioral datasets that are genuinely proprietary — the memory layer becomes a data moat, not just a feature. Letta is early on the trend line of memory-as-infrastructure, not on-time, which means they have runway but also means they're educating the market before the market is ready to be educated.”
“Skills-as-services is the right architectural direction as agent ecosystems mature. The future is marketplaces of composable agent capabilities that any orchestrator can call — Skrun is early infrastructure for that world.”
“The buyer is a backend engineer or AI infrastructure lead at a company shipping agent products, pulling from a dev tools or infrastructure budget — that part is clear. The problem is the pricing architecture: 'cloud pricing TBD' at production launch is a red flag, not a soft launch detail. You don't get to call something production-ready and leave the managed service price undisclosed; that's a sales motion pretending to be a product launch. The moat question is the real issue — long-term memory for agents is a feature, not a business, and every foundation model lab has it on their roadmap. Self-hosted Docker keeps enterprise customers who can't use managed cloud, but that's a services business, not a scalable SaaS margin story. Ships when they publish real pricing that scales with agent volume or user count in a way that grows with customer success, and when they can articulate a data or ecosystem lock-in that survives OpenAI shipping Assistants v3.”
“Too deep in infrastructure for my workflow, but the auto-generated OpenAPI spec is a nice touch for anyone who needs to share custom skills with a team without writing documentation manually.”
Weekly AI Tool Verdicts
Get the next comparison in your inbox
New AI tools ship daily. We compare them before you waste an afternoon.