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
15
Building LLM Powered Features (lightning talk)
Radoslav Stankov
July 19, 2025
Tweet
Share
More Decks by Radoslav Stankov
See All by Radoslav Stankov
All you need is CSS
rstankov
0
56
Ruby on Rails The Single Engineer Framework
rstankov
0
11
Rails: The Missing Parts
rstankov
1
170
The dream that turned into nightmare
rstankov
0
260
The dream that turned into nightmare (lightning)
rstankov
0
81
Ruby on Rails - The Single Engineer Framework
rstankov
0
300
Living Without Exceptions
rstankov
1
260
One engineer company with Ruby on Rails
rstankov
2
760
Eliminating noise from your code
rstankov
0
150
Featured
See All Featured
Gamification - CAS2011
davidbonilla
81
5.4k
Imperfection Machines: The Place of Print at Facebook
scottboms
268
13k
Why You Should Never Use an ORM
jnunemaker
PRO
59
9.5k
JavaScript: Past, Present, and Future - NDC Porto 2020
reverentgeek
50
5.5k
The Illustrated Children's Guide to Kubernetes
chrisshort
48
50k
How to train your dragon (web standard)
notwaldorf
96
6.2k
Art, The Web, and Tiny UX
lynnandtonic
302
21k
Scaling GitHub
holman
462
140k
Mobile First: as difficult as doing things right
swwweet
223
9.9k
StorybookのUI Testing Handbookを読んだ
zakiyama
30
6k
Side Projects
sachag
455
43k
The MySQL Ecosystem @ GitHub 2015
samlambert
251
13k
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