Standard Search
About 26 results
https://anil.recoil.org/notes/aoah-2025-15 · 15 Dec 2025
Vibespiling JustHTML from Python to pure OCaml, achieving 100% pass rate on the browser html5lib test suite using agentic workflows.
https://anil.recoil.org/notes/aoah-2025-14 · 14 Dec 2025
Vibe coding an OCaml library for the Karakeep bookmarking service by giving an agent a live API key and letting it debug jsont codecs against the real service.
https://anil.recoil.org/notes/aoah-2025-13 · 13 Dec 2025
Agentically synthesising a batteries-included OCaml HTTP client by gathering recommendations from fifty open-source implementations across JavaScript, Python, Java, Rust, Swift, Haskell, Go, C++, PHP and shell.
https://anil.recoil.org/notes/aoah-2025-12 · 12 Dec 2025
Building a TCP/TLS connection pooling library for Eio with DNS-based load balancing, stacked error handling, and self-contained HTML visualisations for stress test results.
https://anil.recoil.org/notes/aoah-2025-10 · 10 Dec 2025
Building a simpler single-process terminal UI for Sortal using Mosaic's effects-based direct-style API, with Eio integration and discovering multimodal image debugging for terminal layouts.
https://anil.recoil.org/notes/aoah-2025-11 · 10 Dec 2025
Synthesizing three RFC-compliant libraries (punycode, public-suffix, and cookeio) directly from Internet RFC specifications, establishing a workflow for automating standards implementation with proper cross-referencing to spec sections.
https://anil.recoil.org/notes/aoah-2025-9 · 9 Dec 2025
Experimenting with OxCaml's bonsai_term framework for Sortal's terminal UI, navigating Eio-Async interoperability challenges through JSON-RPC while discovering image-based debugging techniques for terminal applications.
https://anil.recoil.org/notes/aoah-2025-8 · 8 Dec 2025
Creating Sortal, a CLI contacts management application using Yaml storage, XDG directories, Git-based synchronization, and integrating all previously built libraries into a cohesive CLI tool.
https://anil.recoil.org/notes/aoah-2025-7 · 7 Dec 2025
Building yamlt to enable jsont codec definitions to work with both JSON and Yaml, providing data manipulation with location tracking and good error messages for both formats.
https://anil.recoil.org/notes/aoah-2025-6 · 6 Dec 2025
Implementing a pure OCaml Yaml 1.2 parser using bytesrw by synthesizing from the specification and existing C library behavior, passing thousands of test suite cases while being 20% faster than the C-based implementation.