From 77988f513f89967008155c26447bd181ee0d97ed Mon Sep 17 00:00:00 2001 From: Shayan Rais Date: Fri, 24 Apr 2026 21:55:45 +0500 Subject: [PATCH] Update index.html --- .../index.html | 59 +++---------------- 1 file changed, 7 insertions(+), 52 deletions(-) diff --git a/presentation/2026-04-25-gdg-kolachi-cli-claude-code-gemini/index.html b/presentation/2026-04-25-gdg-kolachi-cli-claude-code-gemini/index.html index 6bcc59d..c487194 100644 --- a/presentation/2026-04-25-gdg-kolachi-cli-claude-code-gemini/index.html +++ b/presentation/2026-04-25-gdg-kolachi-cli-claude-code-gemini/index.html @@ -380,6 +380,9 @@ context window + + ralph wiggum loop + MCP @@ -433,6 +436,7 @@

harness — the scaffolding around the model — files, terminal, tools — that turns a chatbot into a worker

compaction — auto-summarizing old chat so the AI keeps going without hitting its memory ceiling

context window — the AI’s working memory — how much it can “see” at once before older details fall off

+

ralph wiggum loop — when the AI repeats the same broken step in circles, like a confused kid who can’t stop

MCP — a universal adapter letting AI talk to your tools (GitHub, Slack, databases)

hooks — auto-triggers that run your rules before or after the AI does anything

@@ -768,7 +772,7 @@

A horse harness. A model harness.

-

Same verb.

+

The model is the horse. Raw power, no direction. The harness is everything else.

@@ -2342,57 +2346,8 @@ todoapp/

📋 Orchestration Workflow

- -
- -
-
-
-
Command
-
/weather-orchestrator
-
Entry point — asks user: C° or F°? — then coordinates everything below
-
-
Step 1: Ask user
-
- - -
-
-
Agent tool
-
- - -
-
-
🧑‍💼
-
Agent
-
weather-agent
-
Preloaded with weather-fetcher skill — fetches live temp from Open-Meteo
-
-
Step 2: returns temp + unit
-
- - -
-
-
Skill tool
-
- - -
-
-
🎯
-
Skill
-
weather-svg-creator
-
Creates SVG weather card — writes weather.svg and output.md
-
-
Step 3: visual output
-
-
-
-

One command — three pieces working in concert

-

The Command is the conductor. The Agent is the data specialist. The Skill is the renderer. Each does one job.

-
+ Command → Agent → Skill architecture flow