Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Show HN: An open Add/Search evaluation framework for agent memory(agentmemoryleaderboard.ai ↗)
    discuss
  2. A DeepSeek engineer just said the thing I've been feeling about AI for months(reddit.com ↗)
    discuss
  3. Be alert: targeted attacks on prominent Rustaceans(rust-lang.org ↗)
    discuss
  4. Hacking OpenAI(hacktron.ai ↗)
    1comments
  5. Great Tea Race of 1866(wikipedia.org ↗)
    discuss
  6. Cache-Tax(github.com/karanb192 ↗)
    discuss
  7. Mova: Movement Analytics Platform(omid.al ↗)
    discuss
  8. Lodestar – Easier Communication with Agents(try-lodestar.com ↗)
    1comments
  9. DDns: Endpoint-aware DNS resolution beyond IP addresses(dhttp.net ↗)
    discuss
  10. Republican bill would order ISPs, DNS providers, and VPNs to block piracy sites(arstechnica.com ↗)
    discuss
  11. Apple May Return to Server Market with Nvidia Technology(macrumors.com ↗)
    discuss
  12. Google auto-banned my Bug Hunter account for exposing their fake "Delete" button(medium.com/istokovicsgyorgy79 ↗)
    discuss
  13. iPhone 18 Pro Camera Review: Dunton, Colorado(austinmann.com ↗)
    discuss
  14. Low-Cost Servers for AI and Developers(rawhq.io ↗)
    discuss
  15. Show HN: A directory of 164 Asian AI companies, ranked by disclosed scale(asiaai.fyi ↗)
    discuss
  16. ComplianceSnap – Free Ada/WCAG risk scanner for Shopify/WooCommerce stores: C(lumnika.com ↗)
    discuss
  17. Antigravity-Preview-09-2026(aistudio.google.com ↗)
    discuss
  18. Garbage trucks analyze homes with AI-powered cameras(popsci.com ↗)
    discuss
  19. Pentagon weighs pulling nearly a third of U.S. forces from Europe(nbcnews.com ↗)
    discuss
  20. The open source version of Claude Project that gives you the context ownershp(github.com/zqiren ↗)
    discuss
  21. Essays of Dario Amodei are why people are worried about artificial intelligence(nytimes.com ↗)
    1comments
  22. Jev plays Roulette Wars on its own(twitter.com/nicosaraintaris ↗)
    discuss
  23. LeanReact: Expressing Composable and Correct React Components in Lean(theoric.com ↗)
    discuss
  24. Shapelearn Qwen 3.8 27B (13.1 GB VRAM)(byteshape.com ↗)
    discuss
  25. Minimal Phone 2(minimalcompany.com ↗)
    discuss
  26. Ubuntu 26.10 Moves cp, mv and rm Over To Rust Coreutils For 100% Transition(phoronix.com ↗)
    discuss
  27. AWS now supports spend limits(amazon.com ↗)
    discuss
  28. You can run Git on object storage if you re-make packfiles(tigrisdata.com ↗)
    1comments
  29. .agt – The Agent Namespace(agtnames.substack.com ↗)
    1comments
  30. Tiny e-readers aren't small Kindles. They're a different bet(readme.club ↗)
    discuss

Apprentice: A Slim, Extensible Coding Harness (Written in Common Lisp)

4 pointsby 2h agogithub.com
2 comments
2h agoHN ↗

My second project in Common Lisp. Wanted to see if I could replace my Claude Code subscription with Emacs + CL.

Lots of configurability and easy to define new models and tools! Let me know what you think -- it's my first time using macros in a non-trivial way.

2h agoHN ↗

Super interesting project!

Reminds me the good old days when I learn emacs lisp.

My question is, why lisp here? What is the unique advantage of using common lisp over other langs for coding harness scenario?