July 2, 2026
Research
In December 2023, a new message format appeared in GPS Subframe 4, Page 17 — one that starts with the ASCII string 'TEXT'. 26 unique examples later, here is what the byte structure reveals.
Read more →
June 25, 2026
Research
12 million observations, 3,994 unique payloads, two distinct operational regimes. A statistical breakdown of how the military GPS key distribution schedule has changed since 2007.
Read more →
June 18, 2026
Research
Every GPS satellite broadcasts a 22-byte field that civilian receivers silently discard. For nearly two decades, that field has carried encrypted military key material. Here is what the public data shows.
Read more →
June 9, 2026
AI Tooling
Updated June 2026. This guide was originally based on 1,458 Python benchmarks. Since then, we’ve run 212,000+ benchmarks across Python, Go, JavaScript, and C#—testing chain-of-thought, politeness, personas, context pollution, model...
Read more →
June 4, 2026
AI Tooling
Should you write detailed CLAUDE.md instructions or compress them down to key phrases? The conventional wisdom says “be clear and explicit.” The Brussee CLAUDE.md toolkit says “compress everything, remove vowels,...
Read more →
June 2, 2026
AI Tooling
“This code controls critical medical systems. Errors could have life-or-death consequences.” If emotional stakes motivate humans, shouldn’t they motivate AI? The EmotionPrompt paper (Li et al., AAAI 2024) found that...
Read more →
May 28, 2026
AI Tooling
In April, we ran our capstone benchmark: 6,480 Python benchmarks showed the entire prompt optimization window was 1.4 points. Kitchen-sink instructions were the worst performer. Code-reviewer persona plus polite framing...
Read more →
May 26, 2026
AI Tooling
Claude’s default docstrings are verbose. Functions get multi-line descriptions with Args, Returns, Raises sections even when the code is self-explanatory. The question: is this verbosity helping or just burning tokens?...
Read more →
May 21, 2026
AI Tooling
Our capstone experiment used Python-flavored kitchen-sink rules: snake_case, list comprehensions, docstrings, PEP 8. Those rules work great for Python. They actively misdirect C# code generation. When you tell the model...
Read more →
May 19, 2026
AI Tooling
Developers iterate. They generate code, run tests, fix failures, run again. The question isn’t whether to iterate — it’s whether the loop has signal. Blind “review and improve” prompts destroy...
Read more →