CoachDiscoverMapCompareSavedAI LearningAI WeeklyAbout
← Library home
Flashcard Deck · All Guides · 10 Unique Cards

All flashcards — dashboard from data

Every concept across the three guides, alphabetical, flip-to-reveal. Filter by guide, shuffle, or flip them all open at once.

Showing 10 cards · 0 flipped
01 · Foundations
AI Skill
tap to reveal →
A named, reusable agent capability defined in plain language. Turns a multi-step workflow (read data, compute, render dashboard) into a one-line invocation any authorized user can call.
← tap to flip back
02 · Applied
Beating Context-Window Limits
tap to reveal →
By processing large lists with sandboxed code instead of stuffing rows into the prompt, the agent handles SharePoint datasets of any size. The model only holds the code and the summary, never the raw data.
← tap to flip back
02 · Applied
Code-in-Sandbox Execution
tap to reveal →
The worker-agent's signature move: write actual code, run it in a sandbox, use the computed results. Numbers in the dashboard come from real execution, not LLM arithmetic — which is what makes them trustworthy.
← tap to flip back
03 · Advanced
Format Transformation
tap to reveal →
Asking the agent to reshape an existing artifact (e.g. HTML dashboard) into a different format (PowerPoint, PDF). Reads the source, emits the target — no re-running the analysis pipeline.
← tap to flip back
01 · Foundations
Hiring Pipeline Use Case
tap to reveal →
The demo scenario: messy SharePoint lists of candidates and open roles, a one-sentence invocation, and a polished interactive HTML dashboard back — assembled by an AI Skill the user defined earlier.
← tap to flip back
02 · Applied
Live HTML Dashboard
tap to reveal →
The Skill's output: a self-contained HTML file with embedded JavaScript dropped into SharePoint. Interactive, shareable, archivable, re-openable — a durable artifact, not a chat reply that vanishes.
← tap to flip back
03 · Advanced
Per-Format Skills
tap to reveal →
Layering Skills by output format: one Skill produces analytical HTML, another remixes it into an executive PPT, another a one-pager. Skills compose into pipelines; each stays small and tunable.
← tap to flip back
01 · Foundations
Repeatability
tap to reveal →
The actual reason to package work as a Skill. Locks the output shape so quarter-over-quarter comparisons are visually direct. The data changes every run; the structure does not.
← tap to flip back
03 · Advanced
Sankey Diagram Output
tap to reveal →
A flow visualization showing how candidates move through hiring stages. Renders properly in HTML thanks to JavaScript; falls back to a bar chart in PPT because the format can't host the interactive view.
← tap to flip back
01 · Foundations
Skill Definition
tap to reveal →
The author's spec inside a Skill: data sources, metrics that matter, output shape (header, metric bar, charts), and explicit stages or thresholds. Opinionated about structure, flexible about data.
← tap to flip back