Context
JARVIS’s engineering maths uses a Quantity type over the seven SI base dimensions. Converting one to a bare number raises an error: “A quantity is not a number.” Unit mistakes are rejected before any arithmetic happens. Units and dimensional analysis (CAP-ENG-01) is one of the nine capabilities the registry recorded as LIVE on 17 September. The engineering live drive is how the project exercised the conversational path to that code.
The run
The drive put a spoken-style request to a running JARVIS on isolated stores: compare the pressure of 100 N on square plates of 1, 2 and 4 m. Speech recognition was substituted with a transcript, and cognition was the hosted model. To pass, the answer had to be exactly 100, 25 and 6.25 Pa, labelled calculated, not measured, and the engineering widget had to open. Two utterances were run on each of three days, 8 to 10 September, and all six passed.
Turn times, one per day, were:
| Date | Revision | Turn time |
|---|---|---|
| 2026-09-08 | 4e90787c |
3,879 ms |
| 2026-09-09 | 4d47ca43 |
5,946.1 ms |
| 2026-09-10 | 4aaaaeaf |
6,229.9 ms |
The times rose across the three runs. The project records this as a possible regression whose cause was not established.
The evidence
The drive’s result files are local and gitignored. The benchmark series cites them, and commit 991418c2f (12 September) records the engineering live drive restoring CAP-ENG-01 to LIVE. No footage exists yet.
The limits
This is a simple closed-form calculation, chosen because it can be checked exactly. A real solver run is a different claim. The registry records that a spoken request can drive a real CalculiX finite-element solve and light the engineering panel in tests (CAP-ENG-10), with no live probe, so this site keeps that at TESTED. The label on the answer is part of what was tested. A calculated number is never presented as a measured one.