AI’s “Smell Test”: From Outcome Supervision to Process Supervision—How Do We Teach Machines to Truly Think?

Terence Tao’s “smell test” pinpoints the core dilemma of today’s AI: superb at imitation yet short on genuine reasoning. This article explores how the scarcity of process data has become a bottleneck and follows the journey of process supervision from an expensive theory to a generative, self‑evolving practice—illuminating a pathway toward truly thinking machines.

No Pictures in the Mind — A Belated Recognition of My Aphantasia

Posted at Edited at # Aphantasia # Cognitive Science # Memory # Essay

I once regarded ‘aphantasia’ with indifference, secure in my own powers of imagination and recall. Yet a chance reading shocked me into recognising that my idea of ‘imagining’ might differ radically from most people’s—I cannot ‘see’ images in the mind’s eye. This essay records that belated discovery and the ensuing re-examination of my memory and modes of thought.

AI and Intellectual Levelling — Reflections Sparked by a Foray into Russian Letters

Posted at # AI # Search Engine # Essay

I used to scoff at talk of AI ushering in an ‘intellectual levelling’. Surely my well-honed search tricks were enough. Yet a recent hunt for Russian-literary sources revealed the limits of my skill and the reach of AI in vaulting knowledge barriers. What follows is the tale of that change of heart, and a few modest thoughts on AI and how we retrieve information.

Deep Dive: Arc Browser & AeroSpace Focus Conflict Leading to Workspace Flashback Bug on macOS

I investigate a frustrating workspace 'flashback' bug experienced when using the Arc browser with the AeroSpace tiling window manager on macOS. The root cause identified involves frequent makeKeyAndOrderFront: API calls by Arc (and potentially other Chromium/Electron apps) conflicting with AeroSpace's Accessibility API-based virtual workspace mechanism.

Implementing Interactive Vega-Lite Charts on My Blog, Rooted in the Grammar of Graphics

I built a reusable component for rendering interactive Vega-Lite charts on my blog. This post explores the implementation details, the power derived from the underlying Grammar of Graphics principles, and why this declarative approach is ideal for showcasing data-driven insights from my machine learning work.