From Chatbots to AI Agents: Unlocking Modern AI for Work and Life
Explore how AI agents surpass GitHub Copilot by integrating tools, research, and workflows to enhance coding, personal productivity, and real-world applications with advanced AI models and agentic experiences.
From Chatbots to AI Agents: Unlocking Modern AI for Work and Life
1.
🤖 From ChatTo Agents
What modern AI can do for work, code, and real life
Victor Szoltysek · 🏗 🤖 🎤 · May 13, 2026
...and why GitHub Copilot is only a thin slice of the experience
More 201 AI talks: Toronto Java User Group (June 2026) · Toronto DevOps Enterprise Meetup (June 2026)
2.
🎯 The CaseI’m Making
At work: GitHub Copilot is useful, but not the full modern AI experience.
We are leaving value on the table for tool integration, research, docs,
diagrams, reviews, and follow-through.
In your personal life: Agentic tools are not just for coding. I’ll show real
use cases from my own life where agents helped with training, planning,
writing, paperwork, research, and personal systems.
Call to Action: Make the leap from chat to agents. Try Codex or Claude
Code directly.
🧠 💬 🤖
ModelChat Agent
From Model to Agent
The question is: how far along this ladder are we?
7.
🧠 💬 🤖
ModelChat Agent
From Model to Agent
🧑✈
Assistant
GitHub Copilot is powerful assistant-layer AI, not the full agent experience.
Useful, but heavily constrained compared with modern agent tools.
8.
Prompt
📥 🔮 📤
🧠
Model
PredictText Answer
An LLM model is really just a function: text in, predicted text out.
A very sophisticated parrot: text in, predicted text out.
🍓
Ask an LLMhow many r's
are in strawberry, or to do
precise counting and
symbol tricks, and the
illusion can breaks. Very
fancy autocomplete is still
autocomplete.
🤦
Strawberry Test
LLM can’t think
A chat cancarry history
forward, but that is not the
same as real memory.
Once enough messages
pile up, important context
gets buried or dropped.
🪪 🤦
LLMs forget
Remembering Names
14.
Context Window
📥 🔮📤
🤖 Agent
Predict Text Answer/Action
(relevant history,
fi
les, multimodal,
AGENTS.md, skills, plugins, etc. as
needed)
(tool use, loops, etc.)
The same model, wrapped in dynamic context and action.
If you don’tde
f
ine success
clearly, the agent will
rede
f
ine it for you. Green
tests, broken behavior.
That’s the fastest path to AI
slop.
🧻 🤦
LLMs cheat
Passing Tests
🔎
One of theclearest
ways to feel agentic
work inside ChatGPT. It
handles multi-step
research and synthesis
that plain chat struggles
to do well in one shot.
Deep Research
19.
🔎
Deep Research
(Comparison Example)
Createa Vision deck for how our organizati
on should approach Azure networking over
the next 2-3 years.
Use current Microsoft Azure Well-
Architected guidance, Cloud Adoption Fra
mework material, and recent enterprise arc
hitecture patterns. Compare the main optio
ns, explain where each pattern
f
its, and call
out what decisions need to be made.
Output a slide-by-
slide outline with speaker notes, a decision
matrix, and a target-state diagram.
20.
Check what peopleare saying after taking the
new AWS Gen AI Pro exam, especially what
was actually on it, what was less important,
and what surprised them.
Prioritize
f
irst-hand reports from places like
LinkedIn and Reddit. I do not want generic
training material, o
ff
icial study guides, or
vendor marketing summaries.
Output a study-focused summary with areas
to prioritize, areas that seem less important,
repeated themes across real test-takers, and
any notable disagreements or uncertainty.
🔎
Deep Research
(Real world signal analysis)
A stronger agentmode
built right into ChatGPT.
Useful when you want
action and follow-
through, but do not need
a full Codex workspace.
ChatGPT
Agent Mode
🤖
23.
ChatGPT
Agent Mode
🤖
(Example)
Take thesemeeting notes, a draft deck,
and a list of stakeholder concerns.
Rewrite the narrative, tighten the slides,
draft a follow-up email, and produce a
next-steps checklist.
🛠
Codex
OpenAI’s full agent
workspacefor coding
and non-coding tasks,
with
f
iles, tools,
planning, and durable
context. This is where
the same model starts to
feel much more
powerful.
26.
Help me builda native iOS todo app with a clean
SwiftUI interface, local task storage, and the basic
f
lows
people expect: create, edit, complete, delete, and
f
ilter
tasks.
Prefer a tight, production-like scope over too many
features. Start with a solid end-to-end app, sensible
structure, and clean code. Use modern iOS patterns,
keep the UX simple, and avoid overengineering.
Treat quality as part of the deliverable. Include unit
tests, static analysis, and a codebase structure that
feels maintainable.
Ask me any questions you need answered to get
building, and leave me with something tangible,
credible, and easy to demo as a real app rather than a
throwaway prototype.
🛠
Codex
(Coding Example)
🖼
Three useful modes:image
input, image output, and
image generation from an
existing image. It can
understand what you upload,
create something new from
scratch, or use a photo as a
starting point for a new result,
like a home reno visualization.
ChatGPT
Images
30.
🖼
ChatGPT
Images
(Architectural Diagram)
Create aprofessional Microsoft-style Azure
architecture diagram using o
ff
icial Azure icons
showing Codex CLI securely connecting via
Azure APIs into a hybrid Azure and on-
premises enterprise environment with Entra ID
authentication, Key Vault, private networking,
SIEM/security systems, and security artifact
generation. Use a clean enterprise white-and-
blue presentation style with labeled secure
data
f
lows.
31.
🖼
ChatGPT
Images
(Architectural Diagram)
architecture diagramusing o
ff
icial Azure icons
showing Codex CLI securely connecting via
Azure APIs into a hybrid Azure and on-
premises enterprise environment with Entra ID
authentication, Key Vault, private networking,
SIEM/security systems, and security artifact
generation. Use a clean enterprise white-and-
blue presentation style with labeled secure
data
f
lows.
🎤
A fast wayto turn spoken
context into something
usable. Great for
recording ideas, debriefs,
or messy thinking, then
dropping the transcript
or markdown into
Projects as durable input.
ChatGPT Record
🔌
A way toconnect
agentic work
f
lows to
real tools like
Con
f
luence, MS
Teams, iMessage,
Outlook and let the
work reach outside the
chat.
Plugins
39.
🔌
Plugins
(Calendar Example)
Review mycalendar for this
week,
f
ind the best 90-
minute focus block for deep
work, and add it to my
calendar as “AI Workshop
Prep.”
🚘
A new voice-
f
irst
ChatGPTexperience in
Apple CarPlay. Start a
new voice chat, continue
a recent chat, or
continue inside a Project
while you drive.
ChatGPT
CarPlay
🌳
Local means working
directlyin the current
directory and live state.
A worktree is a separate
working area, essentially
another branch
checkout, which is useful
for parallel isolated
tasks.
Worktrees
⏰
Automations
Automations take an
agenticwork
f
low and
put it on a schedule. This
is useful for recurring
work like daily planning,
weekly reviews, and
recurring reminders.
46.
⏰
Automations
(Update Example)
Review thelatest entries in Active/Journal,
Active/Current Priorities.md, and Active/
Trackers, then create a short morning update
inbox item with: current state, today’s top
priorities, latest workout progression if there is
a new entry, one likely avoidance risk, and one
concrete next step.
Also include a high-signal news section for the
last 24 hours only: important AI updates from
o
ff
icial or primary sources, especially new
models, tools, or product changes from
OpenAI, the Codex app, Anthropic, and Claude.
Include Starship only if there has been a
meaningful update that materially a
ff
ects the
next launch.
🧹
Start a newthread when
the task changes. Write a
short summary before
switching threads.
Move durable guidance
into AGENTS.md, PRDs,
or focused docs.
Context
Hygiene
🚀
Call To
Action
Do notstop at Copilot.
Evaluate the full agentic
experience.
Do not stop at chat.
Try a work
f
low with context,
tools, and follow-through.
Do not wait for perfect.
Start with one real
architecture or personal
work
f
low.