Cursor indexing is stuck
Check workspace scope, progress, ignore rules, network diagnostics, and extensions in order.
AI coding field guide
Practical AI coding setup guides for Claude Code, Codex, Cursor, Copilot, and coding agents. Configure tools, workflows, repository instructions, MCP servers, and permissions.
roles: build surface, coding agent, independent checks
owner: a person decides what is ready to ship
Expected behavior works, failure is handled, access is correct, and rollback is ready.
Start here
Install, verify, sign in, and connect it to reviewable repository work.
Open guide path →Codex setupInstall the CLI and structure delegated tasks around instructions and approval.
Open guide path →Cursor setupInstall the editor and build a workflow with reliable context and indexing.
Open guide path →AGENTS.mdCopy repository instructions agents can discover and verify.
Open guide path →CLAUDE.mdCopy concise Claude Code project guidance with validated commands.
Open guide path →MCP and permissionsAdd integrations with explicit access and failure boundaries.
Open guide path →TroubleshootingDiagnose context, indexing, output, and production failures.
Open guide path →TemplatesTurn reusable structures into repository-specific instructions and checks.
Open guide path →A better model cannot fix a vague task, missing context, broad permissions, or an app that was never tested with real data. AI Coding Setup focuses on the decisions between the prompt and production.
Why this exists
Coding work is shifting from one chat at a time to several isolated agents with a person directing the result.
Human advantageDirectionResearch on real coding sessions finds that people still lead planning while agents take more execution work.
Production gapControlProduction agent systems now emphasize approvals, sandboxes, durability, telemetry, and security checks.
Popular problems
Check workspace scope, progress, ignore rules, network diagnostics, and extensions in order.
Inspect auth state, reset stale credentials, or use the device flow on remote terminals.
Separate discovery, startup, transport, authentication, and tool-list failures.
Bound the task, isolate the work, and require evidence at handoff.
Check the new-run discovery chain, working directory, overrides, conflicts, and size limit.
Verify access, data, forms, secrets, deployment, and rollback.
Choose by experience
Start with a managed app builder
Build one complete user flow, then verify login, data access, forms, deployment, and rollback before inviting real users.
Build your first website safelyStart with an AI editor and one coding agent
Keep the stack small, isolate larger tasks, review every diff, and use preview deployments as the final check.
Choose a practical setupStart with instructions, worktrees, tests, and approvals
Make tasks executable, control permissions, and require evidence at handoff before a person merges or releases the result.
Set up an agent workflowComplete guide path
Go from idea to a working site without treating a generated demo as a finished product.
Pick tools by the job, review style, privacy needs, and project risk instead of collecting subscriptions.
Create repeatable agent tasks with useful context, isolated workspaces, clear permissions, and testable handoffs.
Catch dangerous assumptions, protect data, troubleshoot context, and prepare every important change for recovery.