Agentic AI
Everything on CoreConcept tagged with Agentic AI. Explore related tags below.
Related tags
Articles
A single AI agent session has one context window, and that window is the scarcest resource it has. Ask it to grep forty files, read a long log, and also hold a …
Tell an agent to book a one-way flight from Seattle to Austin and the airline has no public booking API — the only way in is the same website a human customer w…
A human who logs into a payments dashboard gets a session, a timeout, and a moment of hesitation before clicking submit. An agent that calls the same payments A…
Prompt injection is what happens when untrusted text tries to steer the model away from the developer's intended instructions. In RAG and tool-using agents, tha…
An AI agent becomes risky the moment it can read private data, call tools, write files, send messages, or trigger business workflows. A better prompt helps, but…
A demo agent can look impressive because one happy-path run finished. A production agent needs evidence that it still behaves correctly when retrieval is weak, …
Modern coding agents are no longer just chat boxes beside your editor. The useful power comes from controls around the loop: commands you can invoke, checkpoint…
Running one AI coding agent on a task is easy. The moment you want three or thirty of them working at once — without two agents editing the same file, without l…
AI agents rarely work alone. They read files, query databases, call business APIs, and sometimes delegate work to other agents. Without shared contracts, every …
An LLM predicts tokens from the context it receives; by itself it has no durable application memory or permission to call your systems. A product can add capabi…
This guide is for Python developers who can write functions and run pytest but have not structured an agent service. By the end, you can scaffold a small reposi…
AI terminology is often drawn as one neat stack, but the axes are not identical. Artificial intelligence is the broad field; machine learning, neural networks, …
A “Claude skill” is not a ranked leaderboard item. It is a reusable workflow: instructions, tools (often MCP), and a check that the output is good enough to shi…
AI literacy in 2026 is a stack, not ten unrelated hobbies. You need instructions models follow, tools that connect to real systems, answers grounded in your dat…
A chatbot answers one prompt at a time. An agentic AI system accepts a goal, selects actions, calls tools, observes results, and loops until it reaches a termin…
This guide is for engineers who can already explain prompts, models, and API calls but need to turn an agent demo into an owned service. By the end, you can tra…
Want a curated collection instead? Topic hubs group the best content by subject.
Browse Topics