AI 기술이 발전함에 따라 AGI, AI 에이전트, 사고 연쇄(Chain of thought) 등 새로운 용어들이 쏟아지고 있습니다. 이 글은 일반 개발자와 실무자들이 자주 마주하는 핵심 AI 개념들을 알기 쉽게 풀어 설명한 가이드입니다. 빠르게 변화하는 AI 생태계에서 필수적인 기술 용어들의 정확한 의미를 이해하는 것이 중요합니다.
번역된 본문
인공지능(AI)은 세상을 변화시키는 동시에, 그 과정을 설명하기 위한 완전히 새로운 언어를 만들어내고 있습니다. AI에 관해 5분만 읽어보세요. LLM, RAG, RLHF 등 수많은 용어들을 만나게 될 것이고, 이는 IT 업계의 똑똑한 전문가들조차도 위축되게 만듭니다. 이 용어집은 그러한 혼란을 해소하기 위해 마련되었습니다. 이 분야가 발전함에 따라 지속적으로 업데이트되므로, 대상이 되는 AI 시스템처럼 살아있는 문서로 생각해 주시기 바랍니다.
AGI (범용 인공지능)
범용 인공지능, 즉 AGI는 다소 모호한 용어입니다. 하지만 일반적으로 대부분의 작업에서 평균적인 인간보다 더 뛰어난 능력을 갖춘 AI를 의미합니다. OpenAI의 샘 알트만(Sam Altman) CEO는 AGI를 "동료로 고용할 수 있는 중간 수준의 인간"이라고 묘사한 적이 있습니다. 한편, OpenAI의 헌장은 AGI를 "경제적으로 가치 있는 대부분의 작업에서 인간을 능가하는 고도로 자율적인 시스템"으로 정의합니다. 구글 딥마인드(Google DeepMind)의 정의는 이 두 가지와 약간 다릅니다. 이 연구소는 AGI를 "대부분의 인지적 작업에서 인간과 적어도 동등한 수준의 능력을 갖춘 AI"로 봅니다. 헷갈리시나요? 걱정하지 마세요. AI 연구 최전선에 있는 전문가들도 마찬가지이니까요.
AI 에이전트 (AI Agent)
AI 에이전트는 AI 기술을 활용하여 사용자를 대신해 일련의 작업을 수행하는 도구를 말합니다. 경비 처리, 항공권이나 레스토랑 예약, 심지어 코드 작성 및 유지 관리와 같이 기본적인 AI 챗봇이 할 수 있는 것 이상의 복잡한 작업들을 처리할 수 있습니다. 하지만 앞서 설명한 것처럼, 이 떠오르는 분야는 아직 변화가 많기 때문에 'AI 에이전트'라는 단어가 사람마다 다른 의미로 쓰일 수 있습니다. 또한 이러한 기대되는 기능들을 제대로 구현하기 위한 인프라는 아직 구축 중입니다. 하지만 기본적인 개념은 여러 AI 시스템을 활용하여 다단계 작업을 수행할 수 있는 '자율 시스템'을 의미합니다.
API 엔드포인트 (API endpoints)
API 엔드포인트는 소프트웨어 뒷면에 있는 "버튼"이라고 생각하면 됩니다. 다른 프로그램이 이 버튼을 눌러 해당 소프트웨어가 특정 작업을 수행하게 만드는 방식입니다. 개발자들은 이러한 인터페이스를 사용해 시스템을 통합합니다. 예를 들어, 한 애플리케이션이 다른 애플리케이션에서 데이터를 가져오게 하거나, 사람이 일일이 조작하지 않아도 AI 에이전트가 타사 서비스를 직접 제어할 수 있게 하는 식입니다. 대부분의 스마트 홈 기기와 연결된 플랫폼에는 이러한 숨겨진 버튼이 있지만, 일반 사용자는 이를 보거나 직접 상호작용하지 않습니다. AI 에이전트가 더욱 발전함에 따라, 이들은 스스로 이러한 엔드포인트를 찾고 사용할 수 있게 되었고 이는 강력하고 때로는 예상치 못한 자동화의 가능성을 열어주고 있습니다.
사고 연쇄 (Chain of thought)
간단한 질문이 주어지면 인간의 뇌는 깊이 생각하지 않고도 대답할 수 있습니다. 예를 들어 "기린과 고양이 중 어느 동물이 더 키가 큰가?"와 같은 질문은 그렇습니다. 하지만 많은 경우 중간 단계가 필요하기 때문에 펜과 종이가 필요합니다. 예를 들어, 한 농부에게 닭과 소가 있고 두 동물의 머리 수는 총 40개, 다리 수는 120개라면 정답(닭 20마리, 소 20마리)을 도출하기 위해 간단한 방정식을 적어봐야 할 수 있습니다. AI에서 대형 언어 모델의 '사고 연쇄(Chain of thought)' 추론은 최종 결과의 품질을 향상시키기 위해 문제를 더 작은 중간 단계로 나누는 것을 의미합니다. 일반적으로 답변을 얻는 데 시간이 조금 더 걸리지만, 특히 논리나 코딩 영역에서 정답을 맞힐 확률이 훨씬 높아집니다. 추론 모델(Reasoning models)은 기존 대형 언어 모델(Large language models)로부터 개발되었으며, 강화 학습(reinforcement learning) 덕분에 이러한 사고 연쇄적 사고에 최적화되었습니다.
Artificial intelligence is changing the world, and simultaneously inventing a whole new language to describe how it's doing it. Spend five minutes reading about AI and you'll run into LLMs, RAG, RLHF, and a dozen other terms that can make even very smart people in the tech world feel insecure. This glossary is our attempt to fix that. We update it regularly as the field evolves, so consider it a living document, much like the AI systems it describes. AGI Artificial general intelligence, or AGI, is a nebulous term. But it generally refers to AI that’s more capable than the average human at many, if not most, tasks. OpenAI CEO Sam Altman once described AGI as the “equivalent of a median human that you could hire as a co-worker .” Meanwhile, OpenAI’s charter defines AGI as “highly autonomous systems that outperform humans at most economically valuable work.” Google DeepMind’s understanding differs slightly from these two definitions; the lab views AGI as “AI that's at least as capable as humans at most cognitive tasks.” Confused? Not to worry — so are experts at the forefront of AI research . AI agent An AI agent refers to a tool that uses AI technologies to perform a series of tasks on your behalf — beyond what a more basic AI chatbot could do — such as filing expenses, booking tickets or a table at a restaurant, or even writing and maintaining code. However, as we’ve explained before , there are lots of moving pieces in this emergent space, so "AI agent" might mean different things to different people. Infrastructure is also still being built out to deliver on its envisaged capabilities. But the basic concept implies an autonomous system that may draw on multiple AI systems to carry out multistep tasks. API endpoints Think of API endpoints as "buttons" on the back of a piece of software that other programs can press to make it do things. Developers use these interfaces to build integrations — for example, allowing one application to pull data from another, or enabling an AI agent to control third-party services directly without a human manually operating each interface. Most smart home devices and connected platforms have these hidden buttons available, even if ordinary users never see or interact with them. As AI agents grow more capable, they are increasingly able to find and use these endpoints on their own, opening up powerful — and sometimes unexpected — possibilities for automation. Chain of thought Given a simple question, a human brain can answer without even thinking too much about it — things like "which animal is taller, a giraffe or a cat?" But in many cases, you often need a pen and paper to come up with the right answer because there are intermediary steps. For instance, if a farmer has chickens and cows, and together they have 40 heads and 120 legs, you might need to write down a simple equation to come up with the answer (20 chickens and 20 cows). In an AI context, chain-of-thought reasoning for large language models means breaking down a problem into smaller, intermediate steps to improve the quality of the end result. It usually takes longer to get an answer, but the answer is more likely to be correct, especially in a logic or coding context. Reasoning models are developed from traditional large language models and optimized for chain-of-thought thinking thanks to reinforcement learning. (See: Large language model ) Techcrunch event This Week Only: Buy one pass, get the second at 50% off Your next round. Your next hire. Your next breakout opportunity. Find it at TechCrunch Disrupt 2026, where 10,000+ founders, investors, and tech leaders gather for three days of 250+ tactical sessions, powerful introductions, and market-defining innovation. Register before May 8 to bring a +1 at half the cost. This Week Only: Buy one pass, get the second at 50% off Your next round. Your next hire. Your next breakout opportunity. Find it at TechCrunch Disrupt 2026, where 10,000+ founders, investors, and tech leaders gather for three days of 250+ tactical sessions, powerful introductions, and market-defining innovation. Register before May 8 to bring a +1 at half the cost. San Francisco, CA | October 13-15, 2026 REGISTER NOW Coding agents This is a more specific concept that an "AI agent," which means a program that can take actions on its own, step by step, to complete a goal. A coding agent is a specialized version applied to software development. Rather than simply suggesting code for a human to review and paste in, a coding agent can write, test, and debug code autonomously, handling the kind of iterative, trial-and-error work that typically consumes a developer's day. These agents can operate across entire codebases, spotting bugs, running tests, and pushing fixes with minimal human oversight. Think of it like hiring a very fast intern who never sleeps and never loses focus — though, as with any intern, a human still needs to review the work. Compute Although somewhat of a multivalent term, compute generally refers to the vital computational power that allows AI models to operate. This type of processing fuels the AI industry, giving it the ability to train and deploy its powerful models. The term is often a shorthand for the kinds of hardware that provides the computational power — things like GPUs, CPUs, TPUs, and other forms of infrastructure that form the bedrock of the modern AI industry. Deep learning A subset of self-improving machine learning in which AI algorithms are designed with a multi-layered, artificial neural network (ANN) structure. This allows them to make more complex correlations compared to simpler machine learning-based systems, such as linear models or decision trees. The structure of deep learning algorithms draws inspiration from the interconnected pathways of neurons in the human brain. Deep learning AI models are able to identify important characteristics in data themselves, rather than requiring human engineers to define these features. The structure also supports algorithms that can learn from errors and, through a process of repetition and adjustment, improve their own outputs. However, deep learning systems require a lot of data points to yield good results (millions or more). They also typically take longer to train compared to simpler machine learning algorithms — so development costs tend to be higher. (See: Neural network ) Diffusion Diffusion is the tech at the heart of many art-, music-, and text-generating AI models. Inspired by physics, diffusion systems slowly “destroy” the structure of data — for example, photos, songs, and so on — by adding noise until there’s nothing left. In physics, diffusion is spontaneous and irreversible — sugar diffused in coffee can’t be restored to cube form. But diffusion systems in AI aim to learn a sort of “reverse diffusion” process to restore the destroyed data, gaining the ability to recover the data from noise. Distillation Distillation is a technique used to extract knowledge from a large AI model with a ‘teacher-student’ model. Developers send requests to a teacher model and record the outputs. Answers are sometimes compared with a dataset to see how accurate they are. These outputs are then used to train the student model, which is trained to approximate the teacher’s behavior. Distillation can be used to create a smaller, more efficient model based on a larger model with a minimal distillation loss. This is likely how OpenAI developed GPT-4 Turbo, a faster version of GPT-4. While all AI companies use distillation internally, it may have also been used by some AI companies to catch up with frontier models. Distillation from a competitor usually violates the terms of service of AI API and chat assistants. Fine-tuning This refers to the further training of an AI model to optimize performance for a more specific task or area than was previously a focal point of its training — typically by feeding in new, specialized (i.e., task-oriented) data. Many AI startups are taking