惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

腾讯CDC
aimingoo的专栏
aimingoo的专栏
S
SegmentFault 最新的问题
A
About on SuperTechFans
Engineering at Meta
Engineering at Meta
宝玉的分享
宝玉的分享
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
博客园 - 叶小钗
WordPress大学
WordPress大学
N
Netflix TechBlog - Medium
MyScale Blog
MyScale Blog
Stack Overflow Blog
Stack Overflow Blog
Microsoft Azure Blog
Microsoft Azure Blog
博客园 - 聂微东
M
MIT News - Artificial intelligence
F
Fortinet All Blogs
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
Blog — PlanetScale
Blog — PlanetScale
T
Tailwind CSS Blog
Recent Announcements
Recent Announcements
Jina AI
Jina AI
大猫的无限游戏
大猫的无限游戏
Apple Machine Learning Research
Apple Machine Learning Research
J
Java Code Geeks

HN's home page

Rainbow Query Language | Hacker News Exec into Node via Kubectl An AI native hedge fund The Seven-Action Documentation Model | Hacker News Package Manager for Kubectl Plugins Tongan Castaways | Hacker News Tech overlords plan for conscious AI to conquer the cosmos. What could go wrong? Data Breach Disclosure Lag Is Getting Worse How LLMs Work | Hacker News I Dropped PRDs for Shape Up Go Experiments Explained | Hacker News FCA's Palantir deal could expose UK financial data to Trump's US, critics fear WebXR BCI for Neural-Adaptive Avatar Control in Mixed Reality The first murder conviction via DNA analysis Tom Interviews Theo de Raadt of the OpenBSD Project (2019) [video] Show HN: Replace shell commands with bun shell typescript scripts Quay.io Is Down | Hacker News AI driven analysis of brokerage account fees in the UK Bill Gates Spent Years Crafting His Image. Now It's Cracking Using LLMs to secure source code Wi-Fi 8 in the Lab [video] The household battery revolution that could change energy bills and the world Is Python Becoming Pinyin? | Hacker News Livia – Executive Assistant | Hacker News FindMyPipe – Query Apple Find My from Linux for AI Agents Show HN: Agent skill for creating product launch videos with Remotion RecruitMyself – AI job search copilot for resumes and applications AI coding agents and the erosion of system understanding The 'Resting' Generation and South Korea's Youth Recession AMD Computex 2026: 10 Years of AM4, AM5 Support Through 2029
Show HN: Cerver is infra for AI sessions
eyalgoren · 2026-06-23 · via HN's home page

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