About 26 results
https://anil.recoil.org/notes/aoah-2025-25 · 25 Dec 2025 · 🦋 Bluesky
Wrapping up 25 days of agentic coding with a Claude Code OCaml plugin marketplace to share the skills and tools developed throughout the series.
https://anil.recoil.org/notes/aoah-2025-24 · 24 Dec 2025 · 🦋 Bluesky
Tuatara is a feed aggregator that integrates Claude to evolve and patch its own code when encountering parsing errors, embodying the concept of self-healing software.
https://anil.recoil.org/notes/aoah-2025-23 · 23 Dec 2025
Introducing unpac, a tool that unifies git and package management into a single workflow where all code dependencies live in one repository as trackable branches.
https://anil.recoil.org/notes/aoah-2025-22 · 22 Dec 2025
Materialising opam metadata into git submodules and monorepos, enabling cross-cutting fixes and unified odoc3 documentation across dozens of OCaml libraries.
https://anil.recoil.org/notes/aoah-2025-21 · 21 Dec 2025
Porting the W3C's Nu HTML Validator from Java to OCaml and running in the browser dynamically
https://anil.recoil.org/notes/aoah-2025-20 · 20 Dec 2025
Porting the Nu HTML Validator's language detection to OCaml, then optimizing from 115MB to 28MB and fixing WASM array limits for browser deployment.
https://anil.recoil.org/notes/aoah-2025-19 · 19 Dec 2025
Building an OCaml Zulip bot framework with functional handlers, and pivoting from TOML to INI codecs for Python configparser compatibility
https://anil.recoil.org/notes/aoah-2025-18 · 18 Dec 2025
Building tomlt, a pure OCaml TOML 1.1 parser with bidirectional codecs following the jsont design patterns
https://anil.recoil.org/notes/aoah-2025-17 · 17 Dec 2025
Building an OCaml JMAP client that runs in browsers and CLI, then using it to build personalised email workflows for taming notification overload.
https://anil.recoil.org/notes/aoah-2025-16 · 16 Dec 2025
Building interactive OCaml tutorials that compile to JavaScript, using agents to generate executable documentation that teaches protocols like JSON Pointer while you code review.