Multiplayer
@multiplayer.app
📤 59
📥 188
📝 765
Autonomous AI debugging in production. Start a free plan:
https://go.multiplayer.app/
pinned post!
Full stack session recordings: record. code. fix. repeat.
loading . . .
6 months ago
0
4
5
📅 Today, Wed, 18 MAR 2026 🕘 10:00 AM PDT | 1:00 PM EDT | 6:00 PM CET A panel on agentic observability with
@tomjohnson3.bsky.social
,
@rustyrazorblade.com
orblade.com
,
@michele.dash0.com
, and
@renice.bsky.social
Hosted by
@dash0.com
and
@leaddev.com
Save your spot:
leaddev.com/event/a-blue...
1 day ago
0
2
3
Our CTO
#Thomas
Johnson will be joining
@rustyrazorblade.com
,
@michele.dash0.com
, and
@renice.bsky.social
for a panel on agentic observability, hosted by
@dash0.com
and
@leaddev.com
📅 Tomorrow, WED, 18 MAR 2026 🕘 9:00 AM PST | 12:00 PM EST | 6:00 PM CET
2 days ago
2
1
0
AI wrote the bug. AI needs to fix the bug. But first it needs to see the whole system and understand the bug.
3 days ago
0
0
0
Same vibe: teams spending hours tuning sampling rates, retention policies, and log filters, instead spending a few minutes setting up full stack session recordings. 👀
9 days ago
0
0
0
The hardest bugs to fix aren't the most complex. They're the bugs invisible to every tool you're *currently* using. 👀
10 days ago
0
0
0
Modern session recording tools have evolved beyond user analytics to become essential debugging and development platforms that capture complete request/response payloads, distributed traces, and frontend-backend correlations.
13 days ago
2
1
0
Observability was built on a flawed assumption: collect everything, sample aggressively, hope you caught the right 1%. But this approach breaks completely when an AI agent is the one doing the debugging.
14 days ago
1
0
0
You can't debug what you can't see. Sounds obvious, but here's what's actually happening: developers are asking AI tools to fix production bugs based on sampled logs, redacted payloads, and traces that stop at the system boundary.
20 days ago
1
2
0
The real question isn't "can you capture external API data?" It's "do you capture it reliably, or does it require manual discipline (that often breaks down)?" With custom logging, you CAN technically capture everything. BUT...
21 days ago
1
0
0
By the time you find out about an intermittent bug, the context is gone (sampled away or never captured)… or is it? 😇 Maybe you just don’t have the right tool to automatically record the full-stack, session-based context when the bug occurs.
22 days ago
0
0
0
Quick question: How do you debug code you shipped three hours ago that was generated by AI, barely reviewed, and has no proper instrumentation?
23 days ago
1
0
0
⚠️ Sampling is a cost-management strategy not a faster path to debugging. Collecting more data won't fix your debugging problem if you're collecting the wrong data.
24 days ago
1
0
0
With Multiplayer, you get: ✅ 100% traces (no missing data or outrageous bills) ✅ Full request/response payloads and headers ✅ Internal AND external API calls ✅ User steps and frontend data (annotatable) ✅ Full-stack data correlated by session (no manual stitching)
27 days ago
0
0
0
"When debugging, novices insert corrective code; experts remove defective code." - Richard Pattis 👆 This is now more true than ever with AI vibe coded slop
28 days ago
0
0
0
Complexity is a choice.
29 days ago
0
0
0
Instead of: Here are logs from 6 tools, figure it out. You get: Here's everything that happened in this user's session, already correlated. Here's how. 🧵
about 1 month ago
1
0
0
What is spec-driven development? The approach: Write comprehensive specs → detailed technical plans → task breakdowns → then let AI generate code. Sound familiar? We used to call this Big Design Up Front (BDUF). We spent decades running away from it. 🧵
about 1 month ago
1
0
0
Auto-correlation tools solve the data problem at the collection layer, not the analysis layer. 👀 Let’s explain that: 🧵
about 1 month ago
1
0
0
Something feels backwards here.
about 1 month ago
0
0
0
Everyone is racing to give AI agents access to observability data through MCP servers and API integrations. But here's what they're missing: access to incomplete data is still incomplete.
about 1 month ago
1
0
0
What if those 20 minutes of information gathering took 20 seconds instead? 👀
add a skeleton here at some point
about 1 month ago
0
1
0
Dev: Until AI can do debugging I've still got 90+% of my job. Us: *developing an AI debugging agent with full-stack correlated runtime context * 👀
about 2 months ago
0
1
0
The difference between 'works fine' and 'production is down' is usually smaller than you think.
about 2 months ago
0
1
0
GitHub Copilot can scaffold your payment integration in 30 seconds. But when customers report "checkout is broken ❌," you're spending 60 minutes manually correlating: • Browser DevTools for frontend data • Backend logs • Stripe's dashboard for API responses • Sentry for error traces ...
about 2 months ago
1
1
0
"We need better observability" Adds 47 console.log() statements "We need to see API responses" Screenshots Postman for the 10th time "We need request headers" Digs through network tab while user waits OR... you could just use a full stack session recording with automatic request/response capture.
loading . . .
about 2 months ago
0
1
0
We built Multiplayer because engineering teams deserve to live the “good” pie chart. 👀
add a skeleton here at some point
about 2 months ago
0
1
0
We’re taking a hard look at how easy it is to get started with Multiplayer. If you tried full stack session replays and bounced during setup, your perspective would help us a lot. We’re offering a 💰$50 gift card 💰 for a short feedback chat. More info below 👇
about 2 months ago
1
0
0
Turns out it's a lot easier when you can just... see what happened.
about 2 months ago
0
1
0
🎁 The best gift you can give your engineering team? Automatic visibility into request/response content AND headers from EVERY internal service call and external dependency. ❌ No more "Can you add more logs?" ✅ Just complete, correlated, end-to-end payloads, captured automatically
about 2 months ago
0
0
0
Your code may be clean but it can still be wrong. The problem isn't your skills (probably). It's that you’re missing the full context of what happened across your entire stack.
2 months ago
0
0
0
Tried Multiplayer but didn’t finish setup? We want to understand why and we’ll compensate you for your time. Just book the time 👇 that works for you and tell us what we can do better. No sales pitch. Just feedback.
2 months ago
1
0
0
Building an MCP server because "we should support MCP" is like adding an API because "everyone has APIs.” That's why we built our MCP server for devs who already use our full-stack session recordings and need that info into their AI tools.
add a skeleton here at some point
2 months ago
0
1
0
The only way to fight AI slop is to give your tools full stack context at the start. Or, failing that, at least have it available when you're fixing prod.
2 months ago
0
0
0
We’re building the only tool that provides full-stack session replays out of the box. It includes all the data you wish you could get from your observability and screen recording tools. If you signed up for Multiplayer but didn’t make it through setup, we want to hear why.
2 months ago
1
1
0
67% of developers now spend MORE time debugging AI-generated code than they did before AI tools. We created a problem by moving faster. But AI (powered debugging) itself might be how we solve it. 🧵 👇
2 months ago
1
0
0
Not all "session replay" features are created equal. Mixpanel's frontend session replays are an add-on to a product analytics tool. Multiplayer's are built for engineers asking: “What issue did the end-user experience?” “Why is the system behaving this way?" “How do we fix this bug?”
3 months ago
0
1
1
Me: "Happy New Year!” Pikachu: "Pi-ka Pika Pika!" Yoda: "Joyful greetings, young one!" My app: *500 Internal Server Error* Good thing we have full-stack session recordings to debug this! Happy New Year, from the Multiplayer team. May your errors be caught and your context be complete. 🎉
loading . . .
3 months ago
0
0
0
New year’s resolution: stop debugging for hours, it doesn’t make you a hero. Start fixing bugs in minutes.
3 months ago
0
0
0
AI can only reason with the context you give it. Full-stack, real-time is a game changer.
3 months ago
0
0
0
🔥 Hot take: Session replay without backend visibility is like having a security camera that only films the parking lot. Sure, you can see someone walked into the building. But you have no idea what happened inside.
3 months ago
0
0
1
End-users don’t care if your team is overworked (or on vacation)… they want their issues resolved, fast.
3 months ago
0
0
0
Today’s hardest problem isn’t (just) building APIs, it’s also debugging how they behave in production. API docs have come a long way to help you understand your APIs… but they are still not enough. Here’s how we got here 🧵👇
3 months ago
1
1
0
Take session recording. Pop into AI tool. Get bug fix. Repeat.
3 months ago
0
0
0
🎁 The best gift you can give your engineering team this holiday season? Automatic visibility into request/response content and headers from EVERY internal service call and external dependency. Because nothing says "I care" like never having to ask "what did the API return?" again. 🎄
loading . . .
3 months ago
0
0
0
How much is partial visibility costing your team? If you're using Fullstory, you can see what users are doing on the frontend. But when something breaks, can you see why?
3 months ago
1
1
1
At Multiplayer, we're tackling this 👇 with full-stack session recordings for visibility, paired with AI features (MCP server and AI agent) to automatically generate PRs for devs to review.
add a skeleton here at some point
3 months ago
1
2
0
Every engineer knows this moment. Fixing the bug wasn’t even that hard, but finding all the right context was.
3 months ago
0
1
0
Debugging today often means juggling clues: a replay here, logs there, traces somewhere else. We spent 2025 helping teams move from scattered signals to a single, complete timeline. From user action to backend behavior. Check out what we shipped in 2025 👇
3 months ago
1
0
0
👇 Release Notes: What’s New in Multiplayer 🤖 VS Code extension: No more context switching between your IDE and the Multiplayer dashboard 📲 Mobile support: Comprehensive session recording capabilities for React Native applications Let’s dive in 👇
3 months ago
1
0
0
Cut your WTFS* per day to zero! *(Wait Time For Screenshot, of course)
3 months ago
0
0
0
Load more
feeds!
log in