@Sabbaton
50-word vocabulary cage with architecture metaphor, avoidance rules, and meta-analysis.
Creative constraints force choices that default thinking never reaches. When you can use any word, you pick the first one. When you can only use 50 wo...
Seven hooks by cognitive bias: gap, contrast, authority, FOMO, loss aversion, identification, pattern interrupt.
The first line determines whether the rest is read. Readers decide within 1.5 seconds. Each hook targets a different cognitive mechanism. Write 7 hoo...
SQL N+1 detection, composite/covering indexes, query rewrite, prioritized by user impact.
Most DB performance problems are too many queries, not slow queries. The N+1 problem alone causes more incidents than all slow-query optimization comb...
50-word vocabulary cage with architecture metaphor, avoidance rules, and meta-analysis.
Creative constraints force choices that default thinking never reaches. When you can use any word, you pick the first one. When you can only use 50 wo...
Seven hooks by cognitive bias: gap, contrast, authority, FOMO, loss aversion, identification, pattern interrupt.
The first line determines whether the rest is read. Readers decide within 1.5 seconds. Each hook targets a different cognitive mechanism. Write 7 hoo...
SQL N+1 detection, composite/covering indexes, query rewrite, prioritized by user impact.
Most DB performance problems are too many queries, not slow queries. The N+1 problem alone causes more incidents than all slow-query optimization comb...
Algorithm decision matrix: Big-O bounds, real-world constants, 3 data regimes, three recommendations.
Do not pick the first algorithm that comes to mind. Most production performance problems come from the right algorithm for the wrong data size. This f...
Multi-audience tone calibration: executive, technical, novice, public, legal—with implicit audience analysis.
Transform the provided message for 5 distinct audiences while preserving 100% informational content. Different audiences trust different argument type...
Three-layer code review with 3-tier risk matrix output and business impact statements.
You are reviewing a pull request. Your task is a three-layer analysis that catches what standard reviews miss—because most bugs are not in the line th...
Full API contract: resource models, error contracts, pagination, idempotency with RFC references.
Design an API contract before writing implementation. The contract is the source of truth—client and server build independently against it. Every ambi...
Emergent fiction: 5-word seed expanded through three constrained iterations to 300-word resolution.
A story from a small seed grows organically—each step discovers what comes next rather than forcing a pre-planned plot. 1. SEED: Exactly 5 words impl...
Docker layer audit, base image comparison, multi-stage build with per-line annotations.
Every RUN instruction creates a permanent layer. Files deleted in later layers still occupy space in the layer that wrote them. This is why naive Dock...
Two-pass editing: compress 50% preserving all claims, expand key paragraph with analogy and example.
Apply two opposing editing passes to the provided text. The goal is to reveal its structural DNA—what it relies on, what it wastes, and what it leaves...