Skip to content

Commit eda9fa5

Browse files
FloLeyclaude
andcommitted
Fix README: move prompt repetition to Initial Problem
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent e0cf783 commit eda9fa5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -300,8 +300,8 @@ See [Creating Custom Profiles](#-creating-custom-profiles) above.
300300

301301
DumpCode was created using the exact workflow it implements—a recursive loop where the tool improved itself by being used on its own codebase.
302302

303-
1. **Initial Problem:** I needed a way to paste code into Gemini reliably.
304-
2. **The Sandwich:** I realized LLMs hallucinate less when instructions come *before* code and tasks come *after*, and I was using variations of the same prompts over and over again.
303+
1. **Initial Problem:** I needed a way to paste code into Gemini reliably, and I was using variations of the same prompts over and over again.
304+
2. **The Sandwich:** I realized LLMs hallucinate less when instructions come *before* code and tasks come *after*.
305305
3. **Self-Refinement:** Every feature (Git integration, XML tags, Auto-Mode) was added because I needed it while using DumpCode to build DumpCode.
306306

307307
This recursive pattern created a virtuous cycle: DumpCode demonstrates its own value by being the primary tool used to build itself.

0 commit comments

Comments
 (0)