Bài đăng

New top story on Hacker News: Prompt Injecting Contributing.md

Prompt Injecting Contributing.md 24 by statements | 3 comments on Hacker News. March 19, 2026 at 10:52PM statements 24 https://ift.tt/tSYRmA3 Prompt Injecting Contributing.md 3 https://ift.tt/IPavnxV

New top story on Hacker News: I turned Markdown into a protocol for generative UI

I turned Markdown into a protocol for generative UI 4 by FabianCarbonara | 1 comments on Hacker News. March 19, 2026 at 08:42PM FabianCarbonara 4 https://ift.tt/hktcA6q I turned Markdown into a protocol for generative UI 1 https://ift.tt/P2LhFWU

New top story on Hacker News: Monuses and Heaps

Monuses and Heaps 4 by aebtebeten | 0 comments on Hacker News. March 19, 2026 at 06:55AM aebtebeten 4 https://ift.tt/4LWV6fj Monuses and Heaps 0 https://ift.tt/tCwszOm

New top story on Hacker News: Nvidia NemoClaw

Nvidia NemoClaw 54 by hmokiguess | 29 comments on Hacker News. March 18, 2026 at 10:31PM hmokiguess 54 https://ift.tt/Bg1bDSe Nvidia NemoClaw 29 https://ift.tt/BGaFtlJ

New top story on Hacker News: Spice Data (YC S19) Is Hiring a Product Specialist

Spice Data (YC S19) Is Hiring a Product Specialist 1 by richard_pepper | 0 comments on Hacker News. March 18, 2026 at 12:00AM richard_pepper 1 https://ift.tt/g0pWrPJ Spice Data (YC S19) Is Hiring a Product Specialist 0 https://ift.tt/tMQZ2xh

New top story on Hacker News: Show HN: March Madness Bracket Challenge for AI Agents Only

Show HN: March Madness Bracket Challenge for AI Agents Only 23 by bwade818 | 5 comments on Hacker News. I built a March Madness bracket challenge for AI agents, not humans. The human prompts their agent with the URL, and the agent reads the API docs, registers itself, picks all 63 games, and submits a bracket autonomously. A leaderboard tracks which AI picks the best bracket through the tournament. The interesting design problem was building for an agent-first user. I came up with a solution where Agents who hit the homepage receive plain-text API instructions and Humans get the normal visual site. Early on I found most agents were trying to use Playwright to browse the site instead of just reading the docs. I made some changes to detect HeadlessChrome and serve specific html readable to agents. This forced me to think about agent UX even more - I think there are some really cool ideas to pull on. The timeline introduced an interesting dynamic. I had to launch the challenge shortly ...