Armsmith profiles an AI repo on Arm, diagnoses why it is slow on aarch64 with a 13-rule anti-pattern pack, drafts fixes, and renders a PR in which every fix has passed a reproduce-benchmark gate — median-of-N, MAD noise bands, output-hash equality.
The LLM plans; the silicon decides. Deltas inside the noise band are reported as no change, never as wins, and fixes that fail are reported rather than quietly dropped.
Install
uvx armsmith scan . # zero-install, one command
pipx install armsmith # or keep it on your PATH
pip install armsmith
Use it
Scan any repo for aarch64 anti-patterns — static rules, no hardware, no network:
armsmith scan .
Record a bundle from your own machine, then diagnose your own repo. The probe rules read
observations from a bundle; record captures what your host can honestly report and copies in any
real instrument output you already have:
armsmith record . --out ./bundle --python .venv/bin/python
armsmith diagnose --replay ./bundle
The manifest it writes declares "synthetic": false, because none of it is invented. Anything the
host cannot observe is omitted, not guessed — the rules that needed it report skipped with the
probe named. env and proc_maps are never captured at all: a bundle is a published artifact, and
those carry CI tokens and host paths.
Gate your own change. Give it your before and after command and it runs the same statistics — ABAB interleaving, median-of-N, a scaled-MAD noise band, output-hash equality, a signed report. A delta inside the band is reported as no change, never as a win:
armsmith bench-cmd --rule R3 \
--baseline-cmd "python serve_bench.py --config before.yaml" \
--candidate-cmd "python serve_bench.py --config after.yaml"
It refuses to run off aarch64, and it carries no ISA witness — it is a stopwatch, and says so.
Take the measurement yourself, on any aarch64 box (a free GitHub ubuntu-24.04-arm runner is
enough). It refuses to run anywhere else rather than produce an Arm number off Arm hardware:
armsmith bench-live --require-witness
armsmith verify report-live.json
The number, and why you don't have to trust it
On a GitHub-hosted ubuntu-24.04-arm runner (Neoverse-N2, gcc 13.3.0), Armsmith compiles one
int8 dot-product source twice — differing only in the -march flag that rule R2 exists to
flag — disassembles both, and measures them:
-O3 -march=armv8-a |
-O3 -march=armv8.2-a+dotprod |
|
|---|---|---|
| SDOT in the hot symbol | 0 | 1 |
| median kernel time | 0.059975 s | 0.008123 s |
| Δ | — | −86.5% — a 7.4× speedup |
| noise band (k=3) | — | ±0.000144 s |
| output hash | — | identical |
| gate verdict | — | keep |
Read the first row before the timings: ARMv8.0 has no dot-product instruction, so the baseline cannot contain one. The stopwatch says 7.4×; the disassembly says why.
Every report is ed25519-signed and carries its own raw samples, so armsmith verify recomputes
every statistic and every gate verdict independently — change one digit and it prints
VERIFY FAILED.
What it looks for
13 aarch64 anti-patterns, 10 of them citing the Arm Learning Path that teaches the fix by hand:
amd64-pinned images running under QEMU · builds with no -mcpu/-march · NumPy on reference
BLAS · silent float64 coercion · GGUF quant mismatched to the ISA repack path · threads × workers
over vCPU count · ONNX Runtime session defaults · pip sdist fallback · preprocess memcpy storms ·
llama.cpp built without KleidiAI · THP/allocator untuned · CI publishing amd64-only images ·
serving overhead dominating kernel time.
armsmith rules export renders them as x86→Arm migration cards, 11 with a paste-able before→after
diff.
Honest scope
armsmith pris dry-run today. It renders exactly what would ship and makes no network call.- The measured −86.5% is one int8 microkernel on one runner. It proves the gate works on real silicon; it is never scaled into a claim about your workload. The honest number for your model is the one you measure on your own hardware.
- Live
perf/PMU capture, llama-bench, the Claude planner loop and real PR posting are markedTODO(S1)in code and exit non-zero rather than fabricate output.
Links
- Source: https://github.com/edycutjong/armsmith
- Docs & demo: https://armsmith.edycu.dev
- Releases (signed sdist + wheel): https://github.com/edycutjong/armsmith/releases
- Report JSON Schema: https://armsmith.edycu.dev/schema/report.schema.json
MIT licensed.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file armsmith-1.3.2.tar.gz.
File metadata
- Download URL: armsmith-1.3.2.tar.gz
- Upload date:
- Size: 169.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a2777ff6fce62d8840af57d5ee5564781e5d2b546563067cf16b3f09090161db
|
|
| MD5 |
f791b35d388abd3588480a37cc675f67
|
|
| BLAKE2b-256 |
0d16ac4b7cf1981aaaec9e5ca6fa53e66addc7be4a0faa59fa94e9d5f4114275
|
Provenance
The following attestation bundles were made for armsmith-1.3.2.tar.gz:
Publisher:
release.yml on edycutjong/armsmith
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
armsmith-1.3.2.tar.gz -
Subject digest:
a2777ff6fce62d8840af57d5ee5564781e5d2b546563067cf16b3f09090161db - Sigstore transparency entry: 2391814984
- Sigstore integration time:
-
Permalink:
edycutjong/armsmith@43479ad79f6c82107b8203dd6a28fc4388f76004 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/edycutjong
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@43479ad79f6c82107b8203dd6a28fc4388f76004 -
Trigger Event:
workflow_run
-
Statement type:
File details
Details for the file armsmith-1.3.2-py3-none-any.whl.
File metadata
- Download URL: armsmith-1.3.2-py3-none-any.whl
- Upload date:
- Size: 116.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
287e757e436a6b788a545a79d07d625cfbebd17d6b17dcd5f92069138ef44d52
|
|
| MD5 |
e7360428869d32199d2faf0e3fa70e17
|
|
| BLAKE2b-256 |
aa7ce4bb65707d6ff523c0bf865c61f415d9afbbf2f05004f6212727b65f1ad6
|
Provenance
The following attestation bundles were made for armsmith-1.3.2-py3-none-any.whl:
Publisher:
release.yml on edycutjong/armsmith
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
armsmith-1.3.2-py3-none-any.whl -
Subject digest:
287e757e436a6b788a545a79d07d625cfbebd17d6b17dcd5f92069138ef44d52 - Sigstore transparency entry: 2391815474
- Sigstore integration time:
-
Permalink:
edycutjong/armsmith@43479ad79f6c82107b8203dd6a28fc4388f76004 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/edycutjong
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@43479ad79f6c82107b8203dd6a28fc4388f76004 -
Trigger Event:
workflow_run
-
Statement type: