The Cheat Code
The Ch(e)at Code โ Agent Patterns for Copilot Chat (AIWF Team Newsletter Archive)
README
The Cheat Code
What Is This?
The Cheat Code is a weekly internal newsletter that extracts reusable agentic patterns from real Microsoft customer engagements. The name is a play on "chat" (Copilot Chat) and "cheat" (cheat codes) โ every issue is a cheat code for building AI agents faster.
The Konami code (โ โ โ โ โ โ โ โ B A START) appears as a subtle easter egg in every issue, rendered in near-invisible 8px monospace โ a nod to the original cheat codes that gave you an unfair advantage.
Starting with Issue #008, the series alternates between:
- ๐ง Conceptual Patterns โ names the pattern, explains why it exists, frames the architecture
- ๐ง Practical Builds โ shows how to build it in Copilot Studio, step by step
Brand Identity
| Element | Value |
|---|---|
| Name | The Cheat Code โ parentheses around the "e" are part of the mark |
| Tagline | Agent Patterns for Copilot Chat |
| Primary color | Purple #6B2FA0 โ represents AI agents throughout |
| Header color | Dark navy #1B1B3A |
| Section accents | Blue #0078D4 (patterns), Green #107C10 (tips), Orange #D83B01 (try this), Amber #CA5010 (positioning) |
| Typography | Segoe UI (body), Consolas (code/Konami glyphs) |
| Signature element | Konami code sequence โ unique arrow glyphs per issue (see Symbol Registry in playbook) |
| Tone | Professional with a wink โ enterprise-grade content, gaming-inspired identity |
Logo Concept
The logo is a chat bubble containing the Konami directional arrows โ a speech bubble (representing Copilot Chat) with โฒ โผ โ โบ inside it (representing the cheat code). Rendered in brand purple (#6B2FA0) on a dark navy (#1B1B3A) background.
Why this works: It's the literal visual intersection of the two words in the name โ "chat" (the bubble) and "cheat" (the code arrows). Recognizable at any size, from a favicon to a slide deck. Anyone who's ever entered a cheat code recognizes those arrows instantly.
Browse the Archive
Interactive Portal
The interactive portal at aka.ms/the-cheat-code provides step-through architectural walkthroughs for each pattern. Click any component in a diagram to see implementation requirements, prerequisites, platform links, and code snippets. Issues #001โ004 have interactive walkthroughs; more are being added.
Repo Structure
โโโ index.html # GitHub Pages landing page (archive)
โโโ docs/ # GitHub Pages portal (Bento design)
โ โโโ index.html # Landing page with Bento grid layout
โ โโโ interactive/ # Step-through diagram walkthroughs
โ โโโ shared/ # Shared CSS/JS framework
โ โโโ issue-NNN/ # Per-issue interactive pages
โโโ PRODUCTION_PLAYBOOK.md # Authoritative production reference
โโโ the_cheat_code_template.html # Issue template
โโโ viva_engage_posts.txt # Viva Engage companion posts
โโโ teams_launch_post.txt # Teams launch announcement
โ
โโโ issues/ # All newsletter HTML + PDFs
โ โโโ the_cheat_code_issue_001.html
โ โโโ the_cheat_code_issue_001.pdf
โ โโโ ...
โ
โโโ samples/ # Working code samples per issue
โ โโโ ENVIRONMENT_GUIDE.md # CDX + Azure setup reference
โ โโโ VALIDATION_CHECKLIST.md # 10-item readiness check
โ โโโ PROVENANCE.md # Who built what, from which engagement
โ โโโ issue-001/ # Tier 3: azd deployable template (Python + Bicep)
โ โโโ issue-003/ # Tier 2: Copilot Studio starter kit
โ โโโ ...
โ
โโโ diagrams/ # Architecture diagram sources + renders
โ โโโ issue_001_deployment.html # HTML/CSS source
โ โโโ issue_001_deployment_rich.png # Chrome headless render
โ โโโ ...
โ
โโโ series_plan/ # Series roadmap + per-arc briefs
โ โโโ SERIES_ROADMAP.md
โ โโโ arc_1_adaptive_guardrails.md
โ โโโ ...
โ
โโโ viva_amplify/ # Amplify setup guide + per-issue content
โโโ AMPLIFY_SETUP_GUIDE.md
โโโ ...
Published Issues
| # | Pattern | Type | Builder | Code Sample | Interactive |
|---|---|---|---|---|---|
| 001 | Code-First Agent Delivery | ๐ง | Cristiano Almeida Gonรงalves | Deployable Template | Walkthrough |
| 002 | Scoped Multi-Source Search | ๐ง | Raghav BN | Prompt Pack | Walkthrough |
| 003 | Prompt-Chained Triage + Playbooks | ๐ง | Raghav BN | Starter Kit | Walkthrough |
| 004 | Secure In-Boundary Processing | ๐ง | Raghav BN | Prompt Pack | Walkthrough |
| 005 | Human-in-the-Loop Approval Gates | ๐ง | Pete Puustinen | Prompt Pack | โ |
| 006 | Meeting-to-Knowledge Pipeline | ๐ง | Pete Puustinen | Starter Kit | โ |
| 007 | Holographic Memory | ๐ง | Tyson Dowd | Prompt Pack | โ |
| 008 | Cross-Project Knowledge Agent | ๐ง | Tyson Dowd | Deployable Template | โ |
Code Samples
Every issue has a companion code sample in samples/:
| Tier | What You Get | Setup Time |
|---|---|---|
| Prompt Pack | Tested prompts + expected outputs | ~5 min |
| Starter Kit | Importable Copilot Studio solution + flows | ~30 min |
| Deployable Template | azd up from zero to working demo |
~15 min |
See samples/PROVENANCE.md for who built each pattern and which customer engagement it came from.
How to Publish a New Issue
- Create the issue HTML from
the_cheat_code_template.html(seePRODUCTION_PLAYBOOK.md) - Render the PDF:
"$CHROME" --headless --print-to-pdf="issues/issue_NNN.pdf" --print-to-pdf-no-header "file://$PWD/issues/issue_NNN.html" - Create the diagram in
diagrams/and render the PNG - Create the interactive walkthrough page in
docs/interactive/issue-NNN/and update the portal landing page (docs/index.html) - Update
index.htmlto add the new issue to the Published section git add -A && git commit && git pushโ GitHub Pages deploys automatically- Send the HTML email, post the Viva Engage teaser (see
viva_engage_posts.txt)
Distribution Channels
- Outlook Newsletter โ HTML email, Monday AM
- Viva Engage โ Teaser post + PDF attachment, Monday PM
- GitHub Pages โ aka.ms/the-cheat-code โ browsable archive
Internal Only
Microsoft Internal โ Not for external distribution.
