Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. In the Age of AI, Some in China Wonder If Learning English Is Worth the Trouble(nytimes.com ↗)
  2. Show HN: Rockbox and Doom on iPod nano 3rd gen(twitter.com/freemyipod ↗)
  3. Show HN: KiwiDesk – Tiling that feels like it shipped with macOS(github.com/kiwicanopy ↗)
  4. Show HN: Stopping AI agent swarms from hacking our systems(inwom.com ↗)
  5. Cracking a 500-Year-Old Vatican Cipher with Simulated Annealing(simonklee.dk ↗)
  6. Apple weighs Nvidia technology for potential server market return(reuters.com ↗)
  7. The Armored Sarcophagus Saving Ukrainian Soldiers(theatlantic.com ↗)
  8. OpenAI weighs funding round at $1.2T valuation before IPO(ft.com ↗)
  9. AI memory shortage: Fairphone says RAM is now 60% of materials cost(tomshardware.com ↗)
  10. OrbiChat – Danish Startup creating a chat and event app(orbichat.io ↗)
  11. Show HN: Round 1 of a vibe-coder ladder, judged by an LLM that only sees the UI(vibeladder.dev ↗)
  12. Amazon to launch Ring 'neighbourhood watch' app in UK amid US privacy fears(theguardian.com ↗)
  13. An Introduction to HTML Streaming for Interactive Web Applications(github.com/eliasdejong ↗)
  14. How Tailscale Works(tailscale.com ↗)
  15. Run DeepSeek v4.1 Flash on your Mac(github.com/sqliteai ↗)
  16. Small Programming Tricks(will-keleher.com ↗)
  17. 'Godfather of AI' says tech regulation is nearing Covid-style pivot moment(theguardian.com ↗)
  18. Django: Django-mcpz, for making MCP servers(adamj.eu ↗)
  19. NSF memo implementing Trump's 'golden age' of science unsettles researchers(science.org ↗)
  20. Is Anthropic the New Netscape?(deadneurons.substack.com ↗)
  21. DiffusionGemma: It Generates Text in Parallel (From Scratch in PyTorch)(youtube.com ↗)
  22. The New Internet(dntls.substack.com ↗)
  23. Wikivibes – Write the encyclopedia you wished existed(wikivibes.org ↗)
  24. What we changed to make one node serve 4.3M cached queries per second(readyset.io ↗)
  25. EU Chief Backs Canada's Push to Become Bloc's First Associate Member(wsj.com ↗)
  26. Red-teaming my own credential broker: 231 attacks, and the five that worked(github.com/walex4 ↗)
  27. The AI Wait Equation(xendo.bearblog.dev ↗)
  28. Show HN: Why is a fly so hard to swat?(flyswat.win ↗)
  29. Media execs sound alarm on AI(axios.com ↗)
  30. Show HN: SeasonMap – when to travel where? visualized with climate data(seasonmap.app ↗)

Show HN: Blue – open-source governance for coding agents

1 pointsby 46m agobluee.sh
0 comments
Hey HN,

After migrating to an inference gateway to serve internal usage across an organization, problems have started to pop up. Once you detach from a managed ecosystem such as OpenAI or Anthropic you lose governance capabilities that makes the transition difficult.

- Losing access to a central plugin hub for delivering MCPs, skills, etc. A gateway can sort of do this but has low compatibility beyond skills, different harnesses, and version ranges

- Inability to deliver managed config (model defaults, etc). Can sort of be done with MDM/Jamf but doesn't reach contractors and doesn't follow employees to other machines

- Gateway configuration is awkward for devs transitioning from SSO and API keys sit in plain text on their machines

The gateway transition facilitates new model families (Kimi, Deepseek, etc) which are best utilized with new harnesses beyond Codex or Claude Code. Managing these additional tools multiplies the governance problems.

Lastly, attempting to deliver an attribution program which can tag inference requests with ticket numbers and other metadata to facilitate Opex/Capex calcs for finance becomes fairly unfeasible when there are multiple harnesses across arbitrary versions. This was not solved with managed ecosystems either to be fair, but requires some self-serve program or some local MITM proxy which is a distribution and versioning problem in of itself.

I built Blue to attempt to solve these problems. It's an MIT open source, self-hostable control plane. Developers install a universal CLI and point it at their hosted control plane tenant. On launch, it reconciles the organization's policy per harness, delivers extensions, and configures the gateway. It then launches and passes control to the native CLI (Kimi, OpenCode, Codex, etc) that devs already use.

Authentication is via browser device authorization which mints ephemeral bearer tokens. For gateway access, these tokens are exchanged at the inference proxy (part of the self-hosted Blue image) for the real API keys. This means that devs don't need to manage API keys or even log into the gateway at all. Lastly, SCIM and OIDC are supported out of the box, so orgs can connect their identity solution immediately.

Curious to hear your thoughts and if you have/solved this problem. I believe it can also be solved to some degree with a harness like Pi or even OpenCode, but that of course depends on the entire org migrating to those.

Last thing I'll say is nowadays a CLI isn't enough since I've seen over 80% of devs prefer desktop apps like the ChatGPT app. We're also working on an open source desktop app that supports metaharnesses like Blue to make this transition easier.

Thanks!

A quiet thread, for now.Start the conversation on HN ↗