Back to browse
Cerver is infra for AI sessions

Cerver is infra for AI sessions

by eyalgoren·Jun 23, 2026·1 point·0 comments

AI Analysis

●●SolidSolve My ProblemBold Bet

Session abstraction with swappable compute is clever, but AI orchestration is crowded.

Strengths
  • Session as first-class object lets you swap models and compute while keeping transcript intact.
  • Routing policies mix expensive and cheap models, claiming 62% cost reduction with sources.
  • Hard spending caps prevent runaway agent bills, billed monthly for actual usage.
Weaknesses
  • AI agent infrastructure is extremely crowded (LangGraph, AgentOps, Composio) with no clear moat.
  • Core components are closed-source despite the open install script.
Target Audience

Teams running AI agent fleets at scale

Similar To

LangGraph · AgentOps · Composio

Post Description

I started working on something similar to OpenClaw on Dec. But I'm not the type of guy that is local only. I wanted flexibility. So I built it in a way that lets you decide where you want to run the session. Local or remote. It was an app that included some unnecessary heavy frontend, and I got distracted taking care of things no one cares about.

We had a trip to Japan planned and a week before our departure I had the unhealthy hope that it'll all work before we leave, and I can have my own autonomous company making me money as we travel. That week was a grind and, long story short - it didn't work, and I spent a few days somewhat disappointed, instead of enjoying Tokyo. But Tokyo is Tokyo and two kids don't really give you that feeling to stick around. I let it be.

Then, we fell in love with Japan. Mostly the less known parts. 5 weeks passed quickly and, the flight date was getting closer.

Out of nowhere, I realized that the thing that was the most buggy was the session. It wasn't just one session. I had 3 types of sessions, it all went to diff compute, and I just had a strong intuition that I have to get the session right..

I decided to focus on solid, reliable sessions. I just wanted the thing to work.

This is where Cerver came to be. It's an effort to create a reliable session infrastructure. A session is basically a (1) transcript (2) compute (3 harness and (4) model

So Cerver is an API, that lets you control 1, 2 3 and 4 in a single call. You can swap all. Swap Compute, swap harness. let them consult each other, chain them, make them run in parallel local or remote.

It can be powerful, and also simple to use. Sometimes Claude is just not delivering and I say to Claude - "hi, please consult codex about this." and it really works. They complete each other.

Also supports Gemma, Ollama, GLM.

Would love your feedback. Eyal cerver.ai

Similar Projects

Security●●●Banger

Feeding agents with session recording data

Wire-protocol parsing blocks dangerous commands without needing agents on endpoints.

Big BrainSolve My Problem
andriosr
201mo ago
AI/ML●●●Banger

Prism Coder – Qwen3.5-14B fine-tuned for MCP tool-routing decisions

Hebbian learning and ACT-R spreading activation bring actual cognitive science to agent memory.

WizardryBig BrainRabbit Hole
dcostenco4
201mo ago
AI/MLMid

An offline first focused agentic CLI application powered by Ollama

Local Ollama agent with custom context pruning, but Aider already does this better.

Ship It
g023
403mo ago