Learning Hub
πŸ€–

AI & Machine Learning

Practical guides to models, tooling, and applied ML workflows.

A Practical Development Workflow with Coding Agents

Use coding agents safely from repository inspection through focused implementation, verification, and review.

10 min readcoding-agentssoftware-developmentgittesting

AI Agent Fundamentals: From Goal to Verified Result

Understand the agent loop, the role of tools and memory, and the controls that turn model output into verified work.

10 min readai-agentsarchitecturetoolscontext

Designing Reliable AI Agent Workflows

Turn an AI-assisted business process into a bounded, reviewable workflow with evidence, approvals, and safe stopping conditions.

9 min readai-agentsworkflowgovernanceautomation

Intro to Prompt Engineering

Core techniques for writing effective prompts for LLMs.

8 min readllmpromptingbeginner

AI Overview

Artificial intelligence is a family of systems that infer useful outputs from data rather than following only hand-written rules. A practical AI product combines a model with context, tools, evaluation, safeguards, and human ownership.

6 min readfoundationspracticebeginner-friendly

Large language models in plain language

A large language model predicts plausible token sequences from patterns learned during training. It can manipulate language impressively, but it is not a database of guaranteed facts or a person with intentions.

6 min readai-foundationspracticebeginner-friendly

Retrieval-augmented generation

Retrieval-augmented generation first finds relevant source passages and then asks a generative model to answer with that context. Retrieval improves grounding, but poor chunks, search, permissions, or evaluation still produce unreliable answers.

6 min readai-foundationspracticebeginner-friendly

AI for coding, testing, delivery, and project management

AI can accelerate software work by drafting code, tests, summaries, plans, and risk lists, but it should operate inside explicit context, review, security, and verification boundaries.

6 min readapplied-aipracticebeginner-friendly