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
0
29
Building LLM Powered Features (lightning talk)
Radoslav Stankov
July 19, 2025
Tweet
Share
More Decks by Radoslav Stankov
See All by Radoslav Stankov
Building LLM Powered Features
rstankov
0
2
Tips for Tailwind CSS
rstankov
0
10
All you need is CSS
rstankov
0
85
Ruby on Rails The Single Engineer Framework
rstankov
0
23
Rails: The Missing Parts
rstankov
1
180
The dream that turned into nightmare
rstankov
0
280
The dream that turned into nightmare (lightning)
rstankov
0
93
Ruby on Rails - The Single Engineer Framework
rstankov
0
320
Living Without Exceptions
rstankov
1
270
Featured
See All Featured
Done Done
chrislema
186
16k
Fashionably flexible responsive web design (full day workshop)
malarkey
407
66k
A Modern Web Designer's Workflow
chriscoyier
697
190k
Speed Design
sergeychernyshev
32
1.2k
Side Projects
sachag
455
43k
A Tale of Four Properties
chriscoyier
162
23k
Evolution of real-time – Irina Nazarova, EuRuKo, 2024
irinanazarova
9
1k
A better future with KSS
kneath
239
18k
Principles of Awesome APIs and How to Build Them.
keavy
127
17k
No one is an island. Learnings from fostering a developers community.
thoeni
21
3.5k
Save Time (by Creating Custom Rails Generators)
garrettdimon
PRO
33
1.8k
JavaScript: Past, Present, and Future - NDC Porto 2020
reverentgeek
52
5.7k
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