frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

Open in hackernews

Show HN: I Built "Vercel for Stateful AI Agents" – open-source, cost-efficient

https://github.com/oso95/Agentainer-lab
2•cyw•9h ago
tl;dr: Like Vercel, but for stateful AI agents. Deploy your container and instantly get an agent with persistent memory, auto-recovery, and a live API endpoint—zero infrastructure work required.

Hey HN, I’m Cyw, the founder of Agentainer (https://agentainer.io/), a platform designed to deploy and manage long-running AI agents with zero DevOps. We just launched the first open source version of Agentainer: Agentainer Lab (https://github.com/oso95/Agentainer-lab) on GitHub.

Little bit of background: most infrastructure today is built for short-lived, stateless workloads—Lambda, Cloud Run, or even Kubernetes pods. But AI agents aren’t like that. They’re long-running processes with memory, history, and evolving state. Running them reliably in production usually means gluing together a bunch of services (volume mounts, retry queues, crash recovery, gateways, etc.) just to approximate what a simple web app gets out of the box.

To make my life easier when deploying agents for projects (both personal and work-related), I started designing an infrastructure layer that could treat agents as durable services from day one. No YAML. No juggling services. Just give it a Docker image or Dockerfile, and Agentainer handles the rest. Basically, a Vercel-like solution.

Each agent runs in its own isolated container, with persistent volume mounts, crash recovery, and queued request replay. If an agent crashes mid-task, it restarts and picks up where it left off. Agentainer gives every agent a clean proxy endpoint by default, so you don’t have to worry about port management or network config. Oh, if you’ve ever built long-running agents, you know how important checkpoints are—I got it taken care of already. (Check out: https://github.com/oso95/Agentainer-lab/blob/main/docs/RESIL...)

Everything is CLI-first and API-accessible. In fact, I originally built this so my own coding agent could manage infrastructure without burning tokens repeating shell commands lol. You can deploy, restart, or remove agents programmatically—and the same flow works in dev and prod.

I did some math, and for the right workloads like agentic backends with frequent requests or persistent state, this architecture could reduce cloud costs significantly, even by 30~40%, by replacing per-request billing and minimizing infra sprawl. We’re still early, but excited to see what others build on top of it.

Anyway, right now Agentainer Lab is focused on local dev and self-hosting. The bigger Agentainer.io roadmap includes observability, audit logs, backup/restore, and full auto-scaling to unlock the full experience. If you’re interested, you can sign up for early access on our website, we’ll only send you one email when the production version launches, and then your email will be deleted from our database.

GitHub: https://github.com/oso95/Agentainer-lab Platform: https://agentainer.io

Would love to hear feedback from others working on LLM agents or trying to run stateful workloads in production. What’s your current setup? Do you think this can help you?

Dv.net crypto mercant 0%fee. Open source

https://dv.net/
1•imanhendorson•2m ago•1 comments

Have We Stopped Inventing Futures Worth Predicting?

1•squarekernels•2m ago•0 comments

Trump Administration Weighs Patent System Overhaul to Raise Revenue

https://www.wsj.com/politics/policy/patent-system-overhaul-18e0f06f
1•impish9208•3m ago•1 comments

Yearly Organiser

https://neatnik.net/calendar/
1•anewhnaccount2•5m ago•0 comments

Signal warns it will leave Aus if forced to hand over messages

https://www.theaustralian.com.au/subscribe/news/1/?sourceCode=TAWEB_MRE170_a&dest=https%3A%2F%2Fwww.theaustralian.com.au%2Fbusiness%2Ftechnology%2Fsignal-boss-warns-app-will-exit-australia-if-forced-to-hand-over-users-encrypted-messages%2Fnews-story%2Ff7195fa3c27a565452cede105eab408e&memtype=anonymous&mode=premium&v21=GROUPB-Segment-1-NOSCORE&V21spcbehaviour=append
1•doener•8m ago•0 comments

A humble, and fast, security-oriented HTTP headers analyzer

https://github.com/rfc-st/humble
1•TheSilva•14m ago•0 comments

Show HN: Plonky – A physics-based browser game, no login or download needed

https://plonky.cc/
1•lur0913•15m ago•0 comments

Safe Trader App – a conservative, automated Coinbase trading bot

https://safetraderapp.com/
1•dmsweetser•17m ago•0 comments

Eastern European Machine Learning Summer School – Day 1

https://www.youtube.com/watch?v=QXrKCdPVj8Y
1•barrenko•19m ago•0 comments

Launch SaaS Faster – Production-Ready

https://launchboilerplate.com/
1•mikeirvine•20m ago•1 comments

A Kafka Proxy that *reduces* latency

https://www.aklivity.io/post/proxy-benefits-with-near-zero-latency-tax-aklivity-zilla-benchmark-series-part-1
1•luk212•25m ago•1 comments

Executing arbitrary Python code from a comment

https://www.hacktron.ai/blog/posts/python-zip-confusion
1•jgeralnik•26m ago•0 comments

What do you think of an AI travel agent?

1•LuckyTamang•27m ago•2 comments

Dog Mode

https://untested.sonnet.io/notes/dog-mode/
1•camtarn•30m ago•0 comments

Startup Acquired

1•its_umar_khann•30m ago•0 comments

Xdotool – X11 Automation Tool

https://github.com/jordansissel/xdotool
1•thomasjb•31m ago•0 comments

Lumo: Privacy-first AI assistant where chats stay confidential

https://lumo.proton.me/
1•absqueued•31m ago•0 comments

Show HN: Hookdns (for Python devs)- Because /etc./hosts is not always an option

https://github.com/cle-b/hookdns
2•cle-b•33m ago•1 comments

AI Relies on Human-Expertise and Instructions

https://labs.adaline.ai/p/ai-relies-on-human-expertise-and
2•nielspace•34m ago•0 comments

How to turn Apache Iceberg into a real-time columnstore?

https://www.mooncake.dev/blog/iceberg-is-terrible
2•moonikakiss•36m ago•0 comments

The trouble with the belly button (2021)

https://hekint.org/2021/02/25/the-trouble-with-the-belly-button/
3•thunderbong•42m ago•0 comments

If you rely on Screaming Frog for JavaScript SEO, you'll need this

https://prerender.io/blog/screaming-frog-vs-prerender-for-javascript-seo-auditing/
2•ShannonK_ASH•44m ago•0 comments

Quantum tunneling mystery solved after 100 years

https://www.sciencedaily.com/releases/2025/07/250727235835.htm
4•donutloop•44m ago•0 comments

Make Your Own Backup System – Part 2: Forging the FreeBSD Backup Stronghold

https://it-notes.dragas.net/2025/07/29/make-your-own-backup-system-part-2-forging-the-freebsd-backup-stronghold/
2•todsacerdoti•45m ago•0 comments

PDFsail Online PDF Tool

https://www.pdfsail.com/
1•PDFsail•46m ago•0 comments

The Craft of Making Combs from Buffalo Horn

https://ruralindiaonline.org/article/seeng-ki-kangi-the-fine-tooth-legacy-of-sarai-tarin
2•joules77•47m ago•0 comments

Screaming Frog's Wingman for JavaScript SEO: Power

1•ShannonK_ASH•47m ago•0 comments

Show HN: API Radar – Real-time GitHub scanner for exposed API keys

https://apiradar.live
3•zaim_abbasi•51m ago•1 comments

'Fair Use' Prevails as Library of Congress Wins DMCA Anti-Circumvention Battle

https://torrentfreak.com/fair-use-prevails-as-library-of-congress-wins-dmca-anti-circumvention-battle-250729/
4•isaacfrond•51m ago•0 comments

Young African social spiders hunt in a game of 'grandmother's footsteps' [video]

https://www.youtube.com/watch?v=NfHfPReHDw8
3•YeGoblynQueenne•51m ago•0 comments