@trq212: a prompt I've been using a lot recently: implement <SPEC> and while you do, keep a running implementation-notes.html fi…
Summary
A Twitter user shares a prompt for AI code generation: when implementing a specification, keep a running implementation-notes file to document decisions, changes, and tradeoffs.
View Cached Full Text
Cached at: 05/18/26, 06:34 PM
a prompt I’ve been using a lot recently:
implement <SPEC> and while you do, keep a running implementation-notes.html file (or markdown) with decisions you had to make weren’t in the spec, things you had to change, tradeoffs you had to make or anything else I should know https://t.co/qQFTES4fjo
Similar Articles
@trq212: okay this is going kinda viral and tbh my original text was kind of messy, so here's a second pass with the help of Cla…
A user shares a refined method for implementing specs with AI assistance, using Claude to maintain an implementation-notes.html file that records design decisions, deviations, tradeoffs, and open questions.
@nurijanian: my favorite ways to "write requirements" with AI 1. /grill-me by @mattpocockuk https://github.com/mattpocock/skills… 2.…
Discusses favorite tools and methods for writing requirements with AI, highlighting the /grill-me skill by Matt Pocock and a new skill based on business analyst literature to improve alignment and reduce verbosity in AI coding agents.
@Zephyr_hg: AI gives me exactly what I want on the first try now. Tested thousands of prompts and found the same 5 components in ev…
The author shares a prompt engineering framework consisting of five components (Role, Task, Context, Format, Tone) claimed to work across major AI models.
@SaitoWu: https://x.com/SaitoWu/status/2053101671035851216
The article summarizes a talk by Matt Pocock criticizing 'specs-to-code' approaches, arguing that solid software engineering fundamentals like TDD and modular design are more critical than ever for effectively using AI coding assistants like Claude Code.
@karpathy: Wow, this tweet went very viral! I wanted to share a possibly slightly improved version of the tweet in an "idea file".
Andrej Karpathy shares thoughts on sharing ideas rather than code in the era of LLM agents, proposing an 'idea file' format where the concept itself is more valuable than specific implementations.