frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

Show HN: ODL – Organization as Code. I wrote specs, AI wrote 100% of the code

1•ku_•1h ago
Hi HN,

For the past few months, I’ve been wrestling with a paradox: Individually, AI agents are incredibly fast. Yet, when deployed as a team, organizational throughput often stays flat. We end up acting as "Human Wrappers," manually marshaling data between probabilistic agents.

I decided to treat this as a systems problem, not a management problem. ODL (Organizational Definition Language) is an attempt to bring a "SQL Moment" to agent organizations. Instead of micromanaging how agents work, ODL lets you declare what the structure should be.

Here is a simplified example of an ODL definition orchestrating a self-correcting team with a human-in-the-loop gate:

  approval_gate:
    target: ArchitectureSpec
    approver: CTO
    contents:
      generate_team:
        generator: LeadArchitectAgent
        validators: [SecurityAuditor, PerformanceExpert]
        loop: 3
        inputs: ["BusinessRequirement", "SecurityStandard"]
        output: ArchitectureSpec
        briefing:
          mission: "Design a zero-trust architecture for 10k RPS."
KEY ARCHITECTURAL PILLARS:

1. Functional Core / Imperative Shell: We run probabilistic AI on top of a pure, side-effect-free functional kernel (odl-kernel). It takes the current state (Snapshot) and an event, and calculates the exact next transition without hitting databases directly.

2. Deterministic Convergence: To ensure predictable execution of unpredictable agents, the kernel relies on a deterministic loop:

  for _ in range(self.MAX_ITERATIONS):
      has_change = False
      if self._step_a_transition(...): has_change = True
      if self._step_b_expansion(...): has_change = True
      if self._step_c_dispatch(...): has_change = True
      if not has_change: break # Convergence reached
3. Deterministic Identity: Every node and event is assigned absolute "Space-Time Coordinates" using deterministic UUID v5 generation based on its structural path. Past iterations crystallize into an addressable, immutable history, making the system replayable.

THE "CORTEX" EXPERIMENT:

I am a systems architect/PM by trade. In fact, I have absolutely zero Python programming knowledge. To test my thesis that "if the architecture is rigorous enough, execution becomes purely computable," I spent 40 days defining the core principles and designing over 50 architectural proof patterns (Source-to-IR transformations) in YAML.

I treated the YAML test cases as the absolute law; the AI implementation was rejected repeatedly until it achieved 100% coverage and passed all 50+ structural proof patterns.

I functioned purely as the "Cortex" — defining the Why and the What — while forcing the AI to figure out the How. The result is a fully functional, deterministic Python kernel that passes 100% of its tests. It serves as a physical, verifiable manifestation of the ODL spec.

REPOS:

- L1 (odl-lang) Compiler: https://github.com/co-crea/odl-lang (Apache 2.0)

- L0 (odl-kernel) Execution Engine: https://github.com/co-crea/odl-kernel (BSL 1.1 - Ensuring sustainability for the infrastructure while keeping the language open)

This project is dedicated to the memory of my mentor, Prof. Kazuhisa Seta. He taught me that "structure is the essence of intelligence."

I'd love to hear your thoughts on the architecture, the UUID approach, or the concept of defining organizations as code!

The Eythos Vision: AI Companions as a Human Right

https://theblairwitchprojects.substack.com/p/the-eythos-vision-ai-companions-as
1•sg17gweedo•56s ago•0 comments

Why No AI Games?

https://franklantz.substack.com/p/why-no-ai-games
1•pavel_lishin•1m ago•0 comments

Show HN: Orkia – a Rust runtime where AI agents can't bypass governance

https://github.com/orkiaHQ/orkia
1•killix•1m ago•1 comments

Show HN: Flashbang – Sub-1ms DuckDuckGo bang redirects via Service Workers

https://github.com/ph1losof/flashbang
1•t3ntxcles•2m ago•0 comments

Metaprogramming for Madmen (2012)

https://fgiesen.wordpress.com/2012/04/08/metaprogramming-for-madmen/
1•Tomte•2m ago•0 comments

Eshkere

