Claude Code takes on QNX Big Kernel Lock removal, starting with userspace contention stats

A developer on r/ClaudeAI shared their experience using Claude Code to tackle a major kernel engineering challenge: removing the Big Kernel Lock (BKL) from the QNX microkernel and proc subsystem. The conversation kicked off with a direct question to Claude Code: "What will it take to re-design the QNX microkernel and proc to get rid of the Big Kernel Lock?"
Claude Code responded: "Roughly, 3 months of intensive work of a top-developer [human]." The developer replied, "Let's get started then," and the AI assistant got to work.
First step: measurement infrastructure
Instead of diving into code changes, Claude Code's first move was to design comprehensive statistics about locking and contention, made available from userspace — similar to Linux's /proc entries. This instrumentation allowed the developer to measure where contention was actually happening before attempting any fixes.
Incremental subsystem-by-subsystem fixes
After gathering measurements, Claude Code began meticulously fixing kernel subsystems one by one. Each major change was followed by thorough testing. The developer notes: "Let's see where this leads to."
The post is an early-stage report; the full removal of the BKL is still in progress. The approach — instrument first, then fix — mirrors established kernel development best practices.
📖 Read the full source: r/ClaudeAI
👀 See Also

Claude Code Subagents Don't Load Skills in Multi-Agent Systems
A developer reports that subagents in Claude Code v2.1.91 cannot access skills defined in .claude/skills/ directory, despite skills working perfectly in the main session. Multiple approaches including skills in agent frontmatter, Skill tool, CLI flags, and Agent Teams all fail.

Claude Code System Prompts Updated: New File Modification Reminder & REPL Clarifications, Malware Analysis Reminder Removed
Claude Code (CC) versions 2.1.124 (+166 tokens) and 2.1.126 (-87 tokens) update the system prompt: adds file modification detection with budget exceeded warning, replaces core-identity function with explicit harness instructions, clarifies REPL thenable auto-await behavior, and removes the malware analysis reminder.

Claude Sonnet 4.6 Unveiled: Enhanced Coding and Computer Use Capabilities
Claude Sonnet 4.6 introduces a 1M token context window and improves coding and computer use skills, making it a strong alternative to Opus-class models for a wider range of tasks.

OpenClaw: Four Critical Issues Developers Need to Know
From image-passthrough bugs to dead channel adapters, lock file visibility, and missing parallel coordination — four production-impacting issues from the OpenClaw repo (366k stars).