IT Glossary Plus — From Pronunciation to Meaning

search menu
What Is Vibe Coding? Karpathy's New Development Style, Tools, and How It Evolves Into Agentic EngineDevelopment Methods & Design Patterns

What Is Vibe Coding? Karpathy’s New Development Style, Tools, and How It Evolves Into Agentic Engineering

2026.04.29

Vibe coding is a development style coined by Andrej Karpathy in 2025 in which humans describe intent in natural language and an LLM produces the code. Learn its tools, patterns, and limits.

What Is a Multi-Agent System? A Complete Guide to LLM Orchestrators, Subagents, and Anthropic's ReseGenerative AI & LLMs

What Is a Multi-Agent System? A Complete Guide to LLM Orchestrators, Subagents, and Anthropic’s Research Architecture

2026.04.29

A multi-agent system is an architecture where several LLMs collaborate to solve a task. Learn orchestrator-worker patterns, real-world examples, and Anthropic's research configuration.

What Is OpenAI o3? A Complete Guide to OpenAI's Reasoning-Focused LLM, Test-Time Compute, and How ItGenerative AI & LLMs

What Is OpenAI o3? A Complete Guide to OpenAI’s Reasoning-Focused LLM, Test-Time Compute, and How It Compares

2026.04.29

OpenAI o3 is a reasoning-focused LLM released April 16, 2025. It uses reinforcement learning to think before answering, achieving state-of-the-art results on math, science, and coding benchmarks.

What Is Plan Mode? Claude Code's Read-Only Planning Mode for Safe Multi-File RefactorsGenerative AI & LLMs

What Is Plan Mode? Claude Code’s Read-Only Planning Mode for Safe Multi-File Refactors

2026.04.29

Plan Mode is Claude Code's read-only operating mode that forces Claude to plan without editing files. Use it for safe multi-file refactors, exploration, and production-impacting changes.

What Is CLAUDE.md? A Complete Guide to Claude Code's Smart Memory File, Placement Rules, and PracticGenerative AI & LLMs

What Is CLAUDE.md? A Complete Guide to Claude Code’s Smart Memory File, Placement Rules, and Practical Patterns

2026.04.29

CLAUDE.md is a Markdown file Claude Code auto-loads to learn your codebase's commands, conventions, and constraints. Learn placement rules, structure, and practical patterns with examples.

What is Hugging Face | IT用語辞典プラスGenerative AI & LLMs

What Is Hugging Face? The Open AI Hub for Models, Datasets, and Spaces, Explained

2026.04.28

Hugging Face is the largest open AI hub, hosting over a million models, hundreds of thousands of datasets, and Spaces demo apps. Learn its architecture (Hub, Transformers, Datasets, Diffusers), how to use it, license caveats, and how it compares to GitHub and Kaggle.

What is Tokenizer | IT用語辞典プラスNatural Language Processing (NLP)

What Is a Tokenizer? How LLMs Turn Text into Numbers — BPE, WordPiece, and SentencePiece Compared

2026.04.28

A tokenizer splits text into tokens and maps them to integer IDs that LLMs can process. Learn how subword tokenization works, what BPE, WordPiece, and SentencePiece do differently, and why tokenization affects API cost, context limits, and multilingual performance.

What is Claude Code Action | IT用語辞典プラスVersion Control & CI/CD

What Is the Claude Code Action? Anthropic’s Official GitHub Action for Automated PR Reviews and Issue Triage

2026.04.28

The Claude Code Action is Anthropic's official GitHub Action that runs Claude Code on your repository in response to @claude mentions, issue assignments, or scheduled triggers. Learn its modes, authentication options (API key, OAuth, Bedrock, Vertex AI, Foundry), setup steps, and security trade-offs.

What is Ollama | IT用語辞典プラスGenerative AI & LLMs

What Is Ollama? A Complete Guide to Running Llama, Mistral, Qwen, and Other LLMs Locally

2026.04.28

Ollama is an open-source runtime that lets you run Llama 3.1, Mistral, Gemma, Qwen, DeepSeek-R1, and other LLMs locally with one command. Learn its architecture, REST API, OpenAI compatibility, hardware requirements, and how it compares to LM Studio and llama.cpp.

What is MCP Server | IT用語辞典プラスAPIs & SDKs

What Is an MCP Server? A Complete Guide to Model Context Protocol Servers, Architecture, and Claude Integration

