{% extends "base.html" %} {% block title %}AI Injection Pattern Library — FORGE Academy{% endblock %} {% block extra_css %} {% endblock %} {% block content %}
FORGE ACADEMY

AI Injection Pattern Library

8 proven patterns for adding AI to existing applications — without big-bang rewrites.

How to use this library: Pick the pattern that matches your goal. Each entry links to the AADC canvas template for designing the solution and the Academy missions that teach the implementation skills. Use the Modernization Decision Tree → if you're unsure which pattern fits your stack.
Phase: All 🟢 Phase 1 Quick Win 🟡 Phase 2 Augmentation 🔴 Phase 3 Transformation | Approach: Prompt-Only RAG Agentic Fine-Tune
{% for p in patterns %} {% set phase_cls = {'phase1':'phase1-badge','phase2':'phase2-badge','phase3':'phase3-badge'} %} {% set cplx_cls = {'Low':'pl-complexity-low','Medium':'pl-complexity-medium','High':'pl-complexity-high'} %}
{{ p.icon }}
{{ p.title }}
{{ p.phase }}
{{ p.use_case }}
{{ p.approach }} {{ p.complexity }} complexity
Academy missions: {% for slug in p.missions[:2] %} {{ slug }}{% if not loop.last %}, {% endif %} {% endfor %} {% if p.missions | length > 2 %} +{{ p.missions|length - 2 }} more{% endif %}
{% endfor %}
{% if not patterns %}
No patterns match the current filter. Clear filters
{% endif %}
Modernization Decision Tree → Browse Academy Missions → Submit an Innovation Idea →
CUI // SP-CTI — FORGE Academy AI Injection Pattern Library
{% endblock %}