1
Ovládání kontextu
a Claude Code
a Claude Code
Lukáš Trumm
Software Context engineer
No notes for this slide
2
Vývoj modelů 2025
- chytřejší modely
- méně záleží na promptu
- více na kontextu
- více nástrojů
- více dat
- více šumu




4
0
1
2
3
4
No notes for this slide
3
context engineering
Je jako čtení knihy
No notes for this slide
4
No notes for this slide
5
DEMO - Claude Desktop Chat
Task: Personalised YouTube Summary
No notes for this slide
6

No notes for this slide
7

No notes for this slide
8
Agenti
AGENTS.md for Codex
# Vue Component Conventions
- Use <script setup lang="ts"> so
setup context stays type-safe.
- Reach for ref() before reactive()
for simpler reactivity.více odvozuje
CLAUDE.md for Claude
# Vue Components
- ALWAYS use `<script setup lang="ts">`
- PREFER ref() over reactive()více následuje vzory
No notes for this slide
9
DEMO - Claude Code
Task: Vytvoření nové funkce ve webové aplikaci
No notes for this slide
10
Claude Chat - Project
- Claude’s system prompt
- System tools
- User’s prompt
- User’s instructions
- User’s memory
- Project’s memory
- MCP tools
- Project instructions
- Project files
- Message history
Claude Code’s context
- Claude Code’s system prompt
- System tools
- Memory files (user, project, folder specific)
- MCP tools definitions
- Custom commands
- Skills descriptions
- Agents descriptions
- File references
- Message history
- User’s prompt
No notes for this slide
11
No notes for this slide

