Skip to content

Kanaries · Knowledge Base

AICoding

Practical tutorials, references, and fixes in this topic.

8
Articles
01

How to Use DeepSeek Harness: Install, Set Up, and Run Your First Agent

Install DeepSeek Harness (dsh) with one command: npx @deepseek-ai/dsh web. Then connect a model key, pick a workspace, and run your first agent session. Includes the four runtime modes explained, a plugin starter pack, and what the official docs don't cover yet.

02

Claude Code Bypass Permissions: Desktop Toggle, CLI Flags, and Error Fixes

Run claude --permission-mode bypassPermissions in the CLI, or turn on Allow bypass permissions mode under Settings, Claude Code in Desktop. Includes a permission mode comparison table and fixes for 'Permission mode couldn't be changed'.

03

How to Use Codex: Getting Started, 5 Tips, and Best Practices

Install Codex CLI with npm i -g @openai/codex, then use the 5 tips that make it reliable: plan before implementing, set scope and non-goals, move repo rules into AGENTS.md, delegate to subagents, and always verify. Plus CLI vs App vs IDE and large-repo best practices.

04

Oh My OpenCode and OpenCode: Install, Setup, and Fixes

Oh My OpenCode is an orchestration harness on top of OpenCode, not a replacement. Install OpenCode first, run /init, then add the harness with bunx oh-my-opencode install. Includes fixes for opencode not found and stale OpenAgent commands.

05

Claude Code Routines: Why AI Agent Cron Jobs Matter

Learn how Claude Code routines work, what triggers they support, how they differ from Codex app Automations and OpenClaw cron jobs, and why AI agent cron jobs matter beyond chat-first workflows.

06

Parallel Code Agents Explained: Worktrees, Sandboxes, and Codex Desktop Alternatives in 2026

Learn how parallel code agents use worktrees and sandboxes, when executable feedback loops matter, and which desktop, IDE, cloud, or loop-native pattern fits.

07

Build a Claude-Code-Like AI Agent with Claude Agent SDK (TypeScript)

Step by step tutorial of build a claude code agent by your self with claude code sdk in typescript.

08

A Deep Dive into Cursor: Pros and Cons of AI-Assisted Coding

Cursor has becaome a new popstar in the AI-assisted coding domain. But what exactly does it offer? Are people really using it or just intrigued by the hype? Let's dive deep into Cursor's capabilities, limitations, and potential impact on the software development ecosystem.