2026.04.28

An MCP Server is a process that exposes tools, resources, and prompts to AI models like Claude through the Model Context Protocol. Learn its architecture, JSON-RPC mechanics, Python and TypeScript SDKs, and how it powers Claude Desktop, Cursor, and other AI clients.

< 1 2 3 4 5 6 … 14 >

category

  • AI & Machine Learning (5)
  • APIs & SDKs (11)
  • Backend (2)
  • CPU, Memory & Storage (1)
  • Cyber Attacks & Threats (1)
  • Development Methods & Design Patterns (5)
  • Encryption & Authentication (2)
  • File Formats & Encoding (3)
  • Frameworks & Libraries (2)
  • Frontend (3)
  • Generative AI & LLMs (69)
  • Machine Learning & Deep Learning (17)
  • Natural Language Processing (NLP) (2)
  • NoSQL & NewSQL (2)
  • Programming Languages (3)
  • Protocols (4)
  • RDB & SQL (2)
  • Version Control & CI/CD (2)
  • Virtualization & Containers (2)
  • Workflow & RPA (1)
  • バックエンド (1)
  • フロントエンド (1)
  • プログラミング言語 (1)
  • 機械学習・ディープラーニング (1)
  • 生成AI・LLM (1)

Popular Posts

  • Claude Projects - featured image
    What Is Claude Projects? A Practical Guide to Anthropic’s Context Workspace
    2026.04.21959
  • What Is ASUS? Pronunciation, History, and Full Product Lineup Explained
    2026.03.21289
  • What is an SDK (Software Development Kit)?
    2026.03.21240
  • What Is DNS? Pronunciation, History, and Complete Guide
    2026.03.21238
  • What is Docker?
    2026.03.21217

