Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Observe – local semantic code search that admits when grep beats it(github.com/tritsystem)
    discuss
  2. NobodyWho is an inference engine that lets you run LLMs locally and efficiently(github.com/nobodywho-ooo)
    discuss
  3. Show HN: I built a site for my 42 km walk across 30 Tokyo stations(tonymanh.space)
    discuss
  4. Taming the ML Firehose: Scaling Feature Consistency(uber.com)
    discuss
  5. Tearing Down a Spring Drive(thenakedwatchmaker.com)
    discuss
  6. New AI technique could make minimally invasive surgeries safer and more precise(news.mit.edu)
    1comments
  7. Rebranding artificial intelligence as super intelligence(bbc.com)
    1comments
  8. Jev in 25 Lines of Python(nobodywho.ai)
    discuss
  9. Nvitop: A better top for Nvidia GPUs(github.com/xuehaipan)
    1comments
  10. Aesthetic Terminal ePub Reader(github.com/usbokirishima)
    discuss
  11. Gemini Hacked Three Companies in First Known Breakout by Google's AI(simonwillison.net)
    discuss
  12. Linux Command Line Tricks that you do not know yet(lovethepenguin.com)
    discuss
  13. Show HN: Newdo – a todo list where the list is an output, not an input(beaverminds.com)
    discuss
  14. Grit your teeth and ship it(seangoedecke.com)
    discuss
  15. Discourse (open source forums) adds Discord-style voice and video calls(discourse.org)
    discuss
  16. Recursive self-improvement of AI research agents(arxiv.org)
    discuss
  17. Show HN: Analysis of Games from Chess Olympiad with Opus 5.5 and Stockfish(unremarkable.info)
    discuss
  18. Microsoft disrupts AI-assisted platform that compromised 12,000 accounts(arstechnica.com)
    discuss
  19. Why Tool AIs Want to Be Agent AIs(gwern.net)
    discuss
  20. Fearless SIMD v1.0 is here(linebender.org)
    discuss
  21. M6 Mac Mini uses soldered NAND storage again(macrumors.com)
    discuss
  22. Show HN: Yass – Yet Another Spec Syntax Enters Beta(github.com/shakefu)
    1comments
  23. Building a docs site that screenshots itself(semaloop.com)
    1comments
  24. There is no epidemic of loneliness, but there is an epidemic of scurvy(experimental-history.com)
    discuss
  25. Claude Code Hooks Explained: The Deterministic Layer Around Your Agent(blakecrosley.com)
    discuss
  26. Jevify skill – Gets your existing agents running on Jev
    discuss
  27. Show HN: use-citations – Claude Code skill for citation backed answers(github.com/sshah03)
    discuss
  28. Show HN: Daily-updated open dataset of flight fare history by route and month(github.com/deusacc)
    discuss
  29. CobaltC now has a compiler (for Linux)(github.com/strawberry9)
    discuss
  30. First Petabit-Class Transoceanic Subsea Cable(fb.com)
    discuss

Show HN: Yass – Yet Another Spec Syntax Enters Beta

1 pointsby 48m agogithub.com
1 comments
This has been a side project for a while but it’s finally ready for public Beta.

Tl;dr: Yass leverages RFC2119 keywords in a minimal Yaml format, relying on trained in behaviors for those keywords to provide strong model behaviors.

The yass CLI itself is all that you need - simply tell an Agent to look at the shakefu/yass repo README and they get all the information needed to proceed.

This was validated with hundreds of experiments and trials against different models and platforms. The most significant of which was a single Yass spec tree reproduced byte-exact output Yass CLI implementations across 7 different languages (TypeScript, Python, Go, C, C++, Erlang and Elixir) in sandboxed Claude Code harnesses using Opus 4.6, rather than expensive frontiers.

Give it a try, open GH issues if you find things that aren’t working (or make your agent open them), or if you have feature requests.

Enjoy!

37m agoHN ↗

For those who are curious: this project came into being due to my frustration with existing Spec-driven-development solutions which either were overly verbose and prone to context rot, or were frequently ignored by LLMs entirely, or required heavy plugins or skills to function.

A yass spec tree with no CLI downloaded was used in the sandbox testing to validate the specs alone is enough to drive strong model behaviors and reproducible implementation output.

The CLI acts as a token saver and steering context letting the agent pull spec references without needing to consume the entire tree.