frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Containers, but Without the Magic Part 1: Networking

https://www.nightshift.sh/blog/containers-without-magic-01
1•tensor_ninja•1m ago•0 comments

Show HN: ColdPitch – Find anyone, get a personalized cold email in seconds

https://www.coldpitch.ai
1•arishec•1m ago•0 comments

Spawn-Agent: On chain monitoring and analytics infrastructure

https://github.com/Spawn-Agent/Spawn-Agent
1•tosh•2m ago•0 comments

Why do elephants have such wrinkly skin?

https://www.sciencefocus.com/nature/why-do-elephants-have-such-wrinkly-skin
1•thunderbong•2m ago•0 comments

Left-handed people may have a psychological edge in competition

https://phys.org/news/2026-03-left-people-psychological-edge-competition.html
2•simonebrunozzi•2m ago•0 comments

The OpenAI Files

https://www.theverge.com/openai/688783/the-openai-files-will-help-you-understand-how-sam-altmans-...
1•MrBuddyCasino•2m ago•0 comments

Show HN: I trained a small local model to translate natural language to CLI

https://github.com/spicy-lemonade/zest-cli-infra
1•kiki_kuuki•3m ago•0 comments

How we fixed Postgres connection pooling on serverless with PgDog

https://circleback.ai/blog/how-we-fixed-postgres-connection-pooling-on-serverless-with-pgdog
2•alihaghani•3m ago•0 comments

No Cloud, No Waiting: Tool-Calling Agents on Consumer Hardware with LFM2-24B-A2B

https://www.liquid.ai/blog/no-cloud-tool-calling-agents-consumer-hardware-lfm2-24b-a2b
1•nimar•3m ago•0 comments

Kaoslabs – My Linux VPS and self-hosting experiments

https://kaoslabs.org
1•wilhart•3m ago•1 comments

Type-safe, K-sortable, globally unique identifier inspired by Stripe IDs

https://github.com/jetify-com/typeid
1•alcazar•7m ago•0 comments

Donald Trump insists there are no wind farms in China. Here are 20 in pictures

https://www.theguardian.com/us-news/gallery/2026/mar/05/pictures-china-wind-farms-trump
8•beardyw•8m ago•1 comments

Heuristics for lab robotics, and where its future may go

https://www.owlposting.com/p/heuristics-for-lab-robotics-and-where
1•abhishaike•8m ago•0 comments

Ask HN: Rima Is Hiring a Technical Account Manager (Healthcare Infrastructure)

1•bengothard•8m ago•6 comments

AntScan – high-throughput phenomics of ant biodiversity via synchrotron

https://www.antscan.info
1•marojejian•8m ago•1 comments

Whats your strategy to stay productive post layoff?

2•d675•9m ago•0 comments

Let's Talk About Spaces in XMPP

https://mov.im/community/pubsub.movim.eu/Movim/fb46d699-adc1-4fda-a76e-71ca1d246b80
1•edhelas•10m ago•1 comments

React Grab

https://www.react-grab.com/
2•bpierre•10m ago•0 comments

Show HN: Nodes – Open-source decentralized Discord alt with E2E encrypted DMs

https://github.com/Leveq/Nodes
1•hackerwhosemans•10m ago•1 comments

Tim Cook Warned by CIA That China Could Move on Taiwan by 2027

https://www.macrumors.com/2026/02/24/tim-cook-warned-by-cia-china-taiwan-2027/
4•bananamogul•11m ago•1 comments

Towards Reliable Agentic Systems (Part 1) – Understanding Error

https://datda.substack.com/p/towards-building-reliable-agentic
1•rapatel0•12m ago•1 comments

Story Builder – AI branching narrative generator (CLI tool)

1•loder-coder•13m ago•0 comments

The Caterpillar Pickup Truck Is Real, but It's Not What People Were Hoping

https://www.thedrive.com/news/the-caterpillar-pickup-truck-is-real-but-its-not-what-people-were-h...
3•PaulHoule•13m ago•1 comments

Anthropic and The Pentagon are back at the negotiating table

https://www.cnbc.com/2026/03/05/anthropic-pentagon-ai-deal-department-of-defense-openai-.html
1•deanmoriarty•13m ago•0 comments

PromptOS

https://github.com/m727ichael/PromptOS
1•m727ichael•14m ago•0 comments

The Government Uses Targeted Advertising to Track Your Location

https://www.eff.org/deeplinks/2026/03/targeted-advertising-gives-your-location-government-just-as...
5•hn_acker•15m ago•1 comments

Testing multiplayer economies in a management game

https://store.steampowered.com/app/4332850/Global_Business_Tycoon/
1•luckypowa•15m ago•1 comments

Olmo Hybrid

https://allenai.org/blog/olmohybrid
1•linolevan•15m ago•0 comments

Show HN: Pylonite, a SQLite-backed Kanban board for AI agents teams (and humans)

https://github.com/chrismaximin/pylonite
1•christophe971•16m ago•0 comments

