Back to Home
Essays
[2026-04-11] The Physical Work Iceberg Index: Measuring the $1.08 Trillion Gap in AI Workforce Exposure [read]
MIT's Iceberg Index measured $1.1 trillion in US wage value exposed to cognitive AI automation. They explicitly excluded physical work as 'future work.' This essay fills that gap. Using a three-filter framework - voice-deliverable, vision-verifiable, knowledge-capturable - applied to O*NET and ESCO skill taxonomies across 16 skilled trade occupations in four regions, the analysis identifies $1.08 trillion in global wage value that is coachable via real-time AI voice+vision guidance through AR smart glasses. Across 33.5 million target workers, 64% of occupational skills pass the AR-coachability threshold. This translates to a SaaS TAM of $11B-$32B at 1-3% of wage value, with a realistic five-year obtainable market of $30M-$60M. The physical iceberg is as large as the cognitive one. Coffee AI is building directly into the gap MIT left open.
[2025-11-30] The Death of the Career Ladder, presenting Coffee AI: Grammarly for Upskilling and Hiring [read]
For decades, the career ladder relied on a predictable mechanism: university degrees signalled potential, and entry-level 'grunt work' built competence. Today, both pillars have collapsed. Graduate unemployment is rising as degrees suffer from inflation, whilst AI automation eliminates the repetitive tasks that once trained junior employees. This 'hollowed-out' structure (fat in the middle, nonexistent at the bottom) creates a paradox where companies save money today but risk extinction tomorrow due to a lack of future leaders. This essay argues that traditional credentials and training methods are obsolete in the AI economy. It proposes Coffee AI as the structural fix: a platform that captures the tacit knowledge of top performers to upskill workers and verify candidates, effectively replacing the broken career ladder with a new, data-driven operating system for talent.
[2025-11-22] Retraining Workers in the AI Economy [read]
We are witnessing a structural collapse in the human capital market. The rapid automation of entry-level tasks has created a 'Junior Void,' effectively severing the traditional apprenticeship model that has sustained corporate competence for a century. Simultaneously, the workforce is suffering from 'Cognitive Drift,' losing the critical faculties required to audit increasingly autonomous AI agents. This essay argues that traditional upskilling (courses, videos, and quizzes) is functionally obsolete in this new reality. The market demands a fundamental shift to Synthetic Experience and Algorithmic Management. I present Coffee AI: the Operating System for the AI Workforce. By 'cloning' the tacit knowledge of an organisation's top 1% to create a 'Golden Standard,' we power a unified platform for retraining existing staff and filtering new hires, replacing the resume with verified proof of competence.
[2025-11-17] LLMs lack common sense, and therefore just mimic intelligence [read]
Let's be real. We're all seeing what LLMs can do, and it's wild. But I've got this nagging feeling we're mistaking a great mimic for a real actor. This essay is my argument for why. I'm going to break down why LLMs, at their core, are just really good at predicting text, but completely lack what Yann LeCun calls 'common sense.' This is a real, internal model of how the world works. I think this is the problem, and that just scaling them up will not get us to real intelligence. It'll just get us better mimics.
[2025-08-20] Why Simple GPT Wrappers Cannot (and Hopefully Will Not) Be Effective AI Tutors [read]
There's a pattern I keep seeing in AI education tools: students get comprehensive explanations when they need guided learning. I've spent months building Scientia at Coffee AI, and I've learned that effective AI tutoring isn't about better prompts or smarter models. It's about conversation state machines with goal-oriented planning. In this essay, I'll show you why simple GPT wrappers fail as tutors and what it actually takes to build systems that teach instead of just explain.
[2024-06-19] Dive into Graph Neural Networks with PyTorch: A Simple Guide [read]
I've been working on Graph Neural Networks lately, and I want to show you how they work. Think of GNNs as neural networks for relationships. Instead of processing images like CNNs, they process networks of interconnected points. In this guide, I'll walk you through building a practical GNN using PyTorch Geometric for classifying research papers in the Cora citation network. You'll see how message passing works and why GNNs are fundamentally different from traditional neural networks.
[2023-10-06] Generative Adversarial Networks for Handwritten Digit Generation [read]
I've always been fascinated by GANs. They don't just classify data, they create it. In this guide, I'll walk you through building a GAN that generates handwritten digits using the MNIST dataset. You'll see how two neural networks compete against each other, the generator trying to create realistic images and the discriminator trying to spot the fakes. By the end, you'll understand how adversarial training works and why GANs are so powerful for creative AI applications.
[2022-01-21] Plausible Deniability Explained — Coin Toss Experiment [read]
I want to show you how plausible deniability works through a simple coin toss experiment. Imagine asking people a sensitive question like 'Have you ever cheated on your taxes?' Most would lie or refuse to answer. But what if I could get honest answers while giving everyone plausible deniability? In this essay, I'll demonstrate how adding randomness through coin tosses preserves individual privacy while maintaining statistical utility. You'll see how we can learn population statistics without knowing anyone's true answer.
[2022-01-09] What is Federated Learning? [read]
I want to explain federated learning, a technique that completely changes how we think about training machine learning models. Instead of sending your data to a company's server, the model comes to your device. It learns from your data locally, then only sends back the improvements. Your data never leaves your device. In this essay, I'll show you how federated learning solves the fundamental tension between model accuracy and data privacy, enabling AI to improve while keeping you in control of your data.
[2021-12-27] Privacy as a Commodity — Indian Census [read]
The Indian Census is one of the world's largest data collection exercises, and it faces serious privacy challenges. I've been thinking about how traditional data swapping methods aren't good enough for protecting privacy at this scale. In this essay, I'll examine why data swapping fails for large populations and propose a comprehensive privacy framework combining differential privacy, homomorphic encryption, and structured governance. I'll show you how modern cryptographic techniques can ensure both statistical utility and individual confidentiality in large-scale demographic surveys.