Skip to content
PromptsBuddy

Tag

#coding

2 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

Episodes

Ep 084 min

The Bottleneck Moved

Writing code got cheap. Specs, review, testing, and deploy did not. Rony and Meghna dig into why Copilot on the old SDLC does not ship faster — and what teams actually have to delete.