Sudoku for Telegram

Why I Built a 10KB Sudoku App for Telegram

Why I Built a 10KB Sudoku App for Telegram | Narayan Mani

Why I Built a 10KB Sudoku App for Telegram (and What AI Taught Me Along the Way)

By Narayan Mani · January 8, 2026

Minimal privacy-first Sudoku app interface

Most Sudoku apps in 2026 are overloaded. What should be a calm logic puzzle ends up demanding permissions, pushing ads, and tracking behavior.

I got tired of it. So I built Sudoku Watchdog — a Telegram Mini App that does exactly one thing: play Sudoku, privately.

▶️ Launch Sudoku Watchdog on Telegram

The 10KB Challenge

100% client-side. No servers. No tracking. No analytics. No data leaving the device.

This constraint forced discipline. Every byte mattered. Every abstraction had to justify its existence.

5 Lessons AI Taught Me in 2026

1. AI Has “UI Dementia”

AI tools do not remember visual intent unless you force them to. Without a locked master prompt, spacing drifts, typography mutates, and layouts slowly decay across iterations.

Treat your design system like an API contract. Re-declare it constantly.

2. The .env Security Trap

When AI-driven deployment pipelines are involved, secrets stored in `.env` files can unintentionally surface in logs, previews, or build artifacts.

I learned to inject sensitive tokens only at runtime via terminal-based secrets, never via files AI can read or rewrite.

3. The Irrevocable Mess Problem

AI generates confidently — even when it’s wrong. If you accept changes without verifying each step, you accumulate invisible technical debt.

My rule became simple: Prompt → Observe → Verify → Trust. Skip verification, and rollback becomes impossible.

4. Architecture Must Be Locked

If AI does not understand a component, it will try to replace the entire structure instead of fixing the local issue.

Locking the core architecture inside the master prompt prevented destructive rewrites and preserved long-term stability.

5. Role-Play Changes Output Quality

“Fix this” produces generic code. “You are a Senior Security Architect reviewing this logic” produces restraint, caution, and professional reasoning.

AI responds to authority framing. Use it deliberately.

Why Privacy-First Wins

Sudoku Watchdog doesn’t track, profile, or monetize attention. It’s fast, offline, and respectful.

In 2026, trust is no longer a bonus feature — it’s the product.

The Future of Telegram Mini Apps

The future isn’t bloated super-apps. It’s lean, transparent tools that do one thing perfectly.