Hacker News

Show HN: A Codex/Claude Code plugin for persistent product context thru sessions

Hacker News - Sat, 05/09/2026 - 10:53pm

some of the friction of using coding agents for product building (not just writing code) is every new session starts from scratch.

draft is my attempt at a fix. before getting into how it works — a lot of memory/context plugins solve this by calling an external api or running their own model, which either charges you separately or quietly inflates your usage. draft runs entirely within your existing claude subscription.

it's a codex/claude code plugin a few core pieces:

1. session-init hook

on every session start, a hook fires and injects a structured context summary into claude's working memory. specifically, it reads the `name` and `description` frontmatter from each context index file — company, product, priorities, team, decisions — and assembles them into a single compressed summary under ~5k tokens.

2. learning — inference-driven and manual

learning is inference-driven rather than hook-based. the main claude agent reads its instructions and decides when something is worth persisting — a decision made, a direction abandoned — and calls `/draft:learn` as a subagent to write it back to the appropriate context file. there's no session-end hook or background process; the agent is exercising judgment about what's durable. you can also invoke `/draft:learn` manually at any time.

over time, claude accumulates enough context to flag contradictions — if you go in a direction that conflicts with a decision you made two weeks ago, it'll surface it. that's been the most unexpectedly useful part for me as a solo founder.

3. cross-agent architecture

the workspace lives at `~/.draft/workspace/`, claude code and cursor share the workspace natively. codex requires a separate install (curl setup script, since there's no plugin marketplace yet) but reads from the same files.

---

would love if folks tried it out, cloned it and ran locally or gave me some examples of their coding agent setups!

its 100% free and open source. mit licensed. no account, no api key.

Comments URL: https://news.ycombinator.com/item?id=48080538

Points: 1

# Comments: 0

Categories: Hacker News

Ask HN: Can a tinnitus be triggered by high frequency noises?

Hacker News - Sat, 05/09/2026 - 10:49pm

Not exactly technical, but HN feels like the correct crowd to ask because asking anywhere else I would be considered mentally ill.

I have a tinnitus that seems to stay 99,9% of the day, it’s away for some minutes sometimes and it’s very high frequency. Imagine a power supply coil whine.

Now the mentally ill part: the tinnitus can change position (left/right ear) and change volume. I didn’t hear the tinnitus on the right ear for some days, now it’s back on it (and still audible on the left ear) after sitting on the couch again.

The couch, you ask? Two weeks ago, when the tinnitus started, we changed the layout of our living room. The couch was now located next to our WiFi router. The tinnitus started shortly after that. I never had tinnitus before. Guess what, the router makes the same noise (even my partner can hear it). After some days of realizing it might be from the router, I changed the position of it to the other side of the room, but now somehow I can still hear the high frequency from the router from 3 meters apart. And as soon as I start sitting on the couch, the tinnitus gets much worse. Even disabling electricity in the full house I still hear that WiFi router noise in my ear.

Am I insane? Is this a thing? Can some frequency cause a tinnitus which can be re-triggered by the same frequency? Can it have a memory effect? Could it be it doesn’t go away even if I don’t sit on the couch for days because all these power supplies have high frequency coil whine in each and every facility these days, which trigger it again?

I feel like Neo from The Matrix who got enlightened and now can hear electricity, but without the rest of the super powers :(

PS: I visited a doctor and am doing the usual medical procedures to deal with tinnitus (Prednisolone 60mg/day), but it doesn’t help in any way.

Comments URL: https://news.ycombinator.com/item?id=48080516

Points: 2

# Comments: 0

Categories: Hacker News

Carbon footprint of Linus Tech Tips' private jet

Hacker News - Sat, 05/09/2026 - 10:32pm

Article URL: https://lttjet.com

Comments URL: https://news.ycombinator.com/item?id=48080452

Points: 2

# Comments: 0

Categories: Hacker News

7meter

Hacker News - Sat, 05/09/2026 - 10:31pm
Categories: Hacker News

Notion or Obsidian or Apple Notes?

Hacker News - Sat, 05/09/2026 - 10:29pm

Comments URL: https://news.ycombinator.com/item?id=48080439

Points: 1

# Comments: 0

Categories: Hacker News

Blank

Hacker News - Sat, 05/09/2026 - 10:26pm

Comments URL: https://news.ycombinator.com/item?id=48080417

Points: 1

# Comments: 6

Categories: Hacker News

Pages