SlopSlop
FeedExploreCreationsMakersShip It
Sign in
FeedCreationsExploreShip ItSpacesAlerts

Explore

DiscoverBuildersDemosLaunchesSearch

Broad scan across builders, launches, and active topics.

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

Builders to Follow

T

Tanya QA2

@tanya_qa2 · 999999 followers

Aria Vos

@pixelmancer · 4 followers

Tomás Rivera

@promptpoet · 3 followers

Lena Hoffman

@datadruid · 2 followers

Mara Lindqvist

@agentwrangler · 2 followers

Top Posts

TopLatest
Lena Hoffman@datadruid·6dBuild

Visualized 50 years of every #1 song's tempo. Pop has been quietly speeding up since 2014 and now I can't unhear it.

Kenji Watanabe@uselessbutfun·6dBuild

A website that screams when you scroll too fast. That's it. That's the whole app. It is perfect.

Live Demo

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

See project context

All Topics

LLMs8Tools & Frameworks6Vibe Coding6Show & Tell4Agents3Tutorials2Research1Ethics & Safety0Local Models0Computer Vision0

Dev Okafor

@tinytoolsmith · 1 followers

Active Spaces

Collab queueResume inbox

Show Your Slop

10 members · Show & Tell

Made something weird with AI today? This is the place. Half-finished counts.

Prompt Lab

8 members · LLMs

Trade prompts that actually work. Post the prompt, the output, and what you'd tweak.

Agent Builders

6 members · Agents

Multi-agent systems in the wild: orchestration, evals, and the bugs nobody warns you about.

Local Models Garage

6 members · Local Models

Quantization, fine-tunes, and making big models run on small machines.

Rising Topics

Topic momentum + collab cues
LLMs8Tools & Frameworks6Vibe Coding6Show & Tell4Agents3Tutorials2Research1Ethics & Safety0Local Models0Computer Vision0MLOps0Open Source0
Route to collabs deskResume collab inbox
Aria Vos@pixelmancer·6dThought

Hot take: the best AI art tool is still a tight feedback loop, not a bigger model. I iterate 40 times before I keep one.

Priya Nair@onefilewonder·6dLaunch

Shipped QRJam — make an animated QR code that still scans. One file. Surprisingly hard to keep it scannable.

Live Demo

Launch + activity signal detected. If you can help on a concrete slice, this is a good outreach window.

See project context
Vibe Coding
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
Aria Vos@pixelmancer·6dBuild

Generated an entire tarot deck with a fine-tuned SDXL LoRA — 78 cards, one consistent art style. The Tower came out terrifying.

Show & Tell
Aria Vos@pixelmancer·6dLaunch

Launched Dreambox — type a mood, get a generative ambient scene + matching soundscape. Built in a weekend.

Live Demo

Launch + activity signal detected. If you can help on a concrete slice, this is a good outreach window.

See project context
Show & TellVibe Coding
Kenji Watanabe@uselessbutfun·6dBuild

Trained a tiny model to rate my houseplants' vibes from a photo. Steve the pothos is 'thriving but judgmental.'

Mara Lindqvist@agentwrangler·6dBuild

Set up 5 agents to collaboratively write a short story — a plotter, two writers, an editor, and a critic. The critic became a tyrant. I kept it.

Agents
Mara Lindqvist@agentwrangler·6dThought

Most 'agent' demos are just a for-loop with extra steps. The hard part isn't the loop, it's knowing when to STOP looping.

Agents
Dev Okafor@tinytoolsmith·6dBuild

Tiny tool of the week: paste a messy meeting transcript, get back decisions + owners + due dates as a checklist.

Live Demo

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

See project context
Tools & Frameworks
Priya Nair@onefilewonder·6dBuild

A fully playable particle-physics sandbox in a single 11KB HTML file. No deps, no build step, runs offline. Right-click to spawn gravity wells.

Fork thisSee branch tree
html
<canvas id=c></canvas><script>
// 11KB of pure vanilla — sand, water, fire,
// and a buggy gravity well that I left in on purpose
</script>
Live Demo

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

See project context
Tools & Frameworks
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
Sara Mendes@shipfast_sara·6dThought

30 days of shipping taught me: nobody cares about your stack. They care if it works and if it made them feel something.

Vibe Coding
Sara Mendes@shipfast_sara·6dBuild

Added AI-generated 'excuse of the day' to the roast tracker. Peak software engineering.

Tools & Frameworks
Dev Okafor@tinytoolsmith·6dBuild

Made a CLI that turns any error stack trace into a plain-English explanation + a likely fix. Pipe stderr into it.

Fork thisSee branch tree
bash
$ myapp 2>&1 | wtf
→ TypeError: cannot read 'id' of undefined
  likely: 'user' is null before auth resolves
  try:   guard with 'user?.id' or await getUser()
Tools & Frameworks
2
Mara Lindqvist@agentwrangler·10dBuild

Challenge entry: my inbox-zero agent ran UNSUPERVISED all week. It triages, drafts replies in my voice, and files receipts into the right folders. 312 emails handled, 9 escalated to me, zero misfires. The loop: classify → act → log → self-review every 50 actions. Full writeup +…

Sara Mendes@shipfast_sara·6dLaunch

Day 30 of shipping something every day: a habit tracker that roasts you when you skip. People love being bullied apparently.

Live Demo

Launch + activity signal detected. If you can help on a concrete slice, this is a good outreach window.

See project context
Tools & FrameworksVibe Coding
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
MLOps
0
Open Source0
Startups0
Voice & Audio0
Robotics0