Skip to content
Tag31 articles

Agents

Everything on CoreConcept tagged with Agents. Explore related tags below.

Related tags

Articles

Open a chat with an LLM and ask it to fix a bug, and the best you get back is a suggested diff you copy into your editor by hand — the model never touched your

Jul 31, 202611 min read
Read

RAG taxonomy gets confusing because people mix three different ideas: architecture levels, retrieval tricks, and production maturity. Naive RAG, Simple RAG, Gra

Jul 30, 20269 min read
Read

The infographic is useful because it names the eight shelves most agentic AI systems touch: deployment infrastructure, evaluation and monitoring, foundation mod

Jul 30, 20268 min read
Read

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

Jul 29, 20269 min read
Read

repo-agent is 34 turns into a routine rename: swap calculate_tax for compute_tax everywhere, except inside legacy/. Turn 1 stated that exception clearly. By tur

Jul 29, 202610 min read
Read

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

Jul 29, 202611 min read
Read

Vibe Coding is for builders who need the term to survive contact with real products, tools, and failure modes. The goal is a practical mental model you can use

Jul 29, 20263 min read
Read

Copilot vs Agent is for builders who need the term to survive contact with real products, tools, and failure modes. The goal is a practical mental model you can

Jul 29, 20263 min read
Read

Jailbreaking vs Prompt Injection is for builders who need the term to survive contact with real products, tools, and failure modes. The goal is a practical ment

Jul 29, 20263 min read
Read

Human-in-the-Loop Design Patterns for AI Agents is for builders who need the term to survive contact with real products, tools, and failure modes. The goal is a

Jul 29, 20263 min read
Read

AI Agent Memory is for builders who need the term to survive contact with real products, tools, and failure modes. The goal is a practical mental model you can

Jul 29, 20263 min read
Read

ReAct Pattern is for builders who need the term to survive contact with real products, tools, and failure modes. The goal is a practical mental model you can us

Jul 29, 20263 min read
Read

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

Jul 27, 20264 min read
Read

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

Jul 25, 202616 min read
Read

Three purple columns labeled IDE, Plugin, and CLI look like a product ranking. They are not. They are a delivery-surface map: where the agent lives relative to

Jul 21, 20266 min read
Read

Timeline slides about Claude Code usually stack five gold dates and call it a rise. Dates are useful only when you ask what capability boundary moved at each ma

Jul 21, 20267 min read
Read

An issue says ORD-142: checkout-api resets after 30 seconds. Every AI coding product claims it can fix the bug, run tests, and open a pull request. The useful q

Jul 21, 202610 min read
Read

The popular "learn AI coding in 3 weeks" roadmaps compress a real skill progression into a grid of buzzwords: vibe coding, vibe engineering, agentic engineering

Jul 21, 20268 min read
Read

A checkout timeout bug lands on your desk. Do you approve every agent edit, write a spec and verify, let the model YOLO the fix, or run an overnight Ralph loop

Jul 20, 20267 min read
Read

A support ticket that needs docs, a tool call, and a model reply does not need twelve equal "frameworks." It needs an orchestration lane, a retrieval lane, a se

Jul 17, 20269 min read
Read

Teams often treat every LLM quality problem as a prompt problem. Often the real issue is what entered the context window, or whether the product needs a harness

Jul 16, 20264 min read
Read

Claude Code is a terminal coding agent — useful only when the repo teaches it how you work. That teaching lives in CLAUDE.md, layered memory files, skills, hook

Jul 16, 20265 min read
Read

AI agents rarely work alone. They read files, query databases, call business APIs, and sometimes delegate work to other agents. Without shared contracts, every

Jul 16, 20268 min read
Read

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

Jul 16, 20265 min read
Read

A chat demo with an API key is not an LLM product. LLMOps is the set of tools that make models behave like services you can ship: versioned prompts, evals, guar

Jul 16, 20265 min read
Read

A prompt is only one part of a production AI system. Engineers also need vocabulary for execution loops, tool connections, model access, cost, evaluation, safet

Jul 16, 20266 min read
Read

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

Jul 5, 202612 min read
Read

This guide is for developers who can call a model API and want to evaluate open-source AI projects without treating stars as a ranking. By the end, you can shor

Jul 5, 20265 min read
Read

Retrieval-Augmented Generation (RAG) grounds LLM answers in your data, not only model weights. Four levels show up in production: Classic (fixed retrieve → gene

Jul 1, 20264 min read
Read

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

Jul 1, 20265 min read
Read

Artificial intelligence is not here to replace .NET developers. It is here to extend what they can build. The fundamentals you already know — services, APIs, da

Jul 1, 20266 min read
Read

Want a curated collection instead? Topic hubs group the best content by subject.

Browse Topics