11000件の用語
2024年Anthropic発表MCP・Industry-leading Model Context Protocol open standard + Industry-leading LLM-tool universal standard + Industry-leading Anthropic open agent standard + Industry-leading USB-C for AI integration analogy。
米 Anthropic 2026年発表の主流 LLM フラグシップ。1M tokens context + Extended Thinking + 主流業界主流コーディング・$15/1M input + $75/1M output・「2026年主流 LLM フラグシップ」.
Anthropic 2025年5月発売の Claude Opus 第4世代。Anthropic フラッグシップ究極推論 LLM・$15/$75 + Claude.ai Max ($60/月).
Anthropic Agentic CLI(2025年2月〜)。Claude Sonnet 4.6/Opus 4.7連携・CLI/VS Code extension/JetBrains plugin対応・Tool use(Read/Write/Bash/Glob/Grep)・MCP統合・Subagents・Skills・Memory・/commands・Pre/Post Hookが2026年主要機能、GitHub Copilot/Cursor Agent競合。
Anthropic公式GitHub Actions integration。@claude mention → PR review/fix(2024年10月)・Issue解決自動化・Slash command trigger・Workflow secret(CLAUDE_CODE_OAUTH_TOKEN)・Bedrock/Vertex AI対応・Code Actions dispatch・Max Plan月1000prompts含み・Anthropic Secret Scanning Helper・事前approve review(hooks設定)対応、2026年GitHub Copilot Agent競合。
Claude Code CLI install。1) Anthropic Console signup (console.anthropic.com・$5 free credit) ・2) Claude.ai login (Pro/Max subscription required for free CLI usage)・3) Mac install: brew install anthropic/claude/claude-code or curl -fsSL https://claude.ai/install.sh | bash・4) Win install: winget install Anthropic.ClaudeCode・5) Linux install: curl install script・6) cd project → claude (CLI launch)・7) /init で CLAUDE.md自動生成(プロジェクト規約)・8) Daily work: 自然言語タスク依頼・9) /clear conversation reset・10) /loop interval recurring・11) /agents Subagent管理・12) Settings: ~/.claude/settings.json (theme・keybindings・hooks)・13) MCP server接続: settings.json mcpServers section・Cost: Pro $20/Max $100-200/API pay-as-go・Mac/Win/Linux full支援・2026年 Terminal-first development tool定番。
AI Code editor 2026年比較。Claude Code(Anthropic公式 CLI・$20/$100/$200 Max・MCP統合・Skills/Hooks・Subagents・Terminal-first・Mac/Win/Linux・最新Claude Opus 4.7・Computer Use)・Cursor IDE(VS Code fork・$20/$40・Composer/Tab/Chat・Claude Sonnet/Opus/GPT-4o選択・@Docs/@Codebase)・Windsurf(Codeium・$15/$60・Cascade Agent・Claude/GPT・MCP対応)・Zed(OSS・Rust・MCP native・Claude統合)・Continue.dev(VS Code Extension・OSS・MCP)・GitHub Copilot Workspace(Microsoft・$10-39)・選択: Terminal自由 = Claude Code / IDE = Cursor / Mid budget = Windsurf・2026年 三強並立。
Claude Code Customization。Settings file: .claude/settings.json(project)・~/.claude/settings.json(user)・Theme: dark/light/auto・Status Line設定・Keybindings: ~/.claude/keybindings.json・Vim mode: /vim toggle(modal editing・i/Esc切替)・Permission mode: ask/allow/deny・Hooks設定: .claude/hooks.json (PreToolUse/PostToolUse/UserPromptSubmit)・Hooks例: lint auto on Edit・test auto on Write・notification on Stop・MCP server: mcpServers in settings.json・Custom Skills: .claude/commands/*.md・Personal Skills: ~/.claude/commands/*.md・/help command・Tools allowed-tools restriction・/agents Subagent管理・/clear conversation reset・/loop interval task・2026年 Custom workflow確立で生産性飛躍。
Anthropic公式AI coding Agent CLI。claude.ai/code・Claude Opus 4/Sonnet 4.5 backend・ファイル編集・Bash実行・Git操作・MCP拡張・Subagent・Hooks・Skills・Plan Mode・Background Tasks・Deep Research・Canvas対応、2026年Aider/Codex CLI/Gemini CLI競合、Pro/Max $20/$100/$200 plan無料化機会も提供。
Claude Code CLI機能(2024-2026年)。Slash commands(/init /clear /loop /schedule・user-definable .claude/commands/*.md)・Skills(stateful workflows・projectSettings:skill-name・declarative YAML+MD)・Hooks(PreToolUse/PostToolUse/UserPromptSubmit・bash script実行)・Subagents(general-purpose/Explore/Plan等)・MCP integration(filesystem/github/puppeteer)・Settings(.claude/settings.json per project)・/vim editor・Permissions mode(ask/allow/deny)・2026年 ReadCodebase+Write+Execute 自律編集。
Claude Code Custom Skill共有方法。Personal Skills: ~/.claude/commands/*.md(個人専用・全project共通)・Project Skills: .claude/commands/*.md(project local・git commit可能・チーム共有)・Skill format: Markdown + YAML frontmatter(name/description/argument-hint)・Argument support($ARGUMENTS placeholder)・Tool restriction(allowed-tools)・MCP integration可・Skill repos: anthropic-skills(Anthropic公式・GitHub)・community curated lists・Smithery類似 marketplace future・Cursor Custom Modes類似・Use cases: glossary-batch・article-batch・code-review・doc-update・perf-audit・cleanup-audit・自作Skill 30min create・2026年 Skills市場拡大。
Custom Skill作成 step-by-step。1) `.claude/commands/my-skill.md` 新規作成・2) YAML frontmatter書く: --- description: "短い説明" allowed-tools: [Bash, Read, Edit] argument-hint: "<arg>" ---・3) Markdown body書く・4) `$ARGUMENTS` 引数 placeholder・5) Tool restriction(allowed-tools array)・6) MCP server参照可・7) `/my-skill argument` で実行・8) Test in Claude Code conversation・9) git commit `.claude/commands/`(プロジェクト共有可)・10) ~/.claude/commands/(personal専用)・実例: glossary-batch・article-batch・perf-audit・doc-update・Examples: anthropic-skills GitHub repo・2026年 Personal Skills shipping時代、production workflow革新。
Claude Code カスタムトリガー。UserPromptSubmit(prompt送信前)・PreToolUse(Tool実行前・承認)・PostToolUse(後)・Stop(応答完了)・SessionStart/End・Notification・SubagentStop・hooks array JSON・matchers regex・run_in_background・timeout・cwd control・exit code制御・stdoutで追加コンテキスト注入・settings.json + .claude/hooks対応、2026年エージェント制御定着。
Claude Code Best Practices(2026年)。CLAUDE.md project root置く(プロジェクト規約・架構記述)・~/.claude/CLAUDE.md(personal preferences)・/init slash command で CLAUDE.md自動生成・/clear conversation reset・/loop 1h 自律cron運用・/agents Subagents活用(Explore/Plan/Codereview)・MCP server接続(Github/Slack/Postgres)・Custom Skills (.claude/commands/*.md)・Hooks(PreToolUse/PostToolUse・auto format/lint)・Memory tool(persistent session memory)・Context window 1M utilize(200k context以下推奨)・Cost管理: Opus heavy/Sonnet daily・2026年 Claude Code 標準開発tool。
Claude Code Real Project Workflow例。1) Project setup: cd project・claude(launch CLI)・/init で CLAUDE.md自動生成(規約/architecture記述)・2) Daily work: 自然言語でタスク依頼("add login feature")・Claude探索→設計→Implementation→Test→Commit suggest・3) Multi-file edit: Subagent Explore起動→codebase調査→Plan提案・4) Long task: /loop 1h で自律cron・継続改善・5) Review: subagent code-review起動・separate context独立判定・6) MCP server接続: GitHub/Slack/Postgres相当・7) Hooks: PreToolUse でlint auto・PostToolUse でtest auto・8) Memory: Persistent context across sessions・9) Cost管理: Sonnet 4.6 daily / Opus 4.7 complex・2026年 production tool化進行。
2024年Anthropic発表Claude Computer Use・Industry-leading first major LLM computer use API + Industry-leading screenshot + mouse + keyboard control + Industry-leading Claude 3.5 Sonnet base + Industry-leading Anthropic Computer Use agent pioneer。
Anthropic Computer Use(2024年10月Beta)。Claude Sonnet 3.5/4.6/Opus 4.7 capability・GUI Automation(クリック/スクロール/タイプ・screenshot解析+Action plan)・Bash tool(shell command実行)・Edit tool(file編集)・Python tool(code実行)・docker container推奨環境(Anthropic-Quickstart)・OpenAI Operator(2025年1月)/CUA・Adept ACT-1 legacy・Browser Use($0 OSS Python・Playwright)・Self-driving agent task・Privacy/Security重要・2026年 Claude Code Computer Use統合、エンタープライズ自動化拡大。
米 Anthropic 2024年6月発表の主流 LLM フラグシップ。コーディング業界主流 + Aider Leaderboard 主流・$3/1M input + $15/1M output・「コーディング LLM 業界主流」.
Anthropic 2025年2月発売の Claude Sonnet 第3.7世代。Hybrid Reasoning + 2倍高速思考・$3/$15 (M tokens) + Claude API + Claude.ai.
Claude Elwood Shannon 1916-2001 米国数学者・電気工学者「情報理論の父」。Michigan University 1936+MIT PhD 1940 (Vannevar Bush指導 Differential Analyzer)・Bell Labs 1941-1972研究員・「A Mathematical Theory of Communication」1948 Bell System Technical Journal 2部論文 (情報理論基礎・Bit用語初出・Shannon Entropy H=−Σp log p・Channel Capacity Theorem)+「Communication Theory of Secrecy Systems」1949 (情報理論的暗号セキュリティ確立・Information-theoretic Security)・Boolean Algebra+電気回路設計修論 1937 (現代Digital Logic基礎)・Information Source+Transmitter+Channel+Receiver+Destination Communication Model・Shannon-Hartley Theorem (帯域幅 vs SNR Channel Capacity・C=B log2(1+S/N))・Maze-solving Mouse Theseus 1950 (世界初 Machine Learning玩具)・Juggling Robots+Ultimate Machine (off機が自分自身を切る)・MIT Information Theory Department創設・IEEE Medal of Honor 1966・¥0 公的功績、2026年Shannon情報理論はDeep Learning/暗号/通信の根幹。