https://www.google.com/imgres?q=%D0%B5%D1%88%D0%BA%D0%B5%D1%80%D0%B5&imgurl=https%3A%2F%2Fimg.itc...
1•ILOVETF2•2m ago•1 comments

Is your site agent-friendly?

https://agentprobe.io/
1•kukicola•4m ago•1 comments

Combinatorial Optimization for All: Using LLMs to Aid Non-Experts

https://journal.iberamia.org/index.php/intartif/article/view/2584
1•camilochs•5m ago•0 comments

Show HN: Pooch PDF – Because Ctrl+P still prints cookie banners in 2026

https://poochpdf.com/
1•membrshiperfect•6m ago•0 comments

How to get large files to your MCP server without blowing up the context window

https://everyrow.io/blog/mcp-large-dataset-upload
3•rafaelpo•6m ago•0 comments

Patterns for Reducing Friction in AI-Assisted Development

https://martinfowler.com/articles/reduce-friction-ai/
1•zdw•7m ago•0 comments

Salt of the Earth: Underground Salt Caverns Just Might Power Our Future

https://eos.org/features/salt-of-the-earth-vast-underground-salt-caverns-are-preserving-our-histo...
1•jofer•8m ago•0 comments

Show HN: Open-sourced an email QA lib 8 checks across 12 clients in 1 audit call

https://github.com/emailens/engine
1•tikkatenders•8m ago•0 comments

Low-Dose Lithium for Mild Cognitive Impairment: Pilot Randomized Clinical Trial

https://jamanetwork.com/journals/jamaneurology/fullarticle/2845746
1•bookofjoe•9m ago•0 comments

Show HN: AfterLive – AI digital legacy that lets loved ones hear from you

https://afterlive.ai
1•crawde•10m ago•0 comments

I Used Claude to File My Taxes for Free

https://kachess.dev/taxes/ai/personal-finance/2026/02/27/breaking-up-with-turbotax.html
2•gdudeman•10m ago•0 comments

Israel bombs council choosing Iran's next supreme leader, official says

https://www.axios.com/2026/03/03/iran-supreme-leader-council-israel-strike
1•spzx•11m ago•0 comments

Software development now costs less than than the wage of a minimum wage worker

https://ghuntley.com/real/
1•herbertl•12m ago•1 comments

A [Firefox, Chromium] extension that converts Microsoft to Microslop

https://addons.mozilla.org/en-US/android/addon/microslop/
3•gaius_baltar•12m ago•0 comments

British Rail settlement plan barcode specs

https://magicalcodewit.ch/rsp-specs/
2•fanf2•13m ago•0 comments

Completing the formal proof of higher-dimensional sphere packing

https://www.math.inc/sphere-packing
1•carnevalem•13m ago•0 comments

Show HN: Verifiable Interaction Records for Agents

https://github.com/peacprotocol/peac
1•jithinraj•15m ago•0 comments

Ohio EPA weighs allowing data centers to dump wastewater into rivers

https://www.nbc4i.com/news/local-news/columbus/ohio-epa-weighs-allowing-data-centers-to-release-w...
2•randycupertino•16m ago•1 comments

What if LLM uptime was a macroeconomic indicator?

https://lab.sideband.pub/status/
1•shawnyeager•16m ago•0 comments

Watch Out Bluetooth Analysis of the Coros Pace 3 (2025)

https://blog.syss.com/posts/bluetooth-analysis-coros-pace-3/
1•lqueenan•16m ago•0 comments

Risk, in Perspective

https://faingezicht.com/articles/2026/03/02/risk-in-perspective/
1•avyfain•17m ago•0 comments

No mentor? Learn from a 16th century French nobleman

https://www.magicreader.com/montaigne
2•mzelling•17m ago•1 comments

Show HN: I built a way to prove your software kept its promises

https://github.com/nobulexdev/nobulex
1•arian_•18m ago•0 comments

How do I market myself as a freelance Backend/Infrastructure engineer?

1•__0x01•18m ago•0 comments

The Limits of Today's AI Systems

2•Yinfan•18m ago•0 comments