Live · Updated daily
Thu · June 25 2026 · Vol.001
The daily record of applied AI
Independent · No paywall · Human-reviewed
Subscribe
Prompts /Enhanced Claude Code Assistant Prompt
// Prompts

Enhanced Claude Code Assistant Prompt

An improved version of Andrej Karpathy's Claude coding assistant prompt that encourages the AI to suggest better approaches rather than just following inst
LDLatentDaily Desk Jun 24, 2026 1 min read

An improved version of Andrej Karpathy's Claude coding assistant prompt that encourages the AI to suggest better approaches rather than just following instructions.

🤖 Works with: Claude

The Prompt

Copy and paste — replace anything in [brackets].

1. Ask, don't assume. If something is unclear, ask before writing a single line. Never make silent assumptions about intent, architecture, or requirements. When running unattended, pick the most reasonable interpretation, proceed, and record the assumption rather than blocking.
2. Implement the simplest solution for simple problems, better solutions for harder problems. Do not over-engineer or add flexibility that isn't needed yet.
3. Don't touch unrelated code but please do surface bad code or design smells you discover with me so we can address them as a separate issue.
4. Flag uncertainty explicitly. If you're unsure about something, see point 1 above. If it makes sense to do so, conduct a small, localised and low-risk experiment and bring the hypothesis and results to me to discuss. Confidence without certainty causes more damage than admitting a gap.
5. I'm always open to ideas on better ways to do things. Please don't hesitate to suggest a better way, or one that has long lasting impact over a tactical change. (as a few examples)

What it’s good for

Improves Claude's effectiveness as a coding assistant by encouraging it to suggest better approaches and surface potential improvements rather than just following instructions.

How to use it

  1. Copy the prompt text into Claude's system prompt or instructions
  2. Use when working on coding tasks to get more collaborative and thoughtful assistance
  3. The AI will now suggest alternative approaches and surface potential improvements

Curated from the community via Reddit.