Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Are Meta's smart glasses training AI for robots?(proton.me)
    discuss
  2. Show HN: Shrewd – what I learned distilling LLM labels into local classifiers(github.com/sshah03)
    discuss
  3. Show HN: Riftri – copy-on-write Git worktrees for running agents in parallel(twitter.com/kinfisht)
    discuss
  4. The JavaScript Midlife Crisis(maroun-baydoun.com)
    discuss
  5. Ask HN: Ideas for getting more GitHub stars?
    1comments
  6. Open source tool for building hierarchical agent loops(github.com/plasma-ai)
    discuss
  7. How the Barcode Was Invented(worldofsystems.co)
    1comments
  8. I built a tool that reverse engineers competitors SEO(rankshawk.com)
    1comments
  9. Egress Testing – Server that records inbound TCP and UDP packets(portleak.link)
    1comments
  10. A16Z is challenging Silicon Valley's love for drop-outs by launching a school(techcrunch.com)
    1comments
  11. Reading specs beats reading code(technative.eu)
    1comments
  12. Native apps written in TypeScript and CSS(github.com/geastack)
    discuss
  13. Agent manager now with mouse support(agent-manager.dev)
    2comments
  14. Obscura: The first VPN that can't log your activity(obscura.com)
    4comments
  15. AI Leaders Are Standing on a Liability Landmine(wsj.com)
    1comments
  16. WebMCP Integration at Stripe(twitter.com/stevekaliski)
    discuss
  17. Show HN: Which of your secrets did your coding agent send?(github.com/aggib)
    1comments
  18. ShinyHunters hackers say they breached FBI(reuters.com)
    discuss
  19. Meta testing a 'human concierge' for its new personal AI agent, Muse(reuters.com)
    discuss
  20. Show HN: ClassD-VHF-Transmitter – Covert RF Transmission via Phone Speaker PWM(github.com/ta1eei)
    discuss
  21. The human brain is two separate organs, study finds(stanford.edu)
    2comments
  22. I built the Jev architecture one year ago and open-sourced it(reddit.com)
    discuss
  23. He Said AI? Sharpen the Pitchforks(forta.com)
    1comments
  24. Show HN: junkDrawer.ai – Browse eBay with AI Agent and Dynamic Filtering(junkdrawer.ai)
    discuss
  25. DiscoBox: AI Coding Agents in Disposable Sandboxes(github.com/discobox-ai)
    discuss
  26. Why I'm deciding to go ad-free to support my product(trainmap.co.uk)
    1comments
  27. A Faster Shortest Path Algorithm(vals.ai)
    discuss
  28. New time zone code: PCT for British Columbia(gov.bc.ca)
    1comments
  29. GPT-6 Sol and Luna push the cost-efficiency frontier(artificialanalysis.ai)
    discuss
  30. How Scared Should We Be of A.I.?(nytimes.com)
    discuss

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

1 pointsby 1h agocookbook.team
1 comments
1h 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.