Skip to main content
Armsmith — the agent that forges your repo for Arm

Armsmith

The agent that forges your repo for Arm.

PyPI Python License: MIT CI aarch64 native measured on Neoverse-N2

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.

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 pr is 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 marked TODO(S1) in code and exit non-zero rather than fabricate output.

Links

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

armsmith-1.2.2.tar.gz (154.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

armsmith-1.2.2-py3-none-any.whl (104.8 kB view details)

Uploaded Python 3

File details

Details for the file armsmith-1.2.2.tar.gz.

File metadata

  • Download URL: armsmith-1.2.2.tar.gz
  • Upload date:
  • Size: 154.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for armsmith-1.2.2.tar.gz
Algorithm Hash digest
SHA256 62cafad08a733f9ba6d4ce5bf9f79e258a6dca4c20d65097ea5cda6d2c30b18f
MD5 ead17d9a6a66460b079ec1f02a657dd9
BLAKE2b-256 665baea904a6a1d5fc179351644001e4c6574410055bcf1bb8b403c72aae496e

See more details on using hashes here.

Provenance

The following attestation bundles were made for armsmith-1.2.2.tar.gz:

Publisher: release.yml on edycutjong/armsmith

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file armsmith-1.2.2-py3-none-any.whl.

File metadata

  • Download URL: armsmith-1.2.2-py3-none-any.whl
  • Upload date:
  • Size: 104.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for armsmith-1.2.2-py3-none-any.whl
Algorithm Hash digest
SHA256 dd5517ebc32efc73d336195fdd0931fc65c22a5a8d4196f214887cbecde72862
MD5 efb7825d1ec55134f830c424612ad667
BLAKE2b-256 2f47b836839c9f5f6adebf08f1983d22a3c2cb24f2a66093518638c6f92829d4

See more details on using hashes here.

Provenance

The following attestation bundles were made for armsmith-1.2.2-py3-none-any.whl:

Publisher: release.yml on edycutjong/armsmith

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page