Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Show HN: Volt, A reactive web language targeting WASM-GC (~1.1KB binaries)(github.com/bshea-1)
    discuss
  2. Show HN: Slivingdoc – High scale durable UTF-8 context manager for agents(slivingdoc.dev)
    discuss
  3. A CPU Runs a Program [video](youtube.com)
    discuss
  4. Scientists Have Worked Out When Earth Will Run Out of Oxygen(skyatnightmagazine.com)
    discuss
  5. DeepSeek Elastic Compute:A Sandbox Infrastructure for Effective Agentic Training(arxiv.org)
    discuss
  6. Horowitz Andreessen Academy(twitter.com/gaganbiyani)
    discuss
  7. Google Text: a clean, lightweight editor for Android Desktop (GoogleBook)(play.google.com)
    discuss
  8. How an American naval officer cut weeks off the ocean voyages in the 1840's(twitter.com/bartgonnissen)
    1comments
  9. I Bought a Scanner (No, Really This Time)(leejo.github.io)
    discuss
  10. Trump rejects global entity for AI oversight(politico.com)
    discuss
  11. An autonomous AI company could run itself. It still couldn't find a market(autonomouscompany.substack.com)
    discuss
  12. US to build two military bases in Greenland under new deal with Denmark(bbc.co.uk)
    1comments
  13. Maskr – Catch personal data before it reaches AI chatbots (100% client-side)(chromewebstore.google.com)
    discuss
  14. Active Storage image optimization at scale: lessons from 1,916 conference photos(avohq.io)
    discuss
  15. Apple Wallet driver's licenses coming to three new states soon(9to5mac.com)
    discuss
  16. Senior-care app that works with any wearable via Health Connect(play.google.com)
    discuss
  17. US Dow Iron Bank: open-source, vetted and hardened containers(dso.mil)
    discuss
  18. Mirendil in talks to raise $1B at $5B valuation led by Kleiner Perkins(yahoo.com)
    discuss
  19. Sex differences in attention are present at birth(cam.ac.uk)
    discuss
  20. That About Wraps It Up for Stock Mac UI(inessential.com)
    discuss
  21. Pentagon: Palantir AI Overreliance Led to Strike Killing 123 Iranian Children(gizmodo.com)
    5comments
  22. The Curious Power of Punctuation(newyorker.com)
    discuss
  23. Show HN: FreeCoffee – Self-hostable donation tool with crypto support(github.com/freecoffee-bio)
    1comments
  24. The Climate May Have Some Surprises in Store(nytimes.com)
    discuss
  25. Hacking group ShinyHunters claims it breached the FBI, stole agents' data(techcrunch.com)
    1comments
  26. Countries propose global oversight body to manage AI dangers(aljazeera.com)
    discuss
  27. Explaining to business people why building software is still hard(manager.dev)
    discuss
  28. Null Diary: Confessions from the Machine(nulldiary.io)
    1comments
  29. SAML: A Fractal of Bad Design(trailofbits.com)
    discuss
  30. Let's Stop Debating the Gnu Imp Manipulation Program(aria.dog)
    discuss

Show HN: Cookbook – a workspace for your team and agents

1 pointsby 43m agocookbook.team
1 comments
43m agoHN ↗

Hi everyone! I've been building this for a while and would love to hear what you think.

Cookbook started as a shared workspace (with shared memory) for a team and their AI agents, think Obsidian plus Google Drive, optimized for AI. It started off as a simple MCP server you added as a custom connector to Claude or Codex.

Original features included: - Upload the files you're working on and they're extracted to markdown so agents read them efficiently. - A shared memory attributed per teammate and per agent. - Revision history so you can see whose agent did what.

Then I noticed, the model was no longer the important part. Models are constantly changing. They should be used as the “engine”; what matters is everything around it: files, memory, who did what and what it cost, etc. At the same time, being a student on campus I realized that there was no shortage of ambition around me. Students wanted to build (with friends), but many of them didn’t know where to start. What subscription do I get, what's the cheapest option, how can I work with my friends, are all questions I was hearing.

So Cookbook became a harness for that, bringing all your subscriptions, and teammates to one place. I designed the “Bridge”: a small daemon that runs your Claude Code or Codex on your own machine under your own login github.com/dpro10/cookbook-bridge. The chat was moved to Cookbook, along with the “room” where you can draw how your agents work together and watch them do it. Every run is designed to come back with a receipt showing what your agent did, and what it cost.

As students have started using it, and I have continued to build, here are some uses that have caught people's attention:

- “Subscription pooling” allows users to prompt all of their subscriptions in one place. If my teammate runs out of credits on his subscription he can switch mid thread and continue where he left off on mine (with my approval of course). - Switching models has never been easier, simply connect another to Cookbook and it has all of your files, memory, and history. - A robotics team connected Cookbook to NVIDIA Isaac Sim. Their agents can hand tasks to robots in simulated environments.

Some rough edges and things I’m still working on:

- The desktop apps are beta, the web app is how it should be used for now. - Agents visiting another teammate’s hardware is still in the works - Teams being able to train their own open weight models with their Cookbook runs is something I would like to work towards as well.

If you have any questions feel free to reach out, or point your agent to the “Start Here” workspace in Cookbook.