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
56
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
120
Tips for Tailwind CSS
rstankov
0
39
All you need is CSS
rstankov
0
130
Ruby on Rails The Single Engineer Framework
rstankov
0
45
Rails: The Missing Parts
rstankov
1
240
The dream that turned into nightmare
rstankov
0
310
The dream that turned into nightmare (lightning)
rstankov
0
120
Ruby on Rails - The Single Engineer Framework
rstankov
0
340
Living Without Exceptions
rstankov
1
300
Featured
See All Featured
Java REST API Framework Comparison - PWX 2021
mraible
34
9.2k
Groundhog Day: Seeking Process in Gaming for Health
codingconduct
0
120
Pawsitive SEO: Lessons from My Dog (and Many Mistakes) on Thriving as a Consultant in the Age of AI
davidcarrasco
0
87
New Earth Scene 8
popppiees
1
1.7k
How to make the Groovebox
asonas
2
2k
Jamie Indigo - Trashchat’s Guide to Black Boxes: Technical SEO Tactics for LLMs
techseoconnect
PRO
0
85
HU Berlin: Industrial-Strength Natural Language Processing with spaCy and Prodigy
inesmontani
PRO
0
260
Git: the NoSQL Database
bkeepers
PRO
432
66k
16th Malabo Montpellier Forum Presentation
akademiya2063
PRO
0
71
The Straight Up "How To Draw Better" Workshop
denniskardys
239
140k
A brief & incomplete history of UX Design for the World Wide Web: 1989–2019
jct
1
320
AI in Enterprises - Java and Open Source to the Rescue
ivargrimstad
0
1.2k
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