← Back to Product Feed

Hacker News Show HN: Compile English specs into 22 MB neural functions that run locally

Compiles natural language descriptions into small, local, deterministic neural programs, offering higher accuracy than direct prompting for tasks like urgency triage, JSON repair, and tool routing for agents.

10
Traction Score
0
Discussions
Apr 15, 2026
Launch Date

Product Positioning & Context

AI Executive Synthesis
Compiles natural language descriptions into small, local, deterministic neural programs, offering higher accuracy than direct prompting for tasks like urgency triage, JSON repair, and tool routing for agents.
ProgramAsWeights (PAW) introduces a novel paradigm for deploying AI capabilities: compiling natural language specifications into compact, deterministic neural functions that run locally. This addresses critical enterprise requirements for privacy, offline operation, and predictable output, overcoming limitations of cloud-based LLM APIs. The demonstrated accuracy improvement over direct prompting, even with larger models, highlights its efficiency for specific tasks like urgency triage and JSON repair. PAW targets developers building AI agents and applications requiring robust, embedded AI logic, signaling a shift towards specialized, efficient AI components rather than monolithic models, thereby enhancing control and reducing operational costs.
We built ProgramAsWeights (PAW) — https://programasweights.comYou describe a function in English — like "classify if this message is urgent" — and PAW compiles it into a tiny neural program (22 MB) that runs locally like a normal Python function. No API keys, no internet after compilation, deterministic output.It's for tasks that are easy to describe but hard to code with rules: urgency triage, JSON repair, log filtering, tool routing for agents. pip install programasweights

import programasweights as paw
f = paw.compile_and_load("Classify if this is urgent or not.")
f("Need your signature by EOD") # "urgent"

Compilation takes a few seconds on our server. After that, everything runs on your machine. Each program is a LoRA adapter + text instructions that adapt a fixed pretrained interpreter (Qwen3 0.6B). The model itself is unchanged — all task behavior comes from the compiled program.On our evaluation, this 0.6B interpreter with PAW reaches 73% accuracy. Prompting the same 0.6B directly gets 10%. Even prompting Qwen3 32B only gets 69%.Also runs in the browser (GPT-2 124M, WebAssembly): https://programasweights.com/browserYou can also use it in your AI agents by copying the prompt here: https://programasweights.com/agentsSource: https://github.com/programasweightsTry it out: https://programasweights.com
ProgramAsWeights (PAW) English specs neural functions locally Python function API keys (no) internet (no after compilation) deterministic output

Related Ecosystem & Alternatives

Discover adjacent products, open-source repositories, and developer tools sharing similar technical architecture.

Deep-Dive FAQs

What is Compile English specs into 22 MB neural functions that run locally?
Compile English specs into 22 MB neural functions that run locally is analyzed by our AI as: Compiles natural language descriptions into small, local, deterministic neural programs, offering higher accuracy than direct prompting for tasks like urgency triage, JSON repair, and tool routing for agents.. It focuses on ProgramAsWeights (PAW) introduces a novel paradigm for deploying AI capabilities: compiling natural language specifications into compact, determini...
Where did Compile English specs into 22 MB neural functions that run locally originate?
Data for Compile English specs into 22 MB neural functions that run locally was aggregated directly from the Hacker News community ecosystem, representing raw developer and early-adopter sentiment.
When was Compile English specs into 22 MB neural functions that run locally publicly launched?
The initial public indexing or launch date for Compile English specs into 22 MB neural functions that run locally within our tracked developer communities was recorded on April 15, 2026.
How popular is Compile English specs into 22 MB neural functions that run locally?
Compile English specs into 22 MB neural functions that run locally has achieved measurable traction, logging over 10 traction score and facilitating 0 recorded discussions or engagements.
Which technical categories define Compile English specs into 22 MB neural functions that run locally?
Based on metadata extraction, Compile English specs into 22 MB neural functions that run locally is categorized under topics such as: ProgramAsWeights (PAW), English specs, neural functions, locally.
What are some commercial alternatives to Compile English specs into 22 MB neural functions that run locally?
Our semantic intelligence engine identifies potential commercial alternatives in the SaaS space, such as Memori, which offers overlapping value propositions.
How does the creator describe Compile English specs into 22 MB neural functions that run locally?
The original author or development team describes the product as follows: "We built ProgramAsWeights (PAW) — https://programasweights.comYou describe a function in English — like "classify if this message is urgent" — and PAW compiles it into a tiny neural program (22 MB)..."

Community Voice & Feedback

No active discussions extracted yet.

Discovery Source

Hacker News Hacker News

Aggregated via automated community intelligence tracking.

Tech Stack Dependencies

No direct open-source NPM package mentions detected in the product documentation.

Media Tractions & Mentions

No mainstream media stories specifically mentioning this product name have been intercepted yet.

Deep Research & Science

No direct peer-reviewed scientific literature matched with this product's architecture.