Multiplayer

1.3K posts

Multiplayer banner
Multiplayer

Multiplayer

@trymultiplayer

The debugging agent for developers.

World 🌍 Katılım Ocak 2023
47 Takip Edilen141 Takipçiler
Multiplayer
Multiplayer@trymultiplayer·
The boundary of 'what AI can do' is moving. The debugging agent is a useful case study. The first generation of coding agents tried to fit into existing manual debugging workflows, using the same observability data humans relied on. The result was PR slop: fixes generated from sampled, aggregated, and missing data that looked plausible and failed in production. The next generation is being built differently: session-based, full-stack, pre-correlated runtime data, with issues deduplicated before they ever reach the coding agent. That's the workflow being redesigned around what machines actually need, and not retrofitted into what humans used to do.
Thomas Johnson@tomjohnson3

There's a story economists love to tell about ATMs and bank tellers. If you're a developer, you've probably heard it cited in relation to AI tools: the technology won't replace you, it will assist you.

English
0
0
1
19
Multiplayer
Multiplayer@trymultiplayer·
Partial data frustrates human debuggers. It breaks AI ones. AI agents need full runtime context (unsampled, correlated, complete) to understand what actually went wrong. Especially in distributed systems, where the failure rarely lives where the symptom shows up.
Thomas Johnson@tomjohnson3

Most engineering teams are using AI to write code faster than ever. But they are also shipping bugs with equal speed. Ultimately, the root cause is a data problem.

English
0
0
1
22
Multiplayer
Multiplayer@trymultiplayer·
How much of your on-call time is spent figuring out what happened vs. actually fixing it?
English
0
0
0
27
Multiplayer
Multiplayer@trymultiplayer·
Decision fatigue is real in cloud-native development and most of it hits before you write a single line of code. Our Director of Community, @vladistevanovic will be talking about why at @CNDItaly. The part nobody mentions: every bug that shows up resets the whole process. Even wondering 'Where do I even start?' is its own tax on top of everything else.
Cloud Native Days Italy@CNDItaly

⚡ KEYNOTE SPEAKER: @vladistevanovic Director of Community & DevRel at Multiplayer 10 years working in the trenches with developers at Squarespace, MongoDB, and Prisma 🎤 Keynote talk: "The Hidden Cognitive Cost of Cloud-Native Sprawl" Check it out: cloudnativedaysitaly.org

English
0
0
1
44
Multiplayer
Multiplayer@trymultiplayer·
It's the same problem with low-quality inputs to coding agents. An agent acting on incomplete or noisy data produces worse outputs and erodes confidence in every bug the agent flags. You can't fix that with a better model. You fix it with better data.
Thomas Johnson@tomjohnson3

The Law of False Alerts: “As the rate of erroneous alerts increases, operator reliance, or belief, in subsequent warnings decreases.” Too many alerts and people stop reading them. Too many false positives and people stop trusting them.

English
0
0
1
17
Multiplayer
Multiplayer@trymultiplayer·
If your coding agent introduced a bug today, how long before you'd know?
English
0
0
0
15
Multiplayer
Multiplayer@trymultiplayer·
Your AI coding agent and your observability tools were designed with completely different objectives. That's your debugging gap.
English
0
0
0
25
Multiplayer
Multiplayer@trymultiplayer·
The next production incident is already in your system. The question is whether you'll have the full context when it surfaces.
English
0
0
0
16
Multiplayer
Multiplayer@trymultiplayer·
Quick correction: 🕐 *10:00 AM* PDT | *1:00 PM* EDT | 6:00 PM CET
English
0
0
0
18
Multiplayer
Multiplayer@trymultiplayer·
Our CTO @tomjohnson3 will be joining Jon Haddad, @mmanciop , and Amy Tobey for a panel on agentic observability, hosted by @dash0hq and @TheLeadDev 📅 Tomorrow, WED, 18 MAR 2026 🕘 9:00 AM PST | 12:00 PM EST | 6:00 PM CET
Multiplayer tweet media
English
2
0
0
86
Multiplayer
Multiplayer@trymultiplayer·
The question they’ll be digging into: now that AI agents can help develop and troubleshoot complex systems, what does it actually take to get there? OTel foundations, data management, guardrails … the unglamorous work that makes the glamorous outcomes possible. Save your spot: leaddev.com/event/a-bluepr…
English
0
0
0
16
Multiplayer
Multiplayer@trymultiplayer·
AI wrote the bug. AI needs to fix the bug. But first it needs to see the whole system and understand the bug.
English
0
0
0
19
Multiplayer
Multiplayer@trymultiplayer·
Same vibe: teams spending hours tuning sampling rates, retention policies, and log filters, instead spending a few minutes setting up full stack session recordings. 👀
Multiplayer tweet media
English
0
0
0
18
Multiplayer
Multiplayer@trymultiplayer·
The hardest bugs to fix aren't the most complex. They're the bugs invisible to every tool you're *currently* using. 👀
English
0
0
0
12
Multiplayer
Multiplayer@trymultiplayer·
This article examines practical implementation strategies for adopting session recording in development workflows, including: - use cases for root cause analysis - feature development validation - AI-enhanced debugging multiplayer.app/session-record…
English
0
0
0
10
Multiplayer
Multiplayer@trymultiplayer·
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.
Multiplayer tweet media
English
1
0
0
34
Multiplayer
Multiplayer@trymultiplayer·
The teams moving fastest right now don’t have “better observability”, they are entirely rethinking their approach to system visibility.
English
0
0
0
5
Multiplayer
Multiplayer@trymultiplayer·
AI agents need the complete execution context or they're just guessing. ✔️ Full user session ✔️ Full backend execution ✔️ Full external API exchanges ✔️ Already correlated
English
1
0
0
7
Multiplayer
Multiplayer@trymultiplayer·
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.
English
1
0
0
13