Add Backyard AI user story
Browse files- FIELD_NOTES.md +14 -0
FIELD_NOTES.md
CHANGED
|
@@ -196,3 +196,17 @@ The field guide says Off the Grid is about no cloud APIs: "The whole thing runs
|
|
| 196 |
- local/eval tooling also supports GGUF experiments through `llama-cpp-python`
|
| 197 |
|
| 198 |
Precise wording matters: claim Off the Grid confidently as small open model inference inside the app runtime with no external LLM API. Hugging Face ZeroGPU is the judge-facing compute layer, not a hosted model dependency.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 196 |
- local/eval tooling also supports GGUF experiments through `llama-cpp-python`
|
| 197 |
|
| 198 |
Precise wording matters: claim Off the Grid confidently as small open model inference inside the app runtime with no external LLM API. Hugging Face ZeroGPU is the judge-facing compute layer, not a hosted model dependency.
|
| 199 |
+
|
| 200 |
+
## 2026-06-09 Backyard AI Story
|
| 201 |
+
|
| 202 |
+
The motivating user story is a friend's grandmother who had already been affected by scam messages. Public docs should keep this privacy-preserving:
|
| 203 |
+
|
| 204 |
+
- no names
|
| 205 |
+
- no phone numbers
|
| 206 |
+
- no timestamps
|
| 207 |
+
- no raw private chat metadata
|
| 208 |
+
- no claim of broad user validation without a direct quote or recorded reaction
|
| 209 |
+
|
| 210 |
+
This is enough to make the Backyard AI framing concrete: Jawbreaker is for a real family safety workflow, not a generic spam-classification benchmark. The public story should say that the product was shaped around helping someone like her pause before replying, clicking, calling, or paying.
|
| 211 |
+
|
| 212 |
+
If we later get a quote or demo permission, add it to the article and demo script. Until then, keep the claim as motivation and intended use, not measured user validation.
|