Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Building LLM Powered Features (lightning talk)
Search
Radoslav Stankov
July 19, 2025
81
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
Building LLM Powered Features
rstankov
0
160
Tips for Tailwind CSS
rstankov
0
70
All you need is CSS
rstankov
0
150
Ruby on Rails The Single Engineer Framework
rstankov
0
61
Rails: The Missing Parts
rstankov
1
270
The dream that turned into nightmare
rstankov
0
330
The dream that turned into nightmare (lightning)
rstankov
0
140
Ruby on Rails - The Single Engineer Framework
rstankov
0
370
Living Without Exceptions
rstankov
1
340
Featured
See All Featured
Designing for Performance
lara
611
70k
Reflections from 52 weeks, 52 projects
jeffersonlam
356
21k
コードの90%をAIが書く世界で何が待っているのか / What awaits us in a world where 90% of the code is written by AI
rkaga
62
45k
Java REST API Framework Comparison - PWX 2021
mraible
34
9.5k
HTML-Aware ERB: The Path to Reactive Rendering @ RubyCon 2026, Rimini, Italy
marcoroth
2
350
So, you think you're a good person
axbom
PRO
2
2.1k
Rebuilding a faster, lazier Slack
samanthasiow
85
9.6k
How to make the Groovebox
asonas
2
2.3k
Kristin Tynski - Automating Marketing Tasks With AI
techseoconnect
PRO
0
290
Learning to Love Humans: Emotional Interface Design
aarron
275
41k
Applied NLP in the Age of Generative AI
inesmontani
PRO
4
2.4k
Cheating the UX When There Is Nothing More to Optimize - PixelPioneers
stephaniewalter
287
14k
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