frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

Ask HN: Will AI result in fewer students interested in math competitions?

1•amichail•1m ago•0 comments

Are coffee health benefit studies legit

https://www.google.com/search?q=are+coffee+health+benefit+studies+legit&oq=are+coffee+health+benefit+studies+legit&gs_lcrp=EgRlZGdlKgYIABBFGDkyBggAEEUYOTIHCAEQIRifBTIHCAIQIRifBdIBCTExNzI5ajBqOagCALACAQ&sourceid=chrome&ie=UTF-8
1•mgh2•2m ago•0 comments

Hack Your iPod Classic in 10 Mins: Add Wireless Charging, BT, USB-C and Haptics

https://moonlit.market/
1•assistbybell•3m ago•0 comments

AWS Fixes Its Free Tier Problem – Duckbill

https://www.duckbillgroup.com/blog/aws-finally-fixes-its-free-tier-problem/
1•firstSpeaker•3m ago•0 comments

Hackers exploit a blind spot by hiding malware inside DNS records

https://arstechnica.com/security/2025/07/hackers-exploit-a-blind-spot-by-hiding-malware-inside-dns-records/
1•furcyd•5m ago•0 comments

A New Horizons First for Interstellar Navigation

https://www.centauri-dreams.org/2025/07/15/a-new-horizons-first-for-interstellar-navigation/
1•sohkamyung•6m ago•0 comments

Start from 2D: How I Design 3D Levels Using the Wrap-around Method

https://saarraz.substack.com/p/wrap-around-method
1•jgeralnik•6m ago•0 comments

How AI on Microcontrollers Actually Works: Registering Operators

https://danielmangum.com/posts/ai-microcontrollers-registering-operators/
1•hasheddan•8m ago•0 comments

Ask HN: Help with GLSL Bi-Laplacian

1•danwills•9m ago•0 comments

AI discovers a new 'quantum code' for chemistry

https://scitechdaily.com/ai-discovers-the-quantum-code-revolutionizing-chemistry/
1•karlperera•9m ago•1 comments

Google says 'Big Sleep' AI tool found [SQLite] bug hackers planned to use

https://therecord.media/google-big-sleep-ai-tool-found-bug
1•tiffanyh•11m ago•0 comments

NASA's Webb Finds Possible 'Direct Collapse' Black Hole

https://science.nasa.gov/blogs/webb/2025/07/15/nasas-webb-finds-possible-direct-collapse-black-hole/
1•sohkamyung•12m ago•0 comments

Show HN: R/Codeforcrypto

1•cranberryturkey•14m ago•0 comments

Show HN: I built a complete AI learning system for YouTube

https://www.notetubeai.com/
1•AzharKhann•15m ago•0 comments

EMA-True:Technical Indicator for Predicting Market Sentiment

https://zenodo.org/records/15974304
1•vinhatson•16m ago•1 comments

Using AI to make lower-carbon, faster-curing concrete

https://engineering.fb.com/2025/07/16/data-center-engineering/ai-make-lower-carbon-faster-curing-concrete/
1•vquemener•17m ago•0 comments

Retailer Co-op: Attackers snatched all 6.5M member records

https://www.theregister.com/2025/07/16/coop_data_stolen/
1•rntn•17m ago•0 comments

Commodore 64 Ultimate is a new FPGA-based computer, compatible with original

https://liliputing.com/commodore-64-ultimate-is-a-new-fpga-based-computer-that-should-be-compatible-with-most-classic-c64-games-and-software/
2•diyftw•19m ago•0 comments

Stadia Maps MCP Server – Location Context for AI

https://github.com/stadiamaps/stadiamaps-mcp-server-ts
3•lukeqsee•20m ago•1 comments

Write Issues Not User Stories

https://linear.app/method/write-issues-not-user-stories
1•lukebechtel•23m ago•0 comments

Brain could be 'older' than your age–and it's easier than ever to find out

https://www.nationalgeographic.com/health/article/brain-biological-age-longevity
1•Bluestein•23m ago•0 comments

Show HN: Created a Chrome extension to practice typing on any website

https://chromewebstore.google.com/detail/typing-practice/jmelinmnnkfanophcakljpmanhhndcgj
2•maximcus•26m ago•0 comments

Cycling vs. Running: A Debate on Claude

https://claude.ai/share/d82f34e8-fc81-4097-aadb-9fc44bfc1f6a
1•willvk•26m ago•0 comments

Jeffrey Epstein 'raw' prison video had nearly 3 minutes cut out, report claims

https://www.the-independent.com/news/world/americas/crime/jeffrey-epstein-prison-video-cut-b2789698.html
3•raffael_de•30m ago•0 comments

The Silicon Valley push to breed super-babies

https://www.washingtonpost.com/technology/2025/07/16/orchid-polygenic-screening-embryos-fertility/
4•ironyman•32m ago•3 comments

Analysis of the 2025 IMO problems and how AI should be able to do

