From 2608ad028f6e3efe4dbc5ddf50df77e1445e4dac Mon Sep 17 00:00:00 2001 From: Shayan Rais Date: Wed, 22 Apr 2026 18:39:36 +0500 Subject: [PATCH] updated --- .../index.html | 14 +++++--------- 1 file changed, 5 insertions(+), 9 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 3815a24..cb143f9 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 @@ -488,22 +488,19 @@

🧠 Models — e.g. Opus, GPT

-

The model is the brain. It ships with everything it was trained on — and nothing else. Every model has a knowledge cut-off date.

-
+

✅ Can answer

-

“What is the capital of Japan?”

-

A fact that existed before the cut-off — already lives inside the brain.

+

“What is the capital of Japan?”

❌ Can’t answer

-

“Who won yesterday’s match?”

-

Anything after the cut-off date — the brain simply doesn’t know it.

+

“Who won yesterday’s match?”

Example: Opus 4.7

-

Anthropic’s latest model has a knowledge cut-off of January 2026. It knows facts up to that date — anything after it is invisible to the raw model.

+

Knowledge cut-off: January 2026.

@@ -512,11 +509,10 @@

🧠 Limitations

-

The raw model has no real-time access — no internet, no files, no clock. Ask it something happening right now, and it will tell you it can’t help.

+

The raw model has no real-time access — no internet, no files, no clock.

Anthropic Workbench screenshot showing the model refusing a real-time weather query
-

Above: the model declining a weather query — “I don’t have real-time access.”