frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

Show HN: Orloj – agent infrastructure as code (YAML and GitOps)

https://github.com/OrlojHQ/orloj
1•An0n_Jon•1h ago
Hey HN, we're Jon and Kristiane, and we're building Orloj (https://orloj.dev), an open-source (Apache 2.0) orchestration runtime for multi-agent AI systems. You define agents, tools, policies, and workflows in declarative YAML manifests, and Orloj handles scheduling, execution, governance, and reliability.

We built this because running AI agents in production today looks a lot like running containers before Kubernetes: ad-hoc scripts, no governance, no observability, no standard way to manage the lifecycle of an agent fleet. Everyone we talked to was writing the same messy glue code to wire agents together, and nobody had a good answer for "which agent called which tool, and was it supposed to?"

Orloj treats agents the way infrastructure-as-code treats cloud resources. You write a manifest that declares an agent's model, tools, permissions, and execution limits. You compose agents into directed graphs — pipelines, hierarchies, or swarm loops.

The part we're most excited about is governance. AgentPolicy, AgentRole, and ToolPermission are evaluated inline during execution, before every agent turn and tool call. Instead of prompt instructions that the model might ignore, these policies are a runtime gate. Unauthorized actions fail closed with structured errors and full audit trails. You can set token budgets per run, whitelist models, block specific tools, and scope policies to individual agent systems.

For reliability, we built lease-based task ownership (so crashed workers don't leave orphan tasks), capped exponential retry with jitter, idempotent replay, and dead-letter handling. The scheduler supports cron triggers and webhook-driven task creation.

The architecture is a server/worker split. orlojd hosts the API, resource store (in-memory for dev, Postgres for production), and task scheduler. orlojworker instances claim and execute tasks, route model requests through a gateway (OpenAI, Anthropic, Ollama, etc.), and run tools in configurable isolation — direct, sandboxed, container, or WASM. For local development, you can run everything in a single process with orlojd --embedded-worker --storage-backend=memory.

Tool isolation was important to us. A web search tool probably doesn't need sandboxing, but a code execution tool should run in a container with no network, a read-only filesystem, and a memory cap. You configure this per tool based on risk level, and the runtime enforces it.

We also added native MCP support. You register an MCP server (stdio or HTTP), Orloj auto-discovers its tools, and they become first-class resources with governance applied. So you can connect something like the GitHub MCP server and still have policy enforcement over what agents are allowed to do with it.

Three starter blueprints are included (pipeline, hierarchical, swarm-loop).

Docs: https://docs.orloj.dev

We're also building out starter templates for operational workflows where governance really matters. First on the roadmap: 1. Incident response triage, 2. Compliance evidence collector, 3. CVE investigation pipeline, and 4. Secret rotation auditor. We have 20 templates in mind and community contributions are welcome.

We're a small team and this is v0.1.0, so there's a lot still on the roadmap — hosted cloud, compliance packaging, and more. But the full runtime is open source today and we'd love feedback on what we've built so far. What would you use this for? What's missing?

Internet 3.0: empty gardens and the software boom

https://tekbog.substack.com/p/internet-30-empty-gardens-and-the
1•tekbog•5m ago•1 comments

Wittgenstein and the Paradoxes at the Limits of Language

https://iai.tv/articles/wittgenstein-and-the-paradoxes-at-the-limits-of-language-auid-3146
1•downboots•6m ago•0 comments

Financialization

https://www.investopedia.com/terms/f/financialization.asp
1•downboots•8m ago•0 comments

The Digital Imprimatur (2003)

https://www.fourmilab.ch/documents/digital-imprimatur/
1•pr337h4m•10m ago•0 comments

Sharing: I gave my OpenClaw a voice. I can't go back to typing

https://github.com/voiceclaw/voiceclaw
1•voiceclaw•11m ago•0 comments

Blockchain Social Media

https://ristforever.com/
1•benjaminklick•13m ago•1 comments

Major upgrades to Ray Serve: 88% lower latency and 11.1x higher throughput

https://www.anyscale.com/blog/ray-serve-inference-lower-latency-higher-throughput-haproxy
1•robertnishihara•14m ago•0 comments

Mapterhorn

https://mapterhorn.com/
2•matthberg•18m ago•0 comments

PolyShell attacks target 56% of all vulnerable Magento stores

https://www.bleepingcomputer.com/news/security/polyshell-attacks-target-56-percent-of-all-vulnera...
1•Anonasty•20m ago•1 comments

Built a smartplate bentop prototype that can analyze food automatically

1•dallas-elliott•25m ago•0 comments

HDP: An open protocol for verifiable human authorization in agentic AI systems

https://github.com/Helixar-AI/HDP
1•Helixar•26m ago•0 comments

The Unreasonable Effectiveness of Linear Search

https://evan-jones.appspot.com/linear-search.html
1•Antibabelic•30m ago•0 comments

Vogue is barking up the wrong tree with lawsuit, says Dogue creator

https://www.thetimes.com/uk/media/article/vogue-is-barking-up-the-wrong-tree-with-lawsuit-says-do...
2•petethomas•34m ago•0 comments

Data is everywhere. The government is buying it without a warrant

https://www.npr.org/2026/03/25/nx-s1-5752369/ice-surveillance-data-brokers-congress-anthropic
3•nuke-web3•35m ago•0 comments

CoolIT's employees to get cash payouts with $4.75B sale to Ecolab

https://www.theglobeandmail.com/canada/article-coolit-cooling-tech-employees-cash-payout-sale-eco...
2•petethomas•35m ago•0 comments

Permanent Injunction Bars CDC, CISA from Coercing Social Media on Free Speech [pdf]

https://storage.courtlistener.com/recap/gov.uscourts.lawd.189520/gov.uscourts.lawd.189520.477.1.pdf
1•nstj•42m ago•0 comments

A Geometric Resolution of the Vacuum Catastrophe via 3-Torus Topology

https://drive.google.com/file/d/1NUxRyGn7P72ptlCYsoZcxRdI3Xa0e6Gd/view?usp=sharing
3•avonmach•50m ago•0 comments

How are teachers handling writing feedback at scale?

1•uuuAA•51m ago•0 comments

LiteLLM Supply Chain Attack: Defense in Depth Is the Only AI Security Strategy

https://www.runtimeai.io/blog-litellm-attack.html
3•roshanshaik•1h ago•0 comments

Zipcode specific inflation to understand local price changes

https://whatchanged.us/
1•ryan_j_naughton•1h ago•0 comments

Show HN: Spectator – A programming language for Cybersecurity and Hacking

1•CzaxTanmay•1h ago•0 comments

Spotting issues in DeFi with dimensional analysis

https://blog.trailofbits.com/2026/03/24/spotting-issues-in-defi-with-dimensional-analysis/
1•anitil•1h ago•1 comments

Iran rejects US proposal, lays out five conditions for ending war

https://www.presstv.ir/Detail/2026/03/25/765835/iran-rejects-us-proposal-lays-out-five-conditions...
4•Jimmc414•1h ago•1 comments

OmniWM – Niri and Dwindle tiling window manager for macOS

https://github.com/BarutSRB/OmniWM
2•gedy•1h ago•0 comments

Should Investors Demand Better Liquidation Terms for SAFEs?

https://natlawreview.com/article/should-investors-demand-better-liquidation-terms-safes
1•petethomas•1h ago•0 comments

Injecting Tracing the Hot Way

https://underjord.io/injecting-tracing-the-hot-way.html
1•lawik•1h ago•0 comments

The coming PLG to SLG apocalypse

https://www.withsahel.com/blog/plg-to-enterprise-timeline-compression
1•iajiboye•1h ago•1 comments

Ask HN: Can I somehow exit HN desktop view on mobile?

1•hxugufjfjf•1h ago•1 comments

Show HN: AutoSW-Like AutoResearch but for software:SW Systems that Builds itself

https://pub.towardsai.net/the-software-that-built-itself-well-defined-intents-are-all-you-need-06...
1•alexcpn•1h ago•1 comments

Show HN: Orloj – agent infrastructure as code (YAML and GitOps)

https://github.com/OrlojHQ/orloj
1•An0n_Jon•1h ago•0 comments