Category
AI
ChatGPT, AI tools, hands-on AI how-tos, and where the field is going.
-

Symphony: OpenAI’s open-source orchestrator that turns Linear into a Codex command center
OpenAI’s new spec assigns a coding agent to every open ticket, polling the board and shepherding pull requests without human babysitting.
-

How to Add Skills to Claude Code
Create a SKILL.md file, drop it in the right folder, and Claude will load it automatically or on demand.
-

How to Uninstall Claude Code Cleanly on Mac, Windows, and Linux
Pick the right removal path for your install method, then wipe configuration files only if you want a fully fresh start.
-

DeepSeek V4 GGUF Status: What Runs Locally and What Doesn’t
Both V4-Pro and V4-Flash ship pre-quantized in FP4+FP8, which limits how far GGUF conversions can shrink them.
-

Claude Code Channels: How to Push External Events Into a Live Session
A plain-language walkthrough of what channels do, the platforms supported, and how permission relay works on your phone.
-

Codex Token and Rate Limits Explained for ChatGPT Plans
How Codex measures usage, what each ChatGPT plan includes, and why reasoning time now drives most of the drain.
-

Pi coding agent: The minimal terminal harness you extend yourself
A small-core CLI agent built around four tools, TypeScript extensions, and tree-structured sessions.
-

Qwen3.6-35B-A3B GGUF: Quants, Sizes, and How to Run It
A practical reference for running the 35B-A3B mixture-of-experts model locally with llama.cpp-compatible GGUF builds.
-

Claude Code usage limits explained: Pro, Max, and weekly caps
How the session and weekly caps work, what drains them fastest, and how to stretch your quota.
-

Claude Code Routines: How Anthropic’s Scheduled AI Agents Work
Anthropic’s research preview lets Claude Code run on schedules, GitHub events, or HTTP calls from cloud infrastructure without a local machine.