Explore Problems
Showing 8,363 of 8,942 problems · matching your filters
ISP Repeatedly No-Shows Repair Appointments, Leaving Low-Income Customer Without Internet
A customer on AT&T's discounted Access program has had no internet for over two weeks while the provider repeatedly schedules and misses repair appointments without follow-through. The pattern reflects a structural field-service scheduling failure that disproportionately harms low-income subscribers.
Carrier Charges Customer Despite Recorded Promise of No Fee, Notes Not Preserved
A customer relying on internet for a dependent's medical and security needs disputes a $116 charge after a representative had promised no fee, an account balance briefly showed $0, and a manager later confirmed the call but could not locate the promised note. The case shows support notes and promises are not reliably preserved across representatives, leaving customers exposed to billing and collections.
Mortgage Trial Modification Payments Increase Without Explanation
A homeowner in a trial loan modification plan had their required monthly payment increase unexpectedly and incurred late fees despite following verbal payment instructions from the loan servicer, while final modification documents were repeatedly delayed. This reflects communication and process failures in mortgage servicing during hardship periods.
Long account blocks hide fraudulent charges from customers for months
When a bank blocks a customer's account access for an extended period, the customer loses the ability to monitor their own statements in real time. By the time access is restored, unauthorized charges may have accumulated undetected for months, making them harder to dispute within standard fraud-reporting windows.
Retail traders manage 8+ disconnected tabs to get a market read
Active traders switch between TradingView, news feeds, Reddit sentiment, options flow tools, and crypto dashboards to build a complete market picture — missing signals and wasting time. Integrated terminals exist (Bloomberg) but are prohibitively expensive for retail traders. The gap is an affordable, unified terminal covering equities, crypto, forex, options flow, and social sentiment.
.NET Application Code Protection from Reverse Engineering
.NET applications can be decompiled with readily available tools, exposing proprietary business logic and algorithms to competitors or attackers. Commercial developers and ISVs need reliable obfuscation to protect their intellectual property in distributed binaries. Existing tools have steep learning curves or are tied to expensive enterprise licenses.
Moving Truck Reservations Cancelled Days Before Move Date
Customers who reserve specific truck sizes weeks in advance are notified 48 hours before their move that the reserved vehicle is unavailable at that location. The failure leaves people scrambling during a time-sensitive life event with no adequate fallback. Reservation systems accept bookings without guaranteeing actual inventory availability.
Card issuers deactivate accounts without notice, then send inconsistent balances
A cardholder's account is deactivated without warning, causing a missed rent payment, and subsequent balance information from customer service repeatedly contradicts itself across multiple calls. After paying the amount representatives confirmed would settle the account, the customer is later told a balance still remains, and the account is referred to collections without prior notice.
Paid-Off Auto Loan Borrowers Unable to Obtain Vehicle Title from Lienholder
Borrowers who have fully paid off their auto loans report lienholders failing to release and mail the clean vehicle title even months after registration renewal, leaving them unable to prove clear ownership. Some jurisdictions entitle borrowers to compensation for these delays, but recourse remains unclear.
Auto Loan Refund Disputes Trapped Between Lender and Third-Party Servicers
Borrowers owed refunds after an invalid or corrected auto loan or lease contract face a runaround where the lender and the servicing or title company each deny responsibility for issuing the refund. Consumers are left unable to identify who holds their money or resolve the dispute through official channels.
Unauthorized Hard Credit Inquiries From Unknown Companies Damage Consumer Credit Scores
Consumers discover hard credit inquiries from companies they never authorized, with no clear process to identify the source or remove the inquiries from their credit reports. Each unauthorized inquiry reduces credit scores and the dispute process is slow and often ineffective. Credit monitoring tools with automated unauthorized inquiry detection and dispute filing address a documented consumer protection gap.
QuickBooks Online Unintuitive Features and Inconsistent Support
QuickBooks Online has unintuitive features and inconsistent customer support quality.
Helpdesk Advanced Features Gated Behind Expensive Plans
Freshdesk users report that advanced functionality is locked behind higher-priced tiers and that customization options have a steep learning curve. This creates friction for growing support teams who want deeper capability without a costly plan upgrade or lengthy onboarding investment.
Airport SIM Cards Are Overpriced and Inconvenient for International Travelers
Travelers regularly overpay for single-use physical SIM cards at airports, with poor coverage and no flexibility. eSIM alternatives address this but fragmented distribution makes discovery and purchase cumbersome. A bootstrapped founder validated the market by building an eSIM store.
HubSpot Pricing Escalates Rapidly as Teams Scale
HubSpot Sales Hub pricing rises sharply as contact databases grow and teams need advanced automation or reporting, with key features locked behind expensive higher tiers. Smaller and mid-sized teams face a cost wall that restricts efficient scaling without switching to more expensive plans.
AI coding tools waste context on large codebases missing key dependencies
LLM-based coding assistants like Claude and Cursor struggle with large codebases, either missing critical dependencies or consuming excessive context window capacity. Developers lack a lightweight layer to pre-process repository structure and compress relevant context before sending to the model. This problem grows with codebase size and LLM adoption.
AI knowledge tools lose prior context when new information is added to documents
AI assistants embedded in note-taking and knowledge management tools fail to retain previously learned information when a user updates or adds new content, causing the system to forget earlier context. This makes the AI unreliable for maintaining a coherent, evolving knowledge base over time. The problem is fundamental to how current LLM context windows interact with dynamic document stores.
Debt Collector Pursues Already Discharged Debt from Bankruptcy
Consumers face collection attempts on debts that were legally discharged in bankruptcy or are otherwise not owed. Collectors ignore discharge paperwork and continue pursuit, violating FDCPA protections. Affected consumers must navigate complex legal remedies without accessible consumer advocacy tools.
Notion Offers No Offline Access for Quick Note Capture on Mobile
Notion users cannot access or create notes in their workspace without an active internet connection, blocking the most fundamental use case of a note-taking app. Mobile users who need to capture ideas in low-connectivity environments have no fallback. This forces users to use a second app for offline capture and manually migrate content back into Notion.
LLM Code Agents Diagnose Root Causes Well But Propose Poor Fixes
Developers using LLM-driven coding agents report a consistent pattern where the model accurately identifies root causes of bugs but then proposes fixes that are architecturally unsound or that erode long-term maintainability. The disconnect between strong analysis and weak remediation is particularly damaging for projects without technical oversight, where bad AI-generated patches accumulate silently. Users with software architecture expertise can catch and reject bad fixes, but the problem is invisible to non-technical "vibe coders."