Skip to main content

Developer Tools & Agents · Page 2 of 3

Coding agents, IDE assistants, local models, and AI developer workflows.
49
Articles
Sep 22, 2026
Last updated
OpenClaw LLM setup guide showing connections to Ollama, OpenAI, Anthropic, and OpenRouter providers
Developer Tools & Agents

OpenClaw LLM Setup: Current Provider, Model, Auth, and Fallback Guide (2026)

OpenClaw model setup now depends on the provider surface you choose: built-in provider plugins, direct API-key providers, subscription-style OAuth providers, local runtimes, Bedrock/Vertex-style cloud providers, or custom `models.providers` proxies. This guide starts with the current `provider/model` contract, then shows how to authenticate, set defaults, verify model availability, and avoid stale provider lists.

25 min
OpenAI Codex March 2026 capability stack showing GPT-5.4, app workflows, security, and mini subagents
Developer Tools & Agents

OpenAI Codex in March 2026: What's New and What It Can Do Now

March 2026 was the month Codex started making sense as a full agent system rather than a loose collection of surfaces. GPT-5.4 became the new core model, GPT-5.4 mini changed cheaper task routing, Codex Security entered research preview, and the app made parallel agents, worktrees, skills, and automations much easier to use.

11 min
Best OpenClaw skills starter pack cover image
Developer Tools & Agents

Best OpenClaw Skills to Install First (2026): Starter Packs by Workflow

If you only install one OpenClaw skill, start with `web-search` for most workflows. But the better decision is usually a small workflow bundle: `calendar` + `email` for assistant tasks, `github` + `code-reviewer` for developer work, and `browser-automation` for scraping or operational flows. This guide explains what to install first, what to skip, and how to vet third-party skills without getting lost in the registry.

11 min
Claude Code vs Cursor complete comparison guide for developers in 2026
Developer Tools & Agents

Claude Code vs Cursor in 2026: The Complete Developer's Guide to Choosing (or Using Both)

Claude Code and Cursor both cost $20-$200/mo but take fundamentally different approaches to AI-assisted coding. Claude Code operates as an autonomous agent in your terminal (using 5.5x fewer tokens), while Cursor enhances your IDE with real-time suggestions. This guide covers architecture differences, real benchmarks, true cost analysis, and includes a developer profile framework to help you decide — or learn why many senior developers use both.

22 min
OpenClaw complete setup guide cover image
Developer Tools & Agents

OpenClaw Complete Guide: API Relay Setup, Model Selection & Cost Optimization (2026)

OpenClaw is a 250K+ Star open-source AI Agent platform on GitHub, but users in restricted network regions cannot directly reach overseas AI APIs. This guide provides a full comparison of three relay solutions, ready-to-copy openclaw.json config templates, scenario-based model recommendations, and monthly cost control strategies — helping you go from installation to fully working setup in 3 minutes.

20 min
OpenClaw doctor and gateway restart complete troubleshooting guide
Developer Tools & Agents

OpenClaw Doctor and Gateway Restart: Complete Troubleshooting Guide [2026]

OpenClaw's gateway powers every channel connection your bot relies on. When it breaks, openclaw doctor --fix resolves roughly 70% of issues automatically. This guide covers the complete diagnostic workflow — from the 30-second universal fix to platform-specific solutions for macOS, Linux, and Docker — plus 12 error messages with verified fixes and a prevention strategy that keeps your gateway healthy long-term.

22 min
OpenClaw laozhang.ai setup guide
Developer Tools & Agents

OpenClaw + laozhang.ai Setup Guide: Configure 200+ AI Models in 3 Minutes (2026)

Connect OpenClaw to laozhang.ai by adding a provider config in openclaw.json with baseUrl (https://api.laozhang.ai/v1) and your API key. This guide provides copy-paste config templates, model recommendations, multi-model routing strategies, cost optimization tips, and a troubleshooting quick reference.

20 min
How to install Gemini CLI complete setup guide for all platforms
Developer Tools & Agents

How to Install Gemini CLI: Complete Setup Guide for All Platforms (2026)

Learn how to install Gemini CLI on macOS, Windows, or Linux using npm, Homebrew, or npx. This guide covers system requirements (Node.js 20+), all 7 installation methods, 3 authentication options with free tier limits (60 RPM / 1,000 RPD via OAuth), troubleshooting common errors, and essential configuration to get productive immediately.

20 min
How OpenClaw controls your browser using CDP protocol - complete guide 2026
Developer Tools & Agents

How OpenClaw Controls Your Browser: Modes, CDP, and Automation (2026)

OpenClaw controls browsers through the Chrome DevTools Protocol (CDP), offering three modes: Extension Relay for logged-in sessions, Managed for isolated automation, and Remote CDP for cloud deployments. This guide covers how it all works, from snapshot refs to security best practices.

16 min
Claude Code Remote Control complete guide for coding from any device
Developer Tools & Agents

Claude Code Remote Control: Complete Guide to Coding from Any Device (2026)

Claude Code Remote Control lets you monitor and manage your local terminal sessions from any phone, tablet, or browser. Released February 25, 2026, this research preview feature keeps all code execution on your machine while giving you full remote access. This guide covers setup, real workflows, security architecture, troubleshooting, and a comparison with alternatives like SSH and OpenClaw.

25 min
OpenClaw Claude Opus 4.6 complete setup guide
Developer Tools & Agents

OpenClaw Claude Opus 4.6: Complete Setup, Security & Cost Guide (2026)

Configure Claude Opus 4.6 on OpenClaw in under 10 minutes with our verified setup guide. Includes security hardening against CVE-2026-25253, real daily cost estimates ($2-$50+), Agent Teams configuration, and troubleshooting for the 5 most common errors. All pricing data verified from official Anthropic documentation on February 19, 2026.

24 min
Nano Banana Pro error codes complete troubleshooting guide covering 503 429 400 and safety errors
Developer Tools & Agents

Nano Banana Pro Error Codes: Complete Troubleshooting Guide (2026) — Fix 503, 429, 400, and Safety Errors

Nano Banana Pro errors fall into three categories: server errors (503/500 — retry with backoff), client errors (400/403 — fix your request), and rate limits (429 — check your quota). This guide covers all error codes with real API response examples, production-ready Python and JavaScript retry code, and the first comprehensive coverage of temporary images, thought_signature handling, and safety filter configuration.

25 min