From b6f5e3a441f5cb944d32df4edfb8bfc76be771ef Mon Sep 17 00:00:00 2001 From: Shayan Rais Date: Fri, 24 Apr 2026 16:18:52 +0500 Subject: [PATCH] added --- .../index.html | 27 +++++++------------ 1 file changed, 10 insertions(+), 17 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 ab795a5..0033555 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 @@ -1018,23 +1018,16 @@ todoapp/
-

The Restaurant Kitchen

-
-

Think of it like this

-

Without an agent, you walk into a random kitchen and shout "make me pasta!" — whoever happens to hear you might boil instant noodles or make a five-course Italian meal. With an agent, you're walking up to a specific person with a specific job title. The Italian chef makes pasta the Italian-chef way. Every time.

-
-
-
-

Plain Prompting (asking a stranger)

-

You ask Claude "What's the weather in Dubai?"

-

It might guess from training data, search the web, or make something up.

-

You don't know what it'll do.

-
-
-

With an Agent (your specialist)

-

The weather-agent has a clear job description:

-

"Always check the Open-Meteo weather service. Always return temperature in a clean, consistent format."

-

Same question, same approach, every time.

+

Create your first agent — /agents

+
+
+

Claude Code

+
+

The Command

+

Type /agents in Claude Code.

+
+

Opens an interactive menu — pick "Create new agent" and Claude drafts the agent file for you.

+

Creates .claude/agents/<name>.md — a plain markdown file anyone can edit.