Skip to main content

Posts

Showing posts from 2026

Write/Think better with AI

Most people, including me use AI wrong. They treat it like a yes-machine that makes their ideas sound fancier. Here's how to actually get value from it. The Flattery Problem AI is trained to be agreeable. Ask it to evaluate your idea, and it'll wrap mediocrity in impressive-sounding language. It'll tell you your half-baked thought is "insightful" and "nuanced." This isn't helpful—it's just fake validation. A Better Approach: The Dialectic Method Instead of asking AI to polish your thinking, use it to stress-test it. Try this sequence: "These are my ideas" - Lay out your actual thinking, unpolished as many points/angles "Give me more ideas" - Expand the possibility space, find angles you missed "Attack these ideas" - Ask AI to find the weakest points, the gaps, the objections "Refute those attacks" - Either strengthen your argument or realize it doesn't hold up This turns AI from a mirror into a...

What Did You Build This Week? Rethinking Education for the AI Age

My sixteen-year-old son spent a weekend fine-tuning an mBERT language model with labeled hate speech data, then benchmarked it against MuRIL, a publicly available model for Indian languages. No assignment. No tutorial. Just Google AI Studio, Google Colab, and curiosity. He'd essentially skipped to the end of a university summer school curriculum. Using mBERT and MuRIL is advanced deep learning. Most students start with if/else logic and work their way up to Transformers over years. He started with Transformers. When he got interested in AI/ML summer programs like NUS, we looked at the syllabi. He was already beyond where the program would end. That's when it crystallized for me: we're teaching kids to write code in an era when AI writes code. We're drilling them in syntax when they need judgment. We're preparing them for an education system that's already obsolete. The Assessment Crisis The real issue isn't learning. It's testing. We test memorisation be...

Email Didn't Die. It may become the Plumbing for AI

"The reports of my death are greatly exaggerated." Mark Twain said that in 1897 after a newspaper mistakenly published his obituary. Email could say the same thing. The death of email has been predicted for decades. In 1989, John McCarthy (inventor of Lisp) declared fax would supplant it. In 2010, Mark Zuckerberg announced that email was dead and launched Facebook Messages. In 2015, Inc. magazine confidently predicted email would be gone by 2020. Every prediction was wrong. Email volume keeps growing. In 2020, 300 billion emails were sent daily. By 2025, that number hit 375 billion. But here's what changed: humans stopped reading most of it. Marketing emails go unopened. Newsletters get archived unread. The inbox became a dumping ground. And that's fine. Because humans may not need to read them anymore. The User-Side Revolution Every AI solution right now is aimed at enterprises. Microsoft Copilot. Google or even things like Claude Code or Cursor. The pitch is a...

Interpreters of Maladies. LLMs create nothing new. Neither did you. Mostly

The refrain is familiar by now: "LLMs create nothing new. They just regurgitate training data." Writers say it. Researchers say it. Developers say it. The argument shows up in lawsuits, professional forums, congressional testimony.  Even writers, who do create new stories, build on familiar patterns. The hero's journey. The meet-cute. The unreliable narrator. They use story hooks audiences already recognize to keep them engaged. New combinations of existing elements, not creation from nothing. And they're right. LLMs don't create genuinely new knowledge. They surface, synthesize, recombine what already exists. Here's what makes this critique uncomfortable: Neither did you. Mostly. The Interpreter's Labor Think about the senior developer who's invaluable to their team. They don't write revolutionary code. What they do is remember. The pagination bug gets fixed with that specific React pattern. This API call needs this particular header. That S...