Building FastTab with AI: A Custom Task Switcher for X11

FastTab is a custom task switcher developed to solve a specific performance issue in the Plasma desktop environment on X11. This tool is designed to run as a daemon to provide instant response to keyboard shortcuts, using Zig for development and OpenGL for rendering. The developer tackled this project with the assistance of AI tools, specifically Claude, which helped plan and iterate over the project.
The issue was the delay in the default task switcher, prompting a solution that leverages AI for both the planning and coding stages. The process began with a detailed conversation with the AI, which provided a specification for the application. Following the specification, the coding phases were broken down into several milestones for clearer project management.
A significant concern was the safe integration of AI within the development environment. To safeguard the system, the project utilized containers, specifically a customized version of contai, which acts as a Docker wrapper. This approach ensured that potentially destructive commands could be executed within an isolated filesystem, protecting the host machine. Git was extensively used to manage changes, enabling easy rollback in case of errors.
📖 Read the full source: HN AI Agents
👀 See Also

Qwen3.5-122B on Blackwell SM120: fp8 KV Cache Corruption Issue and Performance Findings
Testing Qwen3.5-122B on 8x RTX PRO 6000 Blackwell hardware revealed that fp8_e4m3 KV cache silently produces corrupt output without errors, requiring bf16 KV cache instead. MTP optimization provided a 2.75x single-request speedup while DeltaNet constraints blocked other optimizations.

Claude Code v2.1.152: /code-review --fix, plugin disallowed-tools, MessageDisplay hook
Claude Code v2.1.152 introduces /code-review --fix to apply suggestions to your working tree, /reload-skills, MessageDisplay hook, and plugin disallowed-tools in frontmatter. Also fixes long-session styling degradation, MCP dedup, and cache reporting.

Federal Agencies Ordered to Cease Using Anthropic AI Technology
President Donald Trump has ordered U.S. government agencies to immediately stop using technology from AI company Anthropic. The order comes as Anthropic faces pressure from the Defense Department regarding usage restrictions on its AI models.

Claude Code v2.1.129: Plugin URL flag, force sync output, and 20+ fixes
Adds --plugin-url flag to load plugin zips from URL, CLAUDE_CODE_FORCE_SYNC_OUTPUT for Emacs eat, and fixes /context token waste, cache TTL downgrade, and OAuth race.