Channels
The failure mode of an autonomous agent isn't that it does nothing. It's that it does too much. Capabilities induce behaviors — more than instructions.
We have the pleasure of celebrating the birthday of Blaise Pascal by announcing the release of OCaml version 5.5.0. Some of the highlights in OCaml 5.5.0 are: Module-dependent Functions Modules can now be used as function arguments in a form of lightweight functors. For instance, we can define a function for printing a map generated by the Map.Make functor: let pp_map (module M: Map.S) pp_key pp_v ppf set = if M.is_empty set then Format.fprintf ppf "ø" else let pp_sep ppf () = Fo...
Every company wants AI in their development process right now. That part is clear. What’s less clear is where they’re putting it.
Designing Workflows for Human Judgment and Taste
Trust Identity Protocol (TIP), by Dinesh Mendhe, published by The AI Lab Intelligence Unobscured, Inc. The open standard for verified human identity and content provenance on the internet. Post-quantum cryptography from genesis (ML-DSA-65, ML-KEM-768, SLH-DSA), federated DAG, AI Trust Council multi-stakeholder governance under EU AI Act Article 95. 140 pages. Whitepaper Version 1.0. Licensed CC BY 4.0. DOI: 10.5281/zenodo.20722378.
This is the second half of the second part (I, IIa, IIb) of our honestly-who-knows-how-many part series laying out some general guidelines for how pre-modern armies are recruited, raised, equipped …
In which I painstakingly remove functionality from a Linux live image. Like a normal person.