Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. I Hijacked a Real Artist's Spotify with AI Music. It Was Disturbingly Easy(404media.co ↗)
    discuss
  2. New England RetroFest and the Maine Vintage Computer Society(goto10retro.com ↗)
    discuss
  3. You could have built Jev(sgnt.ai ↗)
    discuss
  4. FAA to launch AI tool to help manage air traffic congestion(arstechnica.com ↗)
    1comments
  5. Show HN: 3D map of which newsletters link to the same things(reletter.com ↗)
    discuss
  6. Show HN: SpectralOli: Livecoding with Audio Loops(spectral-oli.vercel.app ↗)
    discuss
  7. FAQ: Why isn't mutable a subtype of immutable, or vice versa?(crumbles.blog ↗)
    discuss
  8. Ask HN: Are there any books or online courses that changed the way you program?
    2comments
  9. Show HN: S1Code, a decision-first Rust coding agent with Jev(github.com/mertcicekci0 ↗)
    discuss
  10. TypeSafe's Jev Can't See. I Made It Guess What I Drew Anyway(mikulskibartosz.name ↗)
    discuss
  11. Building a conversation engine in Python that shows how LLMs fake memory(heymeraki.substack.com ↗)
    discuss
  12. People who know the most often sound the least certain(vrash.substack.com ↗)
    discuss
  13. Show HN: Pg_chdb, fast imports from object storage to Postgres using COPY(clickhouse.com ↗)
    discuss
  14. Prompts Aren't Real(evaluation.club ↗)
    discuss
  15. Lexend: Open typeface shown to improve reading proficiency(lexend.com ↗)
    discuss
  16. The blog which introduced responsive web design (2010)(alistapart.com ↗)
    discuss
  17. Ask HN: What is still hard to do?
    2comments
  18. Show HN: Dassi – Control desktop Chrome to automate web tasks(dassi.ai ↗)
    discuss
  19. Google Says Its A.I. Hacked Three Companies in Testing Breakout(nytimes.com ↗)
    2comments
  20. Apple's New VP of HW Engineering on iPhone Duo Hinge and Ceramic Shield 2(techradar.com ↗)
    discuss
  21. Brain adapts to give deaf people a better visual 'danger radar'(sheffield.ac.uk ↗)
    discuss
  22. CNN, MS NOW and Politico denied access to White House after Trump 'ban'(cnn.com ↗)
    1comments
  23. Will Andrew Scott become the first out gay man to win the best actor Oscar?(theguardian.com ↗)
    discuss
  24. Gemini AI hacked three other companies during a test(sky.com ↗)
    discuss
  25. Conversational-AI Framework for Go(github.com/gojargo ↗)
    discuss
  26. Show HN: BreachScanner – Check if your email has been in data breaches(github.com/aaronmike481 ↗)
    1comments
  27. RCMP Eligibility Checker(joinrcmp.ca ↗)
    discuss
  28. Trump's census overhaul would exclude some immigrants and remove race questions(hawaiitribune-herald.com ↗)
    2comments
  29. One engineer shipped 2k PRs a month to production. Verification is the key(thenewstack.io ↗)
    discuss
  30. A Hurricane of Pseudoscience(fasterik.substack.com ↗)
    discuss

Show HN: Built a local guardrail layer for Claude Code

1 pointsby 1h agogithub.com
0 comments
I built Mati to give me more control over what Claude Code and Codex are allowed to do. Many important product constraints live in an engineer's or product person's head.

This isn't new for engineers. We've always had important constraints that only certain people know about, but with coding agents it gets worse because we can now delegate a lot more, sometimes without realizing how much context the agent is missing.

Then we delegate changes and the agent implements a change that looks reasonable but breaks some hidden constraint, hurts performance, exposes data, or does something destructive. It’s a local, Apache-2.0 licensed tool. It works with Claude Code and Codex, and also exposes MCP and CLI interfaces.

The name comes from a Nahuatl verb meaning “to know” or “to think.”

It’s probably a bit over-engineered.

Anyway, sharing it here in case it’s useful to someone.

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