Recent Notes
View all"for there is nothing heavier than compassion. Not even one's own pain weighs so heavy as the pain one feels with someon…
"In his extreme youth Stoner had thought of love as an absolute state of being to which, if one were lucky, one might fi…
“During that year, and especially in the winter months, he found himself returning more and more frequently to such a st…
## Stephen Cohen on what Palantir looks for when hiring - Three traits matter: the highest concentration of talent poss…
> the world is way more malleable than you think. And if you just pursue something with a lot of maximum effort, drive,…
> The story I like to tell myself is that I'm competing with myself. The story I like to tell myself is I'm getting up i…
> There's always this kind of criticism that you get from the corporate press or outside critics, which is like, "Oh, yo…
> The book that I always recommend on this topic is called "The Machiavellians," this famous book from the 1940s by this…
> There's this recency bias, which is like, the world that we live in today is the normal state of the world. And everyt…
“He had never got in the habit of introspection, and he found the task of searching his motives a difficult and slightly…
"The house was quiet; even the piano was unused, so that dust gathered on the keyboard. They had come to that point in t…
It is something that LLMs probably have the capability of doing now, which is of economic value (at least to me), and ye…
> Immanentize the eschaton - Eschaton comes from the Greek eschatos ("last"): a term for the end times, the final state…
There are few valuable “AI-shaped holes” because we’ve organized everything to minimize the damage from lacking AI to fi…
> It doesn’t matter how fast you move if it’s in a worthless direction. Picking the right thing to work on is the most…
> You have to both pick the right problem and do the work. There aren’t many shortcuts. If you’re going to do somethin…
> three key pillars: “Make sure to get the important shit done”, “Don’t waste time on stupid shit”, and “make a lot of l…
"I think it’s good to overcommit a little bit. I find that I generally get done what I take on, and if I have a little…
generally try to avoid people and situations that put me in bad moods, which is good advice whether you care about produ…
**Positioning and packaging drive a product's success** - Positioning is critical and powerful, even if Clear says he h…
June 2026
A developer pointed a pure-Go git implementation at object storage and built a stateless git server with no filesystem, no git binary, and no database—then had to fix the thousand ways filesystems lie to us about latency.
An independent AI lab built a top-10 text-to-image model from scratch—including custom data infrastructure processing 208TB of metadata, a PostgreSQL-based queue system, and a training pipeline explicitly optimized for creative exploration over aesthetic convergence.
Tech spent 40 years building trust as humble, product-obsessed nerds, then liquidated it all for attention—and the Founders Fund Mafia video shows we're about to find out the real cost of buying that trust back.
Marc Andreessen explains why founders should run companies (not managers), how he designed A16z by studying Hollywood talent agencies and investment banks, and why Elon Musk's management method—fixing production bottlenecks weekly through 120 daily design reviews—represents an entirely new school of leadership that bridges creativity with systematic execution.
Palantir co-founder Stephen Cohen argues that the future of computing isn't replacing humans but enabling the qualitative reasoning machines can't replicate—and shares how he learned entrepreneurship requires "worldly wisdom" that institutions can't teach.
An autonomous AI security agent found 21 zero-days in FFmpeg—including bugs that sat latent for 20+ years—after intensive audits by Google and Anthropic missed them, producing actual RCE exploits for $1k instead of theoretical reports.
Higgsfield reached $100M ARR in under a year with 70 people by betting on social media marketing (a trillion-dollar market) while competitors burned hundreds of millions chasing Hollywood—their secret is being model-agnostic "Switzerland" with the fastest integration speed in the industry.
PostHog's LLM traffic grew 41x in two years and converts better than almost anything else, but even they struggle with uneven AI visibility across products—here's their brutally honest playbook for Answer Engine Optimization when the entire discipline runs on vibes.
India is trapped in a doom loop where domestic SIP flows (Rs 31,000 crore/month) enable FII exits that weaken the rupee—and the radical solution might be to stop defending the currency and let the market crash.
If you can't figure out how to use AI effectively, it's probably not because the AI is too stupid—it's because you've never learned how to outsource work to anyone, period, and your entire workflow is optimized against it.
A delightful deep-dive into shrinking a ping monitoring struct from 12KB to 4KB through progressively clever bit-packing tricks—completely unnecessary, but intellectually satisfying.
Most productivity advice optimizes the wrong thing—Sam Altman argues direction matters infinitely more than efficiency, and shares his contrarian framework for compounding 10% daily gains into massive career advantages.
May 2026
Vercel achieved an 18x speedup by accepting a harder constraint—treating every build as potentially malicious—and building from scratch with Firecracker microVMs instead of containers, then stacking three optimizations on top.
The 100x productivity gap in AI coding isn't about smarter models—it's about architecture: push intelligence into reusable markdown procedures (fat skills), execution into deterministic tools, and keep the orchestration layer (harness) razor-thin.
Toyota workers stop the production line 2,000 times weekly to fix problems; Ford workers do it twice. That single metric reveals why GM's attempt to copy lean manufacturing is closing the productivity gap but missing the cultural transformation that actually matters.
Japanese firms like Toto (toilets) and Yamaha (pianos and motorcycles) aren't just diversified—they're a fundamentally different organizational species optimized for incremental refinement over shareholder returns, explaining both their dominance in precision manufacturing and their absence in software.
AI video editors assume your footage is already labeled—but the real bottleneck is making unlabeled archives queryable in plain English, which you can solve locally for $22/month instead of $140 in SaaS rents.
Google's new Gemini 3.5 Flash costs 3-6x more than previous Flash models, yet they're deploying it to billions of free users—a bold bet that API customers will absorb price increases while consumer deployment drives ecosystem lock-in.
A top-tier CTF competitor explains how frontier AI models (GPT-5.5, Claude Opus 4.5) have turned security competitions from skill ladders into pay-to-win orchestration races, breaking the primary pipeline for developing elite security talent.
GGUF files contain chat templates, sampler configs, and special tokens—but missing metadata for tool calling formats, think tokens, and multimodal projections still forces developers to write model-specific code.