Post

HN
Hacker News (Newest)

Zero-Dependency Programming

Replace library imports with LLM-generated, verified, import-free code. One model binary. Zero transitive dependencies. Zero CVEs.

A single compromised package in your dependency tree can affect your entire application. Conjure eliminates the dependency tree entirely.

Describe the function you need — signature, examples, constraints. Human-readable, version-controlled, auditable.

An embedded 9B model generates a self-contained implementation. AST analysis enforces zero imports. All examples must pass in a sandboxed environment.

Second call uses the content-addressed cache. Sub-millisecond execution, 170,000× faster than generation.

Evaluated across 20 categories — encoding, parsing, algorithms, math, collections, and more. Results improve from 30 to 100 specs.