Hacker News

Top stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. PipePipe: NewPipe hard fork implementing SponsorBlock (github.com/infinityloop1308)
    80comments
  2. Drawgent: Coding agent on a live Excalidraw canvas (tangled.org)
    17comments
  3. Show HN: A Claude Code skill to analyze your chess games (github.com/brumar)
    39comments
  4. The Lost Atomic Update on Loongson CPU (jia.je)
    4comments
  5. Fifteen years later, the Apple Cards origin story (lexontech.org)
    54comments
  6. Modern Object Pascal Introduction for Programmers (castle-engine.io)
    33comments
  7. Revealing the details of how OpenAI agents hacked Hugging Face (swarmtraces.org)
    413comments
  8. Reflections on 1,000 Days of Math (gmays.com)
    23comments
  9. Breaking Up with Google Play: Why Conversations Is Now Free (gultsch.de)
    213comments
  10. We're gonna need a lot more mathematicians (terrytao.wordpress.com)
    397comments
  11. Plunging test scores are a slow-moving catastrophe (economist.com)
    166comments
  12. Analyzing Frontier Model Progress with My Favourite Game: Prince of Persia (blog.priyan.in)
    24comments
  13. A searchable library of forgotten public-domain film clips from 1915 onward (movingimagearchive.com)
    7comments
  14. Show HN: Reladraw – A diagram language where you decide where to place things (github.com/reladraw)
    —discuss
  15. Japan moves to tighten rules for foreigners, throwing futures into doubt (aljazeera.com)
    32comments
  16. Plan mode is dead (aymannadeem.com)
    441comments
  17. The Murky History of Soviet-Born Tetris (mitpress.mit.edu)
    20comments
  18. Banks and Credit Unions to Team Up Against Apple Pay Fees (macrumors.com)
    29comments
  19. How to keep enjoying programming in a world of LLMs (haskell.org)
    136comments
  20. Ollaya – Ollama for open-source, Jev-style decision models (ollaya.dev)
    137comments
  21. US jury says Apple owes record $5.7B in haptic technology patent case (reuters.com)
    34comments
  22. OpenAI bots meddled with multiple US Government agency sites (bbc.com)
    69comments
  23. Experiencing writing at our recent Chinese calligraphy workshop (viewsproject.wordpress.com)
    1comments
  24. Automattic has a new board after failed attempt to put CEO on leave (techcrunch.com)
    59comments
  25. Is your Postgres migration safe or not safe? (safenotsafe.dev)
    38comments
  26. Show HN: Jev Plays Pokémon Red (jev-pokemon.vercel.app)
    97comments
  27. I'm the mom in that viral Giants clip. Let me tell you about my husband (themomoftheyear.substack.com)
    111comments
  28. A single function Jev-like wrapper for LLMs, including vision models (allanrbo.blogspot.com)
    40comments
  29. Floci: Locally emulating any cloud service (floci.io)
    25comments
  30. Parsing Expression Grammar vs. Regexes: Building Org Parser in Lisp, Export HTML (jointhefreeworld.org)
    15comments

Drawgent: Coding agent on a live Excalidraw canvas

40 pointsby 3h agotangled.org
17 comments
1h agoHN ↗

I've had a fairly thorough exploration of how I can give my agent a whiteboard so we can work on architectures together. To my surprise, current solutions (including Excalidraw) were not good enough and didn't deliver what I wanted. I ended up finding Mermaid to be the most agent-friendly medium and coded an Obsidian plugin for it. It works okay; we can work on the same doc while I bring my own AI agent, and we can brainstorm together. https://community.obsidian.md/plugins/mermaid-relay

4m agoHN ↗

Did you play with TLDraw at all? I’ve had some success with it but haven’t been using it for that particular use case.

1h agoHN ↗

YMMV, but the value I get from producing a diagram is derived from the thinking. Thinking about what I'm trying to draw leads to understanding about where my/my team's knowledge is poorer, what assumptions we're making, etc.

1h agoHN ↗

I don't remember who said it, but someone mentioned that mathematics papers don't read well because the models don't know which parts to emphasize and which parts to gloss over. I would imagine similar tendencies here.

1h agoHN ↗

Yeah I tend to make my diagrams either as I go, as exploration, or after I'm done figuring things out as a summarizing artifact (and agents are great at using Mermaid to do that second one).

1h agoHN ↗

Posted this somewhere else aswell but I've had good success with https://whiteboard-mcp.com - it seems to work better than other free alternatives for things like architecture diagram creation

1h agoHN ↗

tldraw has a lot of programmatic access I have not compared it to excalidraw but there is still no equivalence between the model capabilities to build amazingly detailed infographics and diagraming tool use which is a gap I hope will narrow

1h agoHN ↗

I’ve been trying to find the best practice to connect a person’s existing ChatGPT/Codex / Claude accounts so they can be used in an app for the agent in the app.

Any advice? Everything seems clunky, even the best MCP efforts

28m agoHN ↗

best approach is to create an webapp that uses WebMCP and then use ChatGPT Desktop. you open the app using it and it and it can use all the tools. Then you implement navigation in the tools and you will see ChatGPT using your app pairing with you.

24m agoHN ↗

MCP is the answer but it's only really worth it if you product is reasonably complex e.g. n8n has a community MCP fully for this reason.

51m agoHN ↗

What frustrates me about many projects is it's never been easier to just make a quick video or image or gif and put it in the README to show what the value is. This was at least somewhat complex before AI but now you can just paste an image and have the AI put it in your README.

I guess the frustrating bit is that the readme is 100s of lines long. AI is already saving you so much time on a project like this but you still make me clone and spin it up if i want to see it for real.

I get that open source is a gift and you’re not obliged to do anything I say but please consider taking the extra few minutes on your next project.

28m agoHN ↗

To that end, I've found it super easy to tell $LLM to make me a video showcasing the main features of whatever I'm building, have it write subtitles and give it a voice over. Obviously for a README a simple gif with burned in subtitles/annotations would be more useful.

Especially if the project is web-based it can just spin up playwright and record its actions.

27m agoHN ↗

Wow, I just can't agree with this take at all. The README is only 161 lines (very short for a git repo README!) and took me about 15 seconds to skim and decide whether or not it was interesting enough to keep the tab open.

Most of the project pages I have seen with videos either animate things at hyper-speed, meaning you can't actually follow is what happening, or drag on for minutes just to communicate something that I could have read in seconds. My time is more valuable than that.

Images are cool, however. We should do more of those.

10m agoHN ↗

This is crazy. My claude chess stuff is currently near yours on the front page and noticed your post. I have a project very close than yours that I hesitated to share. From a quick glance, we went for a similar approach. I just open sourced it so that you can compare implementation notes. https://github.com/brumar/whiteboard-agents . It's not thoroughly tested but can be interesting to check.