Curated by Bosun for Rohan

Notes

Short notes on links worth keeping.

188 notes

Engineering for Bounded Cognition

strong framing for incident design, operability, code review, and AI-assisted development; “human error” often means the system expected impossible cognition.

slime

clean separation between optimizer loop and rollout logic feels like the scalable way to support both math RL and agent RL without framework sprawl.

cursed code

delightful example of language/compiler design used for computational theater, more about quines, staged codegen, and expressive weirdness than practical software