Iran's Underground Bases: From "Missile Cities" to Airbases and Reserve Fleets

https://militarnyi.com/en/articles/iran-underground-bases-missile-airbases/
1•giuliomagnifico•16m ago•0 comments
Open in hackernews

Show HN: Jido 2.0, Elixir Agent Framework

https://jido.run/blog/jido-2-0-is-here
95•mikehostetler•1h ago
Hi HN!

I'm the author of an Elixir Agent Framework called Jido. We reached our 2.0 release this week, shipping a production-hardened framework to build, manage and run Agents on the BEAM.

Jido now supports a host of Agentic features, including:

- Tool Calling and Agent Skills - Comprehensive multi-agent support across distributed BEAM processes with Supervision - Multiple reasoning strategies including ReAct, Chain of Thought, Tree of Thought, and more - Advanced workflow capabilities - Durability through a robust Storage and Persistence layer - Agentic Memory - MCP and Sensors to interface with external services - Deep observability and debugging capabilities, including full stack OTel

I know Agent Frameworks can be considered a bit stale, but there hasn't been a major release of a framework on the BEAM. With a growing realization that the architecture of the BEAM is a good match for Agentic workloads, the time was right to make the announcement.

My background is enterprise engineering, distributed systems and Open Source. We've got a strong and growing community of builders committed to the Jido ecosystem. We're looking forward to what gets built on top of Jido!

Come build agents with us!

Comments

davidw•1h ago
It'd be cool to see a screenshot of what 'observer' shows as the process tree with a few agents active.

Edit: for those not familiar with the BEAM ecosystem, observer shows all the running Erlang 'processes' (internal to the VM). Here are some examples screenshots on one of the first Google hits I found:

https://fly.io/docs/elixir/advanced-guides/connect-observer-...

mikehostetler•1h ago
We have a full dashboard called `jido_studio` that will be available soon that helps visualize it.

Teaser screenshot is here: https://x.com/mikehostetler/status/2025970863237972319

Agents, when wrapped with an AgentRuntime, are typically a single GenServer process. There are some exceptions if you need a larger topology.

davidw•1h ago
( https://xcancel.com/mikehostetler/status/2025970863237972319 for people who don't like supporting the white supremacist site )

I was curious about the actual BEAM processes though, that you see via the observer application in Erlang/Elixir.

mikehostetler•1h ago
I'll put something together!
StevenNunez•1h ago
A library I'm excited to not vibecode against!
mmcclure•54m ago
I haven't used Jido for anything yet, but it's one of those projects I check in on once a month or so. BEAM does seem like a perfect fit for an agent framework, but the ecosystem seeming limited has held me back from going too far down that path. Excited to see 2.0!

Just a heads up, some of your code samples seem to be having an issue with entity escaping.

    name: "my_agent",
    description: "A simple agent",
whalesalad•39m ago
oh no did HN traffic defeat OTP
enraged_camel•39m ago
Where does this stand in relation to LangChain? https://github.com/brainlid/langchain

(Probably complimentary but wanted to check)

mmcclure•25m ago
I went down this path a bit the other night, curious what OP's answer is. My mental model was that they could be complimentary? Jido for agent lifecycle, supervision, state management, etc, LangChain for the LLM interactions, prompt chains, RAG, etc. Looks like you could do everything in Jido 2.0, but if you like/are familiar with LangChain it seems like they could work well together.
klocksib•39m ago
The site seems to be getting hugged to death, here's the archive.org backup:

https://web.archive.org/web/20260305161030/https://jido.run/

memco•12m ago
Not sure if related, but the page loads fine and then after a few seconds refreshes into a 404. I gave up trying to read the article.
mmcclure•2m ago
I was seeing the same thing. Looking at the network tab, I suspect there's LiveView involved and that dying from load isn't getting handled well.
carverauto•35m ago
Going to give it a shot this weekend
rvz•31m ago
Let me guess, in the next 6 months, Elixir and Erlang becoming fashionable to build AI agents and then another hype cycle of AI usage and marketing of Elixir.

What's old is now rebranded, reheated and new again.

bhekanik•31m ago
Nice work shipping this.

I’ve found the hardest part with agent frameworks isn’t model plumbing, it’s operational boundaries: how you isolate tools, enforce time/budget limits, and recover from partial failures when an agent call chain fans out.

BEAM’s supervision model feels like a genuinely strong fit for that, especially if each tool execution can be treated as a supervised unit with clear restart/escalation semantics. Curious whether you’ve seen teams default to many small specialized agents vs fewer general agents with stricter policies.

malkosta•28m ago
How do you ensure security? Does it have a proper container? Otherwise, it's impossible to prevent leaking prod secrets.
maxekman•7m ago
Thanks for sharing! I’ll definitely check it out.

I just LLM-built an A2A package which is a GenServer-like abstraction. I however missed that there already was another A2A implementation for Elixir. Anyway, I decided to leave it up because the package semantics were different enough. Here it is if anyone is interested: https://github.com/actioncard/a2a-elixir