https://sugaku.net/content/imo-2025-problems/
1•amichail•37m ago•0 comments

Can AI run a physical shop?

https://venturebeat.com/ai/can-ai-run-a-physical-shop-anthropics-claude-tried-and-the-results-were-gloriously-hilariously-bad/
1•icetank•38m ago•0 comments

Making Project Work Better with R

https://topepo.github.io/2025-ncb-workshop/
1•the-mitr•43m ago•0 comments

Why pay for an analytics tool when Google Analytics is free?

https://plausible.io/paid-analytics-vs-free-ga
1•themeaningist•45m ago•0 comments

Show HN: Infinite Canvas for Notes

https://infinote.surge.sh/
2•stagas•48m ago•3 comments
Open in hackernews

Run LLM Agents as Microservices with One-Click Deployment

https://agentainer.io/
6•cyw•8h ago

Comments

cyw•8h ago
We are working on Agentainer, a platform to make deploying and managing LLM-based agents as microservices feel effortless — especially for developers who don’t want to wrestle with infrastructure. This isn’t a pitch. we're sharing a pain we’ve run into hard, and we want to know if others are feeling it too. We’ve built agents using AutoGen, LangChain, and custom setups to monitor APIs, automate tasks, or manage systems autonomously. But running these in production? It’s a mess.

Most cloud platforms are designed for stateless apps or short-lived functions — not long-running agents that need to:

- Stay alive for hours or days

- Recover from crashes without losing context

- Expose secure APIs for integrations

- Scale up when demand spikes

- Persist state across redeploys

Dealing with Dockerfiles, Kubernetes, and manually wiring Redis/PostgreSQL eats up too much time — time we'd rather spend improving the agent’s logic.

Agentainer is our attempt to fix this. It’s a platform that gives agents the runtime treatment they deserve. Highlights:

- One-click deployment: Upload your code or Docker image, no YAML or infra scripts. (oh, and we designed it in a way where other AI agent can do it as well!)

- Lifecycle management: Start, stop, pause, resume, and auto-recover — via UI or API.

- Persistent state: Redis (runtime), Postgres (config), with automatic rehydration.

- Per-agent secure APIs: Each agent gets its own REST/gRPC endpoint with token auth and usage logging.

- Scaling and cloning: Horizontal scaling with optional memory cloning.

- Logs and metrics: Real-time logs, crash history, uptime, Prometheus-backed metrics.

What makes Agentainer uniquely flexible is that we expose the entire platform through APIs. This means not just you, the developer, but also your own developer agent can programmatically deploy, monitor, or retire other agents. Want a planning agent that spins up task-specific agents on demand? That’s a first-class use case. We’re building toward a world where autonomous agents can coordinate and manage infrastructure without human input — and Agentainer is designed with that architecture in mind.

We are applying to YC and would love unfiltered feedback from anyone who’s run agents in production:

1. What’s the hardest part of deploying or scaling agents for you?

2. What infrastructure or tooling would actually make your life easier?

3. What debugging/monitoring features would save your sanity?

Honest takes are super welcome. If this idea feels useful — or totally off-base — we’d love to hear why.

Note: Agentainer doesn’t provide any LLM models or reasoning frameworks. We’re infra-only — you bring your own agent code, and we handle the deployment, state, scaling, and API exposure.

andsoitis•8h ago
> We’re building toward a world where autonomous agents can coordinate and manage infrastructure without human input — and Agentainer is designed with that architecture in mind.

While it can manage infrastructure, how would it know what to manage toward? And would it know how to adapt when the business or other context changes?

cyw•8h ago
That’s a great point — and you’re absolutely right.

Agentainer isn’t responsible for determining what to manage or why — it's not an orchestration brain or planner itself. It’s designed to enable that level of automation by giving agents the tools to act. Think of it more like the runtime and control plane that an intelligent planning agent (built by the developer) can use to execute its decisions.

So for example, if you’ve built a supervisor agent that analyzes workloads and spins up child agents to handle different tasks — Agentainer provides the infrastructure APIs to make that possible (create, monitor, terminate, etc.), but it’s up to you (or your planner agent) to define the logic based on business rules, goals, and evolving context.

We’re not building AGI — we’re just trying to remove the DevOps wall for people building toward that vision.

mdaniel•8h ago
I guess you get a pass because it's not formally a Show HN but I detest launches that are "join our mailing list" because (a) seems like fishing for interest in vaporware (b) a spam risk when you sell my details if the product doesn't materialize

> Made with for developers

If that were true, you wouldn't have a template website that used the GitHub icon to point to just github.com instead of your repo or org. The whole site just seems autogenerated. I'm aware that's the popular accusation of late, but I don't mean it in the AI wrote it way, I mean the $(npx create-generic-business-site) way

gardnr•7h ago
This is a cool idea that is not ready to share yet. Please consider writing your own comments on HN in the future.