Skip to content
PromptsBuddy

Tag

#engineering

4 prompts, 0 articles, and 1 episodes.

Prompts

EngineeringintermediateStaff pick

Debug from a stack trace without guessing

Forces the model to separate what the trace proves from what it's inferring, rank hypotheses by testability, and give you the cheapest experiment that discriminates between them.

ClaudeChatGPT3 vars
MeghnaMeghna
Engineeringintermediate

The test case you would have forgotten

Reads a function and enumerates the boundaries, empty states, and concurrency cases you didn't think of — then writes only the tests that could actually fail.

ClaudeChatGPT3 vars
MeghnaMeghna
EngineeringintermediateStaff pick

A code review that teaches instead of nitpicks

Reviews a diff at three altitudes — design, correctness, style — and explains the reasoning behind each note so the author learns something instead of just applying a patch.

ClaudeChatGPT3 vars
MeghnaMeghna
Engineeringintermediate

Explain this codebase like I start on Monday

Produces the orientation doc a new engineer actually needs: the three things that will confuse them, the load-bearing files, and the conventions nobody wrote down.

ClaudeChatGPT3 vars
MeghnaMeghna

Episodes

Ep 0521 min

Context Engineering

Most agent failures aren't model failures — they're context failures. A coding agent spends a weekend modernizing dead code, and we unpack the skill that decides whether an agent ships: context engineering.