Takumi's Daily LogJA

2026-04-01

What I did

Learnings

Minimax Theorem

A fundamental theorem in game theory. When both players minimize their worst-case outcomes, the maximin value and minimax value always coincide. In other words, choose the option where the worst-case damage is smallest. Applicable to business decisions and risk management.

Claude Code Source Leak

An AI coding tool's source map was accidentally included in the npm package, exposing the full internal implementation. It became a huge topic on Hacker News with 1200+ points.

Interesting findings:

Lesson: Always verify source map settings in production builds. Don't trust build tool defaults.

Dev Environment Setup Philosophy

The first priority on a new project is building an environment anyone can spin up instantly:

Bezos's 70% Rule

Most decisions should probably be made with somewhere around 70% of the information you wish you had.

Waiting for perfect information delays decisions. Move at 70% confidence. This applies to prototype pricing, tech stack choices, and more. Also realized that starting a business requires unexpected knowledge domains like labor law.