Latest Posts

  • What is Bun?
    What Is Bun? A Complete Guide to the All-in-One JavaScript and TypeScript Runtime, JavaScriptCore Engine, and Comparisons to Node.js and Deno
    2026.05.05
  • What is Pinecone?
    What Is Pinecone? A Complete Guide to the Serverless v2 Vector Database, RAG Use Cases, and How It Compares to Qdrant
    2026.05.05
  • What is gRPC?
    What Is gRPC? A Complete Guide to Google Open-Source HTTP 2 RPC Framework, Protocol Buffers, Streaming, and How It Compares to REST
    2026.05.05
  • What is Cohere?
    What Is Cohere? A Complete Guide to the Toronto-Based Enterprise LLM Company, Command R Plus, Embed v4, and Rerank
    2026.05.05
  • What is Anthropic Workbench?
    What Is Anthropic Workbench? A Complete Guide to Claude Prompt Testing Console, Evaluation Tools, and Code Export
    2026.05.05
  • Tree of Thoughts eyecatch
    What Is Tree of Thoughts? A Complete Guide to the LLM Reasoning Framework That Beats Chain of Thought on Game of 24 and Other Search-Heavy Tasks
    2026.05.04
  • Test-time Compute eyecatch
    What Is Test-time Compute? A Complete Guide to Inference-Time Scaling, OpenAI o1/o3, DeepSeek-R1, and the Reasoning-Model Era
    2026.05.04
  • Codestral eyecatch
    What Is Codestral? A Complete Guide to Mistral’s Coding-Specialized LLM, 22B Open-Weight Model, 80+ Languages, and 256K Context Window
    2026.05.04
  • Tool Choice eyecatch
    What Is Tool Choice? A Complete Guide to Anthropic’s Tool Selection Parameter for Claude API
    2026.05.04
  • Web Search Tool eyecatch
    What Is the Web Search Tool? A Complete Guide to Anthropic’s Real-Time Search Feature on Claude API
    2026.05.04
  • Mamba
    What Is Mamba? A Complete Guide to Selective State Space Models, How They Compare to Transformers, the Mamba-2 SSD Duality, and Hybrid Architectures Like Qwen3.6, Jamba, and Samba
    2026.05.04
  • Speculative Decoding
    What Is Speculative Decoding? A Complete Guide to the Lossless 2-3x LLM Inference Acceleration Technique, EAGLE / Medusa / Multi-Token Prediction Variants, and How It Differs from Continuous Batching
    2026.05.04
  • Qwen3
    What Is Qwen3? A Complete Guide to Alibaba’s Open-Weight LLM Family, Qwen3.6-27B Hybrid Architecture, the 1T MoE Max-Preview, and How It Compares to Llama 4
    2026.05.04
  • Codex CLI
    What Is Codex CLI? A Complete Guide to OpenAI’s Open-Source Terminal Coding Agent, Its 2026 Workflow, MCP Support, Multi-Agent Mode, and How It Compares to Claude Code
    2026.05.04
  • Message Batches API
    What Is the Message Batches API? A Complete Guide to Anthropic’s 50%-Discount Async Processing API for Claude, Its Workflow, Limits, and How It Differs from the Standard Messages API
    2026.05.04
  • What Is FlashAttention? A Complete Guide to Tri Dao’s GPU-Memory-Aware Att
    What Is FlashAttention? A Complete Guide to Tri Dao’s GPU-Memory-Aware Attention Algorithm, FlashAttention-3, and How It Compares to PagedAttention
    2026.05.03
  • What Is Browser Use? A Complete Guide to the Open-Source Python Library That Let
    What Is Browser Use? A Complete Guide to the Open-Source Python Library That Lets LLMs Drive a Real Browser, and How It Compares to Playwright and Claude Computer Use
    2026.05.03
  • What Is vLLM? A Complete Guide to the Open-Source LLM Inference Engine, PagedAtt
    What Is vLLM? A Complete Guide to the Open-Source LLM Inference Engine, PagedAttention, Continuous Batching, and How It Compares to TGI and TensorRT-LLM
    2026.05.03
  • What Is Sora 2? A Complete Guide to OpenAI's Second-Generation Video Generation
    What Is Sora 2? A Complete Guide to OpenAI’s Second-Generation Video Generation AI, Its Architecture, Pricing Tiers, and How It Compares to the Original Sora and Google Veo 3
    2026.05.03
  • What Is the Code Execution Tool? A Complete Guide to Anthropic's Claude API Tool
    What Is the Code Execution Tool? A Complete Guide to Anthropic’s Claude API Tool That Runs Python in a Managed Sandbox, Plus How It Differs from Bash Tool
    2026.05.03
  • What Is KV Cache
    What Is the KV Cache? A Complete Guide to How LLM Inference Reuses Key-Value Tensors, Its Quadratic-to-Linear Speedup, and How It Differs from Prompt Caching
    2026.05.02
  • What Is LangChain
    What Is LangChain? A Complete Guide to the LLM Application Framework, Its 2026 Architecture, the deepagents Harness, and How It Differs from LangGraph
    2026.05.02
  • What Is Manus
    What Is Manus? A Complete Guide to the Autonomous AI Agent Built by Butterfly Effect, Its Multi-Agent Architecture, and the 2026 Meta Acquisition Block
    2026.05.02
  • What Is Bash Tool
    What Is the Bash Tool? A Complete Guide to Anthropic’s Built-in Tool That Lets Claude Run Shell Commands, Plus How It Pairs with Computer Use
    2026.05.02
  • What Is Files API
    What Is the Files API? A Complete Guide to Anthropic’s Claude File Management Endpoint, Upload Limits, and How It Differs from OpenAI
    2026.05.02

アーカイブ

  • May 2026
  • April 2026
  • March 2026

カテゴリー

  • AI & Machine Learning
  • APIs & SDKs
  • Backend
  • CPU, Memory & Storage
  • Cyber Attacks & Threats
  • Development Methods & Design Patterns
  • Encryption & Authentication
  • File Formats & Encoding
  • Frameworks & Libraries
  • Frontend
  • Generative AI & LLMs
  • Machine Learning & Deep Learning
  • Natural Language Processing (NLP)
  • NoSQL & NewSQL
  • Programming Languages
  • Protocols
  • RDB & SQL
  • Version Control & CI/CD
  • Virtualization & Containers
  • Workflow & RPA
  • バックエンド
  • フロントエンド
  • プログラミング言語
  • 機械学習・ディープラーニング
  • 生成AI・LLM

運営会社
お問合せ
プライバシーポリシー
免責事項

関連サービス

ディスカバリーメディア 営業リスト収集システムIZANAMI 自動営業システムIZANAGI QMS学習支援サイト QMSコンテンツ販売 IT用語辞典プラス

© 2026 IT Glossary Plus — From Pronunciation to Meaning All Rights Reserved.