All
Articles 133,430Blog Posts 137,955Tech Tutorials 34,587Research Papers 25,941News 18,864
⚡ AI Lessons

Dev.to · CodeKing
🤖 AI Agents & Automation
⚡ AI Lesson
2w ago
"My AI Assistant Could See the Screenshot. Feishu Still Got No Image"
My local AI assistant could capture screenshots just fine, but Feishu and Telegram still received no image. The real bug was an upstream channel capability gate

Dev.to · CodeKing
🤖 AI Agents & Automation
⚡ AI Lesson
3w ago
"My Coding Agent Remembered Sessions, Not Work. That Was the Bug"
Keeping an AI coding session alive is not enough. The real improvement came when my agent started recalling successful workflows, rules, and facts instead of re

Dev.to · CodeKing
🤖 AI Agents & Automation
⚡ AI Lesson
3w ago
"My AI Assistant Stopped Working the Moment I Closed the Chat"
Chat-based AI assistants feel useful until they need you to stay online. I fixed that by letting scheduled tasks wake the assistant up in the background and rou

Dev.to · CodeKing
🤖 AI Agents & Automation
⚡ AI Lesson
1mo ago
"My Two AI Tasks Kept Fighting for the Same Mouse"
Parallel AI tasks looked impressive until two of them tried to drive the same desktop. I fixed it with resource-aware queuing instead of blind cancellation.

Dev.to · CodeKing
🤖 AI Agents & Automation
⚡ AI Lesson
2mo ago
"My AI Assistant Could Code, But It Couldn't Operate My Desktop"
I built CliGate so coding agents can use runtime sessions, local skills, and desktop controls from one local assistant.

Dev.to · CodeKing
🤖 AI Agents & Automation
⚡ AI Lesson
2mo ago
"My Web Chat Wasn't a Real Channel. That Broke My Agent Pipeline"
Treating web chat as a special page instead of a real channel split my agent state in two and caused silent delivery failures.

Dev.to · CodeKing
🤖 AI Agents & Automation
⚡ AI Lesson
2mo ago
"My Coding Agent Remembered Sessions, Not Work. That Was the Bug"
A practical model for AI coding agents that need to remember projects, tasks, executions, and runtime sessions separately.

Dev.to · CodeKing
🤖 AI Agents & Automation
⚡ AI Lesson
2mo ago
"My DingTalk Coding Bot Said It Started the Task. Then It Never Sent the Result"
A real bug from wiring Claude Code and Codex into DingTalk: the bot acknowledged work, but the runtime result disappeared unless I fixed delivery and fallback p

Dev.to · CodeKing
🤖 AI Agents & Automation
⚡ AI Lesson
2mo ago
"My Product Assistant Kept Borrowing the Wrong Model. So I Gave It Its Own Routing Chain"
I stopped letting my product assistant depend on whatever account or API key happened to win routing, and gave it an explicit model-source chain with fallbacks.

Dev.to · CodeKing
🤖 AI Agents & Automation
⚡ AI Lesson
2mo ago
"I Thought Adding Google-Style OAuth to My Local AI Gateway Would Take One Evening"
I wired Antigravity accounts into CliGate and learned the hard way that OAuth success, token refresh, project IDs, and chat source wiring are four separate prob

Dev.to · CodeKing
🤖 AI Agents & Automation
⚡ AI Lesson
2mo ago
"My Team Had GCP Credits. Claude Code Wanted an Anthropic Key."
I wanted Claude Code to use Google Cloud billing instead of another Anthropic key, so I routed it through Vertex AI with one local gateway.

Dev.to · CodeKing
🤖 AI Agents & Automation
⚡ AI Lesson
3mo ago
"I Stopped Building a Coding Agent and Built a Supervisor for Codex and Claude Code Instead"
The agent I actually needed wasn't another coder — it was a dispatcher. Here's the control-plane vs execution-plane split I landed on and why.

Dev.to · CodeKing
🤖 AI Agents & Automation
⚡ AI Lesson
3mo ago
I Wanted One Local Gateway for Claude Code, Codex, Gemini, Telegram, Feishu, and DingTalk. So I Built CliGate
CliGate is a local multi-protocol AI gateway that unifies Claude Code, Codex CLI, Gemini CLI, Telegram, Feishu, and DingTalk with account pools, app routing, st
DeepCamp AI