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: cookbook/copilot-sdk/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -87,4 +87,4 @@ go run <filename>.go
87
87
88
88
## Status
89
89
90
-
Cookbook structure is complete with 5 recipes across all 4 supported languages. Each recipe includes both markdown documentation and runnable examples. The RALPH-loop recipe demonstrates iterative self-referential AI loops for autonomous task completion.
90
+
Cookbook structure is complete with 6 recipes across all 4 supported languages. Each recipe includes both markdown documentation and runnable examples. The RALPH-loop recipe demonstrates iterative self-referential AI loops for autonomous task completion.
RALPH-loop is a development methodology for iterative AI-powered task completion. Named after the Ralph Wiggum technique, it embodies the philosophy of persistent iteration:
@@ -21,13 +19,13 @@ RALPH-loop is a development methodology for iterative AI-powered task completion
21
19
22
20
## Example Scenario
23
21
24
-
You need to iteratively improve code until all tests pass. Instead of asking Claude to "write perfect code," you use RALPH-loop to:
22
+
You need to iteratively improve code until all tests pass. Instead of asking Copilot to "write perfect code," you use RALPH-loop to:
25
23
26
24
1. Send the initial prompt with clear success criteria
27
-
2. Claude writes code and tests
28
-
3. Claude runs tests and sees failures
25
+
2. Copilot writes code and tests
26
+
3. Copilot runs tests and sees failures
29
27
4. Loop automatically re-sends the prompt
30
-
5. Claude reads test output and previous code, fixes issues
28
+
5. Copilot reads test output and previous code, fixes issues
31
29
6. Repeat until all tests pass and completion promise is output
0 commit comments