Skip to content
ONTO
Writing

Long-form on agent SDK design.

Memory, Plan Mode, consent, on-prem deployment, vertical patterns — and honest comparisons against the alternatives. No vendor copy. Citable code, real architectures, the trade-offs we hit.

Thinking

Foundational pieces on what agent memory is, what Plan Mode is, and why open-weight defaults matter.

5 articles

Comparison

How ONTO stacks up against the other agent SDKs and memory layers. Updated when they release.

7 articles
comparison 12 min Cornerstone

Agent SDK Comparison: ONTO vs Claude vs OpenAI vs Google ADK (2026)

An honest head-to-head of the four major agent SDKs — where each wins, where each loses, and how to pick the right one for your project.

Read
comparison 10 min

ONTO vs LangChain: When Typed Memory Beats Chains

LangChain is the largest agent orchestration ecosystem in the world. So why pick ONTO instead? A direct comparison on memory, planning, consent, and operational concerns.

Read
comparison 9 min

ONTO vs LlamaIndex: Agents vs RAG, Explained

LlamaIndex is the most popular RAG framework. ONTO is an agent SDK. They solve adjacent problems — but treating them as substitutes leads to bad architecture. Here's how to pick.

Read
comparison 9 min

ONTO vs Mem0: Choosing a Memory Layer for AI Agents

Mem0 is a popular dedicated memory layer for LLMs. ONTO is an agent SDK with memory built in. What's the difference, and which one is right for your project?

Read
comparison 9 min

ONTO vs Letta (MemGPT): Two Approaches to Long-Term Agent Memory

Letta (formerly MemGPT) pioneered the idea of agents managing their own memory through tool calls. ONTO takes a typed-graph approach. Same problem, different solutions.

Read
comparison 8 min

ONTO vs CrewAI: Multi-Agent Without the Black Box

CrewAI made multi-agent orchestration accessible. ONTO takes a different shape — subagents under explicit consent scopes, a depth budget, and rolled-up cost. Which fits your problem?

Read
comparison 8 min

ONTO vs AutoGen: Human-in-the-Loop, Done Right

AutoGen pioneered conversational multi-agent and human-in-the-loop patterns. ONTO takes a different approach to the same problem — Plan Mode as a runtime invariant. Here's how they compare.

Read

Industry

Vertical guides: healthcare, financial services, legal, support, personal AI, research, HR.

7 articles
healthcare 13 min Cornerstone

Building HIPAA-Ready AI Agents: A Compliance Engineer's Checklist

A practical checklist for taking an AI agent into a HIPAA-covered environment — what to log, what to tag, what to gate, and what to deploy on-prem.

Read
financial services 12 min

Financial Services AI Agents: Audit Trails That Pass SOC 2 and FINRA

Financial services AI deployment is harder than healthcare in some ways and easier in others. A practical guide to the SOC 2, FINRA, and GDPR controls your agent system has to satisfy.

Read
legal 10 min

Legal AI Agents Without the Confidentiality Headache

Privilege, confidentiality, conflicts checking, and the unauthorized practice of law — what your legal AI agent actually has to handle, and how to handle it cleanly.

Read
customer support 9 min

AI Customer Support That Doesn't Hallucinate Refunds

How to ship a customer support agent that remembers each customer, proposes refunds and escalations through Plan Mode, and auto-approves only when policy says so.

Read
personal AI 9 min

Building a Personal AI Assistant That Actually Remembers You

Long-running personal AI fails on memory more than anything else. Here's an architecture for an assistant that learns who you are across sessions, with the user's facts staying on the user's side.

Read
research 9 min

Research Agents: Mining Typed Facts from a Stack of Papers

A research copilot that pulls top-k chunks is fine. One that extracts typed claims with provenance, detects cross-paper conflicts, and asks before resolving them is better.

Read
HR 10 min

HR & Recruiting AI Agents That Stay GDPR-Compliant

AI in recruiting and HR has specific failure modes — bias, automated decisions on candidates, retention of personal data. Here's how to ship an HR agent that doesn't trip Article 22, 5, or 6.

Read

Engineering

How-to and architecture — on-prem deployment, multi-tenant memory, cost observability, tutorials.

5 articles