Section

Dev & Open Source

Deep coverage of dev & open source — benchmarks, launches and the long-form analysis we wish we had.

16 articles

Showing 9 of 16

How to Use Claude Code Plan Mode in 2026: A Practical Guide
01Dev & Open Source

How to Use Claude Code Plan Mode in 2026: A Practical Guide

Claude Code plan mode is a read-only mode where the agent drafts an implementation plan before touching any file. Here is how to turn it on, review a plan, and when to skip it.

WAWaqas Ahmed Waseer8 min read
Podman vs Docker 2026: Rootless Security & Real Costs
02Dev & Open Source

Podman vs Docker 2026: Rootless Security & Real Costs

Podman vs Docker in 2026: Podman is daemonless, rootless, and free; Docker Desktop needs a paid plan above 250 staff or $10M revenue. Which to pick.

WAWaqas Ahmed Waseer7 min read
Claude Code Slash Commands in 2026: A Practical Guide
03Dev & Open Source

Claude Code Slash Commands in 2026: A Practical Guide

A practical 2026 guide to Claude Code slash commands: the built-in commands worth knowing, grouped by job, plus the big change that custom slash commands are now skills.

WAWaqas Ahmed Waseer7 min read
How to Create a Claude Code Plugin in 2026 (Practical Guide)
04Dev & Open Source

How to Create a Claude Code Plugin in 2026 (Practical Guide)

Create a Claude Code plugin in 2026: build the plugin.json manifest, add skills, hooks and MCP, test with --plugin-dir, then share via a marketplace.

WAWaqas Ahmed Waseer7 min read
OpenAI Codex Pricing in 2026: Every Plan vs Copilot, Cursor and Claude Code
05Dev & Open Source

OpenAI Codex Pricing in 2026: Every Plan vs Copilot, Cursor and Claude Code

OpenAI Codex pricing in 2026 runs from free to $200/mo across ChatGPT plans (Go $8, Plus $20, Pro 5x $100, Pro 20x $200), now metered by tokens. Here's every plan and how the cost compares to GitHub Copilot, Cursor, and Claude Code.

WAWaqas Ahmed Waseer8 min read
Claude Code Hooks in 2026: A Practical How-To Guide
06Dev & Open Source

Claude Code Hooks in 2026: A Practical How-To Guide

Claude Code hooks run shell commands or LLM prompts automatically at set points in Claude Code's lifecycle. What they do, the events, and hook vs skill.

WAWaqas Ahmed Waseer8 min read
How to Run Claude Code Headless in 2026: A Practical Automation Guide
07Dev & Open Source

How to Run Claude Code Headless in 2026: A Practical Automation Guide

Claude Code headless mode runs the agent non-interactively via -p. How to script, schedule, and automate it in 2026: output, permissions, auth, CI/CD.

WAWaqas Ahmed Waseer8 min read
Best AI IDE in 2026: 7 Tools Ranked by Price, Speed, and Workflow
08Dev & Open Source

Best AI IDE in 2026: 7 Tools Ranked by Price, Speed, and Workflow

The best AI IDE in 2026 is Cursor for all-round work, GitHub Copilot for the cheapest serious plan, and Claude Code for terminal-first refactors. Here are seven ranked by price, speed, and how much of the coding they actually drive.

WAWaqas Ahmed Waseer11 min read
How to Build an MCP Server in 2026: A Practical Developer's Guide
09Dev & Open Source

How to Build an MCP Server in 2026: A Practical Developer's Guide

An MCP server exposes your tools and data to an AI model over one open protocol. Here's how to build an MCP server with the official Python or TypeScript SDK, test it with MCP Inspector, connect it to Claude, and deploy it securely.

WAWaqas Ahmed Waseer9 min read