yaoke259

↗ HN profile [ 61.2 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. For a bit of context, I’m currently creating a team of AI agents at work to generate reports by fanning out into a large amount of subagents to process a large amount of transcript data. When the analysis fails mid-way…

  2. Overnight is a free, open source CLI supervisor/manager layer that can run Claude Code (Codex support coming soon!) by reading your Claude conversation histories and predicts what you would’ve done next so it can keep…

  3. Hey guys, happy to share a passion project I’ve been working on. It’s called Ptero (short for pterodactyl, get it? haha) and is a Svelte based alternative to Docusaurus so you can now build your dev docs page in svelte!…

  4. I’ve been experimenting with Phaser for small web games and found that even simple multiplayer logic becomes complicated fast. I built Martini-Kit (https://github.com/BlueprintLabIO/martini) to reduce that overhead.…

  5. I was working on a multiplayer racing game and kept hitting the same issues. State desyncs where players would see different positions. Race conditions when two players interacted with the same object. The usual stuff.…

  6. I put together a free, open-source collection of text prompts that make AI impersonate 10 programming legends. The inspiration came when I asked an AI to impersonate Garry Tan to roast my startup idea and the honest…

  7. TL;DR: A lightweight TS library to parse natural-language dates and inject temporal context into LLM prompts. It turns vague phrases like "tomorrow" into precise, timezone-aware dates to reduce ambiguity in agents,…

  8. I made an open source, MIT license Typescript library based on some of the latest research that generates prompt injection attacks. It is a super minimal/lightweight and designed to be super easy to use. Keen to hear…

  9. Currently LLMs can only stream raw text and users can only respond in raw text. This open, MIT license standard allows LLMs to send simple, secure, JSON code blocks which get rendered into widgets. The widgets can emit…

  10. Hi HN, I've been spending nights wrestling with Cursor/Cline/Windsurf on anything larger than a toy repo: - the LLM cheerfully deletes my hand-written files - integration bugs that surface only after three merged PRs -…