株式会社オブライト
Services
About
Company
Column
Glossary
Contact
日本語
日本語
メニューを開く
Column
Claude Code
Articles tagged "Claude Code"
12 articles
AI
2026-05-13
Claude Code Agent View Deep Dive — The May 2026 Dashboard for Running Many Claude Agents in Parallel
A practical, docs-grounded guide to Claude Code's Agent View — the multi-session dashboard Anthropic released on May 11, 2026. Covers parallel dispatch, automatic git-worktree isolation, background sessions, billing implications, and runaway-cost guardrails for serious team use.
Claude Code
Anthropic
AI Coding Agent
AI
2026-04-24
Why DocDD (Document-Driven Development) Matters More in the Vibe Coding Era — A Practical Guide to Avoiding AI Rework Hell [2026]
In the vibe coding era where AI rapidly generates code from natural language, the biggest risk is producing code that runs but doesn't solve the real problem. This article explains how combining DocDD (Document-Driven Development) with AI coding tools minimizes rework while preserving both quality and speed. Built on the DocDD concept introduced by okikusan on Zenn (July 2025), with additional notes on our AI-brainstorm-to-plan.md workflow.
AI開発
DocDD
Document Driven Development
AI
2026-04-24
Claude Opus 4.7 Released — Software Engineering Gains, High-Resolution Vision, Task Budgets [April 2026]
Anthropic released Claude Opus 4.7 to general availability on April 16, 2026. This summary covers the official talking points: notable software-engineering gains over Opus 4.6, high-resolution image input up to 2576px / 3.75MP, the new Task Budgets feature for agentic loops, availability across AWS Bedrock / Vertex AI / Microsoft Foundry, and unchanged pricing at $5 / $25 per MTok.
Claude Opus 4.7
Anthropic
Claude Code
AI
2026-04-19
Claude Design to Claude Code Implementation Workflow — Fastest Path from Prototype to Production Website [2026]
Complete workflow guide for implementing Claude Design prototypes into production websites via Claude Code. Covers Next.js/React/TypeScript implementation examples, design system inheritance, timeline reduction (11 weeks to 4 weeks), and quality assurance tips with diagrams.
Claude Design
Claude Code
Web開発ワークフロー
AI
2026-04-07
Codex vs Claude Code vs Cursor vs Copilot — 2026 AI Coding Tool Comparison [Visual Guide]
In-depth comparison of OpenAI Codex, Claude Code, Cursor, and GitHub Copilot across pricing, features, SWE-bench scores, and use cases. Build your ideal AI coding stack with selection flowcharts and combination strategies.
OpenAI Codex
Claude Code
Cursor
AI
2026-03-23
Claude Code Channels: Revolutionary Dev Workflow via Discord and Telegram Integration
Anthropic's Claude Code Channels, announced March 20, 2026, enables developers to message Claude Code directly via Discord or Telegram for code generation and editing. This article explores its impact on remote and asynchronous development workflows.
Claude Code
Anthropic
Discord
Software Development
2026-03-08
Intent-Driven Development Complete Guide 2026 | From Writing Code to Expressing Intent
In March 2026, software development is shifting dramatically toward Intent-Driven Development. A comprehensive guide covering vibe coding, MCP, multi-agent development, evolving developer roles, Japanese enterprise adoption, and practical implementation steps.
インテントドリブン開発
AI駆動開発
バイブコーディング
Software Development
2026-03-08
Claude Code Complete Guide 2026 — The New Era of AI Agent Coding
Claude Code by Anthropic is an agent-based development tool that autonomously codes by understanding entire codebases. Available via CLI, IDE, Desktop, and Web. Complete 2026 guide covering Opus 4.6, MCP, Agent Teams, and advanced features.
Claude Code
Anthropic
AIコーディング
Software Development
2026-03-08
Claude Code MCP Integration Guide — Accelerate Development with External Tool Integration
Model Context Protocol (MCP) is an open standard connecting Claude Code with external tools and data sources. Practical guide covering GitHub, Slack, Notion, AWS, GCP integration, custom MCP server creation, Hooks integration, and enterprise best practices for Tokyo development teams.
Claude Code
MCP
Model Context Protocol
Software Development
2026-03-08
Claude Code Enterprise Adoption Guide — Complete Roadmap to Dramatically Boost Team Development Productivity
A comprehensive guide to adopting Claude Code Opus 4.6 (SWE-bench Verified 77.2%) in enterprise environments. Covers plan selection, security, SSO/SCIM, team standards, MCP integration, CI/CD, metrics, anti-patterns, and phased rollout strategies for maximum ROI.
Claude Code
企業導入
チーム開発
Software Development
2026-03-08
Complete Guide to Claude Code Hooks — Maximizing Development Efficiency Through Automation and Workflow Customization
A comprehensive guide to Claude Code Hooks covering all event types and practical applications. Learn implementation patterns for auto-formatting, lint checks, security protection, and automated testing using SessionStart, PreToolUse, and PostToolUse events.
Claude Code
Hooks
自動化
Software Development
2026-03-08
Claude Code Agent SDK — Custom AI Agent Development Guide | Python Implementation and Multi-Agent Architecture
Complete guide to custom AI agent development using Claude Code Agent SDK. Covers Python implementation, custom tool definition, Hook implementation, sub-agent utilization, multi-agent orchestration, and CI/CD integration patterns for enterprise applications.
Claude Code
Agent SDK
Python