Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Sign up for free
Menu
Search
Features
All features
Private URLs
Password Protection
Custom URLS
Scheduled publishing
Remove Branding
Restrict embedding
Deck Collections
Notes
Features
All features
Private URLs
Password Protection
Custom URLS
Scheduled publishing
Remove Branding
Restrict embedding
Deck Collections
Notes
Explore
Featured decks
Featured speakers
Programming
Technology
Storyboards
Explore
Featured decks
Featured speakers
Programming
Technology
Storyboards
Pricing
Search
Sign in
Sign up for free
Building LLM Powered Features (lightning talk)
Search
Radoslav Stankov
July 19, 2025
91
0
Share
Embed
Copy iframe code
Copy JS code
Copy link
Start on current slide
Building LLM Powered Features (lightning talk)
Radoslav Stankov
July 19, 2025
More Decks by Radoslav Stankov
See All by Radoslav Stankov
Tips for Building Useful Agent Skills
rstankov
0
65
Building LLM Powered Features
rstankov
0
180
Tips for Tailwind CSS
rstankov
0
76
All you need is CSS
rstankov
0
170
Ruby on Rails The Single Engineer Framework
rstankov
0
66
Rails: The Missing Parts
rstankov
1
280
The dream that turned into nightmare
rstankov
0
340
The dream that turned into nightmare (lightning)
rstankov
0
150
Ruby on Rails - The Single Engineer Framework
rstankov
0
380
Featured
See All Featured
Site-Speed That Sticks
csswizardry
13
1.5k
Joys of Absence: A Defence of Solitary Play
codingconduct
1
500
Getting science done with accelerated Python computing platforms
jacobtomlinson
2
470
KATA
mclloyd
PRO
35
15k
It's Worth the Effort
3n
188
29k
Game over? The fight for quality and originality in the time of robots
wayneb77
1
270
Embracing the Ebb and Flow
colly
88
5.2k
For a Future-Friendly Web
brad_frost
183
10k
Chasing Engaging Ingredients in Design
codingconduct
0
300
How to Talk to Developers About Accessibility
jct
2
540
Agile that works and the tools we love
rasmusluckow
331
22k
Beyond borders and beyond the search box: How to win the global "messy middle" with AI-driven SEO
davidcarrasco
3
240
Transcript
⚡lightning talk ⚡ Building LLM Powered Features " Radoslav
Stankov
None
#
Radoslav Stankov @rstankov rstankov.com
https://tips.rstankov.com
None
1.AGI 2.AI taking developers jobs 3.Vibe coding 4.How fast AI
moving 5.Agents / MCP I'm not talk about
None
LLMs are already incredible, and there is years of work
to be done to fully productize the capabilities that exist today.
None
None
None
None
None
MODEL GPU Network API
await fetch("https://api.openai.com/v1/chat/completions", { method: "POST", headers: { "Content-Type": "application/json", "Authorization":
"Bearer YOUR_OPENAI_API_KEY" }, body: JSON.stringify({ model: "gpt-4", messages: [ { role: "system", content: "You are a helpful assistant." }, { role: "user", content: "Explain what LLM is" } ], temperature: 0.7 }) });
Instructions (system prompt)
Input (user prompt)
None
None
None
Evals
None
None
None
None