Explore Problems
Showing 1,299 of 8,896 problems · matching your filters
Marketplace Platforms Leave Sellers Solely Liable for Affiliate-Driven Fraud Disputes
A seller on Whop describes a case where a customer purchased through an affiliate, received the product, then filed a dispute — and only the seller absorbed the loss, while the affiliate kept their commission and the platform kept its fees. This points to a structural gap in marketplace dispute and seller-protection policies when multiple parties share a transaction.
No Independent Verification for Used-Car Dealer Inspection Claims
Buyers of used vehicles from online marketplaces have no way to independently verify pre-sale inspection claims, and when hidden defects surface after purchase, dealers deny responsibility by citing the completed ownership transfer. This leaves buyers stuck with expensive repairs, financing obligations, and no recourse.
Renters Insurance Claim Left Unpaid Three Months After Apartment Fire
A renter whose apartment burned down reports the insurer has not paid out the claim three months later, repeatedly requesting additional documentation without resolution. The account warns other renters away from the insurer, reflecting a structural pattern of claim-payout delays after covered losses.
Managing Dozens of Terminal Windows When Running Multiple AI Coding Agents
Developers running multiple AI coding agents per project end up opening many separate terminal windows, often 5-6 per project and 30+ across concurrent projects, making it easy to lose track of context and process state. This terminal sprawl creates friction for anyone orchestrating multiple agent processes and background tasks during AI-assisted development.
LLM Structured Data Extraction Prone to Hallucinated Keys and Broken JSON
Developers extracting structured data from messy unstructured text via a single LLM prompt frequently encounter hallucinated field names, malformed JSON, and failures on edge cases. This undermines the reliability of automated data-extraction pipelines that depend on consistent, schema-conforming output.
ISP Billing Overcharges Go Undetected and Underrefunded for Years
A long-time cable/internet subscriber discovers years of overcharges for equipment and services they never used or ordered, and finds the provider's dispute process slow, lowball, and capped at an arbitrary lookback window. Reflects a broader lack of billing transparency and self-service audit tools for telecom customers.
Phone-Booked Service Pickups Lost With No Customer-Visible Confirmation
Customers who schedule service appointments by phone have no way to verify the booking was actually entered into the provider's system, and discover the omission only after a billing cycle has already elapsed. The gap between a verbal agreement and the system record shifts the cost of the provider's clerical failure onto the customer. It affects anyone relying on phone-based scheduling for time-sensitive, recurring-fee services.
AI Coding Agents Lose Work Silently When the Connection Drops
Developers using AI coding agents (Claude Code, Codex, etc.) report the agent silently terminating mid-task whenever their network connection drops, with no automatic resume or recovery, losing in-progress work and requiring the task to be restarted from scratch.
Online Used Car Marketplace Delivers Vehicle With $5,000 in Undisclosed Mechanical Issues
A buyer who purchased a used vehicle from an online car marketplace discovered roughly $5,000 in needed repairs — including a broken suspension spring and severely worn brakes — just three days after delivery via an independent inspection. This raises doubt about the thoroughness of the platform's own pre-sale inspection process. The core concern is not needing repairs on an older vehicle, but that safety-relevant defects passed the seller's inspection undetected.
Homeowners Insurance Claims Left Unresolved for Months With No Written Response
A homeowner reports a roof damage claim has remained open for months, with the insurer ignoring requests for written confirmation and failing to communicate status. This reflects a structural pattern of unresponsive claims handling despite continued premium collection.
Unvalidated Bank Statement PDF Extraction Causes Silent Reconciliation Errors
Existing PDF-to-Excel converters for bank statements extract transaction rows without verifying that totals reconcile, so parsing mistakes from merged cells or OCR errors go unnoticed until books fail to balance weeks later. This affects bookkeepers and accountants who rely on these exports for reconciliation. It highlights a gap in trustworthy financial document extraction tooling.
Telecom Trade-In Promotional Credits Fail to Post Despite Confirmed Device Receipt
A customer who traded in a device under an advertised promotion spent over 15 hours across 15+ calls over three months trying to get promised credits applied, even after the carrier confirmed receiving the trade-in device. The case shows how promotional credit processing can break down invisibly, leaving customers paying charges the promotion was meant to offset.
No Way to Verify a Video Call Participant Isn't a Deepfake
People on Zoom, Teams, or Google Meet calls currently have no reliable way to tell whether the person they are speaking with is real or an AI-generated synthetic face, a gap that scammers are actively exploiting to impersonate hires or authorize fraudulent wire transfers. The risk is acute in high-stakes moments like hiring decisions and payment authorization, where verifying identity matters most and tools to do so live are lacking.
Online Used-Car Buyers Get Misrepresented Vehicle Condition With No Recourse
Buyers of vehicles through online-only car retailers report receiving cars with damage not disclosed in listing photos, discovering the discrepancy only after taking delivery. Short return windows measured in days or a few hundred miles mean the issue is often financially binding before the buyer can act.
No Recourse When a Device Is Incorrectly Flagged as Lost or Stolen in Shared Registries
A legitimate iPhone owner found their device flagged as lost or stolen in a shared industry registry, blocking repairs and warranty service, yet neither the registry operator nor the carrier would take responsibility for correcting the error. This reveals a structural gap: cross-industry device registries lack an accessible dispute or correction process, leaving legitimate owners stuck between parties who each disclaim authority to fix it.
Silent File Sync Failures Risk Undetected Data Loss in Google Docs
Google Docs can silently stop syncing without surfacing any error, leaving users unaware that recently created or edited files are missing until they go looking for them. Because there is no warning at the point of failure, affected users have no chance to intervene before the work is effectively lost, undermining trust in the platform for storing critical files.
Insurance Sales Teams Keep Calling After Quote Requests Despite Opt-Out Attempts
People who request an insurance quote but do not purchase report being called repeatedly, sometimes 6 to 12 times a day from rotating numbers, even after asking to be removed from the call list. Reps reportedly hang up mid-request rather than honoring opt-outs, reflecting weak enforcement of do-not-call preferences in insurance lead-generation practices.
Notion UI Density Change Disrupts Years of Organized Workspaces
A March update to Notion increased spacing and visual bloat across the interface, degrading the appearance of long-maintained workspaces that users had carefully organized. Widespread complaints have gone unaddressed, pushing some long-time users to consider migrating to alternative tools.
Telecom Retention Upsells Convert to Undisclosed Full-Price Charges
A customer accepted a discounted device and line upgrade offered during a retention call, but was subsequently billed nearly double the promised monthly rate. Months of calls, chats, and an in-person visit failed to resolve the discrepancy, leaving the customer feeling misled by the original offer terms.
AI Coding Agents Can't Verify Their Own Integration Fixes Actually Work
AI coding agents can write integration code for services like Stripe but have no reliable way to confirm the fix produces the correct end state — tests can pass while the underlying data is still wrong, such as a customer receiving the wrong number of seats after a fix. Developers are left discovering failures in production rather than during development. The core gap is the lack of an environment where an agent's fix can be reproduced and proven correct before shipping.