LLBBL Blog

LLBBL Blog

About Archive Links
Categories Photos Subscribe RSS
  • Teaching AI to Hide Messages in Plain Sight

    It’s more of a party trick than anything else, but here’s the prompt: Task: Construct a perfectly rectangular 4x26 ASCII block. The "Safe-Width" Symbol Set: ∫ √ ≈ ∆ ∑ ± ∞ ≠ ≡ ≥ ≤ ÷ ç ∂ Instructions: - Grid Specs: Exactly 4 rows and 26 …

    Jan 27, 2026 AI Prompts Fun Read post →
  • The universe is a giant board game. Space is the board, matter is the pieces, and logic is the rules. Language is our rulebook of how we describe how the board works. You can’t separate the rules from the board; if you had a different …

    Jan 26, 2026 Philosophy Science Metaphysics Read post →
  • I’m reading an article today about a long-term programmer coming to terms with using Claude Code. There’s a quote at the end that really stuck with me: “It’s easy to generate a program you don’t understand, but it’s much harder to fix a …

    Jan 26, 2026 AI Programming Claude-code Read post →
  • for some reason i feel like step 4 was important

    Jan 25, 2026 Read post →
  • Two Changes in Claude Code That Actually Matter

    As of 2026-01-24, the stable release of Claude Code is 2.1.7, but if you’ve been following the bleeding edge, versions 2.1.15 and 2.1.16 bring some significant changes. Here’s what you need to know. The npm Deprecation Notice Version 2.1.15 …

    Jan 25, 2026 DevOps Ai-tools Claude-code Read post →
  • Weekend project lineup: I want to push forward on api2spec, plus there’s a new idea rattling around that needs to get out of my head and into code. Also have some volunteer dev work queued up. Always more to do than time even with all the …

    Jan 24, 2026 Coding Weekend Projects Read post →
  • Claude Code’s built-in tasks are pretty solid—they work well for what they do. But I still find myself reaching for Beads. There’s something about having persistent issue tracking that lives with your code, syncs with git, and doesn’t …

    Jan 24, 2026 Claude-code Developer-tools Read post →
  • Sometimes it’s good to go back to basics. Do you actually know what a file system is? There are different standards for how data gets stored. Your operating system usually picks one for you, but on Linux you’ve got choices: ext4, XFS, …

    Jan 23, 2026 Linux Filesystems Fundamentals Read post →
  • A Markov chain is a mathematical system that hops between states based on probability. It’s not trying to understand the past or predict the distant future, it only cares about what happens next. Given where you are right now, what’s the …

    Jan 23, 2026 Math Probability Read post →
  • Security and Reliability in AI-Assisted Development

    You may not realize it, but AI code generation is fundamentally non-deterministic. It’s probabilistic at its core, it’s predicting code rather than computing it. And while there’s a lot of orchestration happening between the raw model …

    Jan 22, 2026 DevOps AI Programming Read post →
← Newer Older →