Agentic Engineering
Ai Machine LearningAgentic engineering means directing AI agents to write, test, and ship code, while a human developer reviews and steers the outcome.
Plain-English definitions of startup, funding, AI, and tech terms — with Philippine examples where possible.
Agentic engineering means directing AI agents to write, test, and ship code, while a human developer reviews and steers the outcome.
An AI agent is a program that plans steps, uses tools, and takes actions on its own to complete a goal, not just answer a question.
The context window is the maximum amount of text an AI model can read and remember at once when producing a response.
Fine-tuning is further training an existing AI model on a smaller, specific set of examples so it gets better at one task.
A foundation model is a huge, general-purpose AI model trained on massive data that can be adapted for many different tasks.
A hallucination is when an AI states something false or invented as if it were a confirmed fact.
Inference is the moment an already-trained AI model actually generates an answer for a real user, after training is done.
An LLM is an AI trained on huge amounts of text so it can understand and generate human-like language, such as Claude or ChatGPT.
MCP is an open standard letting AI models connect to outside tools and data in one consistent way, instead of custom code each time.
Prompt engineering is the skill of writing clear, well-structured instructions to get better answers out of an AI model.
RAG lets an AI look up real documents before answering, so its response is grounded in actual information instead of memory alone.
Training data is the large collection of text, images, or other examples used to teach an AI model how to do its task.