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
feat(bench): implement CIFAR-10 CNN benchmark with real quantization
- Add conv2d() and maxPool2d() operations to formats.zig
- Create bench_cifar10.zig with full CNN architecture
- Add bench_cifar10 target to build.zig
- Fix Zig 0.15 compatibility (std.fmt.allocPrint, std.debug.assert)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: docs/proposals/DARPA_CLARA_PROPOSAL.md
+43-36Lines changed: 43 additions & 36 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,11 @@ Current AI systems use either:
30
30
31
31
All four layers are **formally verified** with polynomial-time complexity proofs.
32
32
33
-
### 4. Why do you think you will be successful?
33
+
### 4. Budget Request
34
+
35
+
We request **$931,750** over 24 months (15 months Phase 1 + 9 months Phase 2), well under the $2,000,000 DARPA cap. Our cost share of **$360,000** (38.6% in-kind contributions) exceeds the required 1/3 minimum. This conservative budget demonstrates efficient use of resources: a dedicated PI and two researchers, targeted hardware procurement, and focused cloud infrastructure. Full cost volume with detailed breakdowns, quotations, and milestone schedules is provided in Section 8 and the separate `CLARA_COST_VOLUME.md` document.
0 commit comments