Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Voxiferi wants to stop bad AI data at the door(opensourcewatch.beehiiv.com ↗)
    discuss
  2. Sudd(wikipedia.org ↗)
    discuss
  3. Victory: Court, Using a New Test, Rules Embedding Links Is Legal(eff.org ↗)
    discuss
  4. Woman's rare genetic mutations make her unable to feel physical pain or anxiety(popularmechanics.com ↗)
    1comments
  5. GitHub Is Having Trouble Counting Things(chuckgreenman.com ↗)
    discuss
  6. How the Meta Settlement Silences Youth Activism(eff.org ↗)
    discuss
  7. GPT6+Corv= infrastructure prod work is finally feasible(github.com/khalid-src ↗)
    1comments
  8. Show HN: Play subway surfer inside your Claude Code terminal(github.com/lucastononro ↗)
    1comments
  9. Shitty Maps and Special People(summerlightning.substack.com ↗)
    discuss
  10. Qwen3.8 models outperforms Fable 5 Using GVS5H Harness(github.com/slee-persis ↗)
    1comments
  11. Forespec – catches what your AI coder didn't know to ask(github.com/steveweed79 ↗)
    discuss
  12. Show HN: TypeScript parser for AIXM, the FAA/EUROCONTROL aviation data format(github.com/devladpopov ↗)
    discuss
  13. Why Beyond Vanilla RAG(medium.com/nikozero11 ↗)
    discuss
  14. ER visits for gambling disorders doubled after expanded online gambling market(utoronto.ca ↗)
    discuss
  15. Show HN: Understanding your Claude Code with trajectory segmentation(github.com/lucastononro ↗)
    discuss
  16. Map of America(mapofamerica.wtf ↗)
    discuss
  17. Show HN: Make Claude Code a workspace genius(slaunt.ai ↗)
    discuss
  18. Forget, then remember: checkpointing the adjoint sweep on a GPU(nablatensor.com ↗)
    discuss
  19. Ask HN: Unable to Login Google Account
    discuss
  20. We need to stop using Stored Procedures(heffree.dev ↗)
    discuss
  21. How Effective Altruism Is Controlling the AI Narrative(effort.news ↗)
    discuss
  22. Blackbird Pilots Answer Spy Plane Questions [video](youtube.com ↗)
    discuss
  23. How Did Zero Interest Rate Policy (ZIRP) Affect Software Developer Jobs?(bswen.com ↗)
    discuss
  24. AI bosses' safety push sparks rift inside OpenAI and Anthropic(ft.com ↗)
    discuss
  25. The Rouse by China Miéville – a mighty achievement from the 'new weird' author(theguardian.com ↗)
    discuss
  26. Show HN: I built an app that does social media publishing work for me(iminti.com ↗)
    discuss
  27. Competitive Market Behavior of LLMs(arxiv.org ↗)
    discuss
  28. Novo partners with Anthropic to speed up drug development with Claude(reuters.com ↗)
    discuss
  29. We Trained a Model on Office Work. It Also Got Better at Coding(surgehq.ai ↗)
    discuss
  30. You can run Git on object storage if you re-make packfiles(tigrisdata.com ↗)
    discuss

Show HN: OpenDocBot – bring your own model to Word, Excel and PowerPoint

2 pointsby 49m agoopendocbot.com
0 comments
I got tired of the lock-in and black-box nature of AI inside MS Office. One vendor decides which models you can use, where your document data goes, and what the agent is actually allowed to do. And when it fails, you can't see the code or send a PR to add a feature you may need.

Many people don't have that choice: they're forced to use these tools (MS Office) at work. For coding agents we already have open interfaces like OpenCode where you can bring your own key, swap providers and models, run local, inspect everything, etc. I thought "agentic Office" needs the same.

So I built OpenDocBot: an agent that runs inside Word, Excel and PowerPoint. Bring your own provider (OpenAI, Anthropic, Gemini, DeepSeek, OpenRouter, Ollama, or your own endpoint / custom gateway). It's client-side, so document data goes straight to the provider you configure, and the source is public so you can always audit the code and self-host it.

I added a few things I thought would be useful: human-in-the-loop approval before any action is applied; file uploads (e.g. building a slide deck from a PDF) with local OCR for scanned documents, and tunable model behavior.

Caveat: it's early, and Microsoft Marketplace distribution isn't live yet, so today you have to sideload it. I know that's real friction, I'm fighting daily with the MS Support team to achieve MS Partner Center account validation. I wrote some scripts that automate the sideloading process, and recorded short videos to make it easier.

If you use Office heavily, I'd love your feedback.

Repo: https://github.com/opendocbot/opendocbot

Site + docs: https://opendocbot.com

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