the-grid-cc 1.7.34 → 1.7.35
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +10 -0
- package/commands/grid/VERSION +1 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -77,6 +77,16 @@ YOU <-> Master Control <-> Worker Agents
|
|
|
77
77
|
|
|
78
78
|
---
|
|
79
79
|
|
|
80
|
+
## The CUDA Parallel
|
|
81
|
+
|
|
82
|
+
> **CUDA**: "Write your code. We figure out how to parallelize across 10,000 cores."
|
|
83
|
+
>
|
|
84
|
+
> **Grid**: "Describe your goal. We figure out how to orchestrate across agents."
|
|
85
|
+
|
|
86
|
+
The user shouldn't think about agents AT ALL. They're an implementation detail. Like GPU threads.
|
|
87
|
+
|
|
88
|
+
---
|
|
89
|
+
|
|
80
90
|
## No Ceremony
|
|
81
91
|
|
|
82
92
|
No sprint planning. No story points. No stakeholder syncs. No Jira.
|
package/commands/grid/VERSION
CHANGED
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
1.7.34
|
|
1
|
+
1.7.35
|