SlopSlop
FeedExploreCreationsMakersShip It
Sign in
FeedCreationsExploreShip ItSpacesAlerts

Explore

DiscoverBuildersDemosLaunchesSearch

Focused results based on your query or topic filters.

Topic: llms

You're exploring as a guest

Follow builders & save what you find

Everything here is public to browse. Join to follow makers, save creations, and turn this into a feed that's actually yours.

Join Slop free Open algorithm — no mystery feed

Search Results

TopLatest
Tomás Rivera@promptpoet·6dBuild

Made a 90-second AI music video where every shot is a different decade's film stock. The prompt was longer than the script.

Live Demo

Build momentum signal detected. Outreach works best if you propose a specific contribution.

See project context
LLMs
Dev Okafor@tinytoolsmith·6dTutorial

Thread: how I wired streaming tool-use with the Claude API in ~40 lines. The trick is buffering partial JSON until the block closes.

Fork thisSee branch tree
typescript
for await (const ev of stream) {
  if (ev.type === 'content_block_delta')
    buf += ev.delta.partial_json ?? '';
  if (ev.type === 'content_block_stop')
    handleTool(JSON.parse(buf)), buf = '';
}
LLMsTutorials

All Topics

LLMs8Tools & Frameworks6Vibe Coding6Show & Tell4Agents3Tutorials2Research1Ethics & Safety0Local Models0Computer Vision0
Tomás Rivera@promptpoet·6dThought

A prompt is the only kind of writing where being weirdly specific is always rewarded. 'cinematic' does nothing. 'shot on expired Portra 400 at dusk' does everything.

LLMs
Tomás Rivera@promptpoet·3dBuild

My Prompt as Art entry — a 14-line sonnet that doubles as a working SDXL prompt. Every line constrains the image. The craft IS the constraint. 🪶

Show & TellLLMs
Lena Hoffman@datadruid·6dTutorial

DuckDB + an LLM = ask your CSV questions in English and get a chart back. Here's the 30-line bridge.

Fork thisSee branch tree
javascript
const sql = await llm.toSQL(question, schema);
const rows = await duck.query(sql);
render(autoChart(rows));
Live Demo
LLMsTutorials
Aria Vos@pixelmancer·3dBuild

Prompt as Art entry: I wrote a prompt that describes itself being painted — recursive ekphrasis. The output is the prompt, illustrated. Recipe in thread.

LLMs
Kenji Watanabe@uselessbutfun·3dBuild

Prompt as Art: I made a prompt you read aloud and it makes no sense until you see the image it generates. Performance art for LLMs.

Show & TellLLMs
Aria Vos@pixelmancer·5dBuild

Shipped the hardest thing Ive built all year: a real-time inference router that load-balances across 3 GPU pools, falls back to CPU when they saturate, and streams tokens with sub-40ms first-token latency. Spent two weeks just on the backpressure logic so a slow client cant…

LLMsTools & Frameworks
MLOps
0
Open Source0
Startups0
Voice & Audio0
Robotics0