Upload Kaiju Coder 7 runtime quantization recipe
Browse files- PUBLIC_TESTING_QUICKSTART.md +26 -2
PUBLIC_TESTING_QUICKSTART.md
CHANGED
|
@@ -48,9 +48,31 @@ The helper installer adds:
|
|
| 48 |
|
| 49 |
- the `kaiju` OpenAI-compatible provider
|
| 50 |
- the lean `kaiju-coder-7` OpenCode agent
|
|
|
|
|
|
|
|
|
|
|
|
|
| 51 |
- a scoped no-autocontinue plugin that prevents false completion loops after
|
| 52 |
compaction or output limits
|
| 53 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 54 |
### Path 2: Full Local Weights
|
| 55 |
|
| 56 |
Use this if the full `RMDWLLC/kaiju-coder-7` Hugging Face repo has been
|
|
@@ -127,8 +149,8 @@ Expected result:
|
|
| 127 |
- Current reliable product path: model plus deterministic business-owner
|
| 128 |
harness/router plus verifier
|
| 129 |
- Raw multi-file OpenCode generation: still too slow for broad paid claims;
|
| 130 |
-
|
| 131 |
-
|
| 132 |
- Paid API: not public until launch preflight passes and the Stripe live-mode
|
| 133 |
switch is deliberately completed
|
| 134 |
|
|
@@ -146,6 +168,8 @@ Do claim:
|
|
| 146 |
- Kaiju Coder 7 has a working local/OpenCode release candidate
|
| 147 |
- the current tested OpenCode default is 16k context
|
| 148 |
- the helper package includes a lean agent and compaction loop guard
|
|
|
|
|
|
|
| 149 |
- the fast proxy keeps OpenCode tool calls intact while forcing bounded,
|
| 150 |
non-thinking generation
|
| 151 |
- the paid API scaffold has tests and a launch preflight, but is not yet public
|
|
|
|
| 48 |
|
| 49 |
- the `kaiju` OpenAI-compatible provider
|
| 50 |
- the lean `kaiju-coder-7` OpenCode agent
|
| 51 |
+
- the `kaiju-coder-7-run` router command for fast websites, owner packs, and
|
| 52 |
+
Desktop artifact folders
|
| 53 |
+
- the `kaiju_artifact` OpenCode custom tool and `/kaiju` command for routing
|
| 54 |
+
large artifact prompts through the fast local router
|
| 55 |
- a scoped no-autocontinue plugin that prevents false completion loops after
|
| 56 |
compaction or output limits
|
| 57 |
|
| 58 |
+
For a fast website or owner-pack artifact without waiting on raw OpenCode
|
| 59 |
+
multi-file streaming, run:
|
| 60 |
+
|
| 61 |
+
```bash
|
| 62 |
+
kaiju-coder-7-run \
|
| 63 |
+
--no-planner \
|
| 64 |
+
--kind website \
|
| 65 |
+
--out-dir "$HOME/Desktop/Kaiju-Coder-7-Test" \
|
| 66 |
+
--prompt "Build a premium one-page website for Harborline Bookkeeping with pricing, FAQ, and a cleanup-call CTA."
|
| 67 |
+
```
|
| 68 |
+
|
| 69 |
+
OpenCode should use this same command for large website, business-pack, and
|
| 70 |
+
Desktop-output requests after the helper is installed.
|
| 71 |
+
|
| 72 |
+
Inside OpenCode, use `/kaiju` for large generated artifacts. The command is
|
| 73 |
+
prompt-backed, but it points the Kaiju agent at the `kaiju_artifact` custom tool
|
| 74 |
+
instead of making the model hand-write every file.
|
| 75 |
+
|
| 76 |
### Path 2: Full Local Weights
|
| 77 |
|
| 78 |
Use this if the full `RMDWLLC/kaiju-coder-7` Hugging Face repo has been
|
|
|
|
| 149 |
- Current reliable product path: model plus deterministic business-owner
|
| 150 |
harness/router plus verifier
|
| 151 |
- Raw multi-file OpenCode generation: still too slow for broad paid claims;
|
| 152 |
+
use `kaiju-coder-7-run` for fast public website and owner-pack tests while
|
| 153 |
+
broader raw-model latency gates continue
|
| 154 |
- Paid API: not public until launch preflight passes and the Stripe live-mode
|
| 155 |
switch is deliberately completed
|
| 156 |
|
|
|
|
| 168 |
- Kaiju Coder 7 has a working local/OpenCode release candidate
|
| 169 |
- the current tested OpenCode default is 16k context
|
| 170 |
- the helper package includes a lean agent and compaction loop guard
|
| 171 |
+
- the helper package includes the `kaiju-coder-7-run` router command for fast
|
| 172 |
+
artifact generation
|
| 173 |
- the fast proxy keeps OpenCode tool calls intact while forcing bounded,
|
| 174 |
non-thinking generation
|
| 175 |
- the paid API scaffold has tests and a launch preflight, but is not yet public
|