TAAFT
Free mode
100% free
Freemium
Free Trial
Deals

The Cheat Code

microsoft / ai-cheatcode

The Ch(e)at Code โ€” Agent Patterns for Copilot Chat (AIWF Team Newsletter Archive)

4 0 Language: HTML License: MIT Updated: 1mo ago

README

The Cheat Code

``` โ•”โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•— โ•‘ โ•‘ โ•‘ T H E C H ( E ) A T C O D E โ•‘ โ•‘ โ•‘ โ•‘ โ–ฒ โ–ฒ โ–ผ โ–ผ โ—„ โ–บ โ—„ โ–บ B A START โ•‘ โ•‘ โ•‘ โ•‘ Agent Patterns for Copilot Chat โ•‘ โ•‘ โ•‘ โ•šโ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ• ``` **Agent Patterns for Copilot Chat** โ€” A weekly newsletter by ABS Tech Strategy *Each issue: one reusable pattern, extracted from a real customer engagement, ready to land.* [**Browse the Archive โ†’**](https://aka.ms/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

๐Ÿ‘‰ aka.ms/the-cheat-code

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

  1. Create the issue HTML from the_cheat_code_template.html (see PRODUCTION_PLAYBOOK.md)
  2. Render the PDF: "$CHROME" --headless --print-to-pdf="issues/issue_NNN.pdf" --print-to-pdf-no-header "file://$PWD/issues/issue_NNN.html"
  3. Create the diagram in diagrams/ and render the PNG
  4. Create the interactive walkthrough page in docs/interactive/issue-NNN/ and update the portal landing page (docs/index.html)
  5. Update index.html to add the new issue to the Published section
  6. git add -A && git commit && git push โ€” GitHub Pages deploys automatically
  7. 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.

0 AIs selected
Clear selection
#
Name
Task