You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -300,8 +300,8 @@ See [Creating Custom Profiles](#-creating-custom-profiles) above.
300
300
301
301
DumpCode was created using the exact workflow it implements—a recursive loop where the tool improved itself by being used on its own codebase.
302
302
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*.
305
305
3.**Self-Refinement:** Every feature (Git integration, XML tags, Auto-Mode) was added because I needed it while using DumpCode to build DumpCode.
306
306
307
307
This recursive pattern created a virtuous cycle: DumpCode demonstrates its own value by being the primary tool used to build itself.
0 commit comments