frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

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

7•yuntian•3h ago
We built ProgramAsWeights (PAW) — https://programasweights.com

You 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/browser

You can also use it in your AI agents by copying the prompt here: https://programasweights.com/agents

Source: https://github.com/programasweights

Try it out: https://programasweights.com

Show HN: Libretto – Making AI browser automations deterministic

https://github.com/saffron-health/libretto
32•muchael•2h ago•8 comments

Show HN: GNU Grep as a PHP Extension

https://github.com/hparadiz/ext-gnu-grep
6•hparadiz•5d ago•0 comments

Show HN: Monadic Networking Library for Go

https://github.com/philip-peterson/fp-go-net
2•ironmagma•27m ago•0 comments

Show HN: Every CEO and CFO change at US public companies, live from SEC

https://tracksuccession.com/explore
146•porsche959•5h ago•60 comments

Show HN: Fakecloud – Free, open-source AWS emulator

https://github.com/faiscadev/fakecloud
2•lucas_vieira•41m ago•1 comments

Show HN: Tier – Adaptive tool routing that makes small LLMs 10pt more accurate

https://github.com/yantrikos/tier
2•pranabsarkar•1h ago•4 comments

Show HN: Tine – Drive Wayland Around with Agents

https://github.com/smythp/tine
4•tarboreus•1h ago•4 comments

Show HN: Dependicus, a dashboard for your monorepo's dependencies

https://descriptinc.github.io/dependicus/
6•irskep•1h ago•0 comments

Show HN: Cush – curl your shell, an HTTP tunnel for AI agents

https://github.com/statespace-tech/cush
2•esafranchik•2h ago•0 comments

Show HN: MCP server gives your agent a budget (save tokens, get smarter results)

https://l6e.ai
3•bennettdixon•2h ago•0 comments

Show HN: Avec – iOS email app that lets you handle your Gmail inbox in seconds

https://apps.apple.com/us/app/avec-email-app-for-gmail/id6742199038
13•jnnnthnn•3h ago•1 comments

Show HN: CD-Deluxe for the Command Line

https://github.com/m6z/cd-deluxe
2•m6z•3h ago•1 comments

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

7•yuntian•3h ago•0 comments

Show HN: Pseudonymizing sensitive data for LLMs without losing context

https://atticsecurity.com/en/blog/why-llms-hate-fake-data-token-proxy/
3•n00pn00p•6h ago•3 comments

Show HN: Scope-structured arena memory for C, O(1) cleanup, no GC/borrow checker

https://github.com/hollow-arena/ariandel
3•theperezident•4h ago•0 comments

Show HN: Plain – The full-stack Python framework designed for humans and agents

https://github.com/dropseed/plain
89•focom•1d ago•49 comments

Show HN: LangAlpha – what if Claude Code was built for Wall Street?

https://github.com/ginlix-ai/langalpha
143•zc2610•1d ago•51 comments

Show HN: Skillgrab – scan any project, auto-install matching AI skills

https://briascoi.github.io/skillgrab/
4•ismaelb•6h ago•1 comments

Show HN: SynapseKit – Async-native Python framework for LLM pipelines and agents

https://github.com/SynapseKit/SynapseKit
4•aminau•6h ago•2 comments

Show HN: Xit – a Git-compatible VCS written in Zig

https://github.com/xit-vcs/xit
8•xeubie•6h ago•1 comments

Show HN: Kelet – Root Cause Analysis agent for your LLM apps

https://kelet.ai/
47•almogbaku•1d ago•23 comments

Show HN: Ithihāsas – a character explorer for Hindu epics, built in a few hours

https://www.ithihasas.in
174•cvrajeesh•1d ago•44 comments

Show HN: StegoForge – Open-source suite for steganography and ML forensics

https://github.com/Nour833/StegoForge
3•nour833•8h ago•0 comments

Show HN: Helix – open-source self-healing back end for production crashes

https://88hours.github.io/helix-community/
2•NomiJ•9h ago•3 comments

Show HN: Run GUIs as Scripts

https://github.com/skinnyjames/hokusai-pocket
22•zero-st4rs•5d ago•7 comments

Show HN: boringBar – a taskbar-style dock replacement for macOS

https://boringbar.app/
515•a-ve•3d ago•298 comments

Show HN: My favorite local-feeling remotely accessible Claude Code setup

https://gist.github.com/Reebz/99db98ad4d3c45ebed84989a13710788
4•Reebz•13h ago•1 comments

Show HN: Astrial – Spherical Go on a Snub Dodecahedron

https://astrial.app
3•mingli_yuan•13h ago•1 comments

Show HN: Why Rotating Vectors Makes Compression Beautiful

https://demos.connectai.blog/quantization_blog.html
3•linux_devil•14h ago•0 comments

Show HN: Uninum – All elementary functions from a single operator, in Python

https://github.com/Brumbelow/uninum
5•brumbelow•20h ago•1 comments