Explore Problems
Showing 8,801 of 8,825 problems · matching your filters
Predatory Bootcamp Financing Through Manipulated Student Loan Applications
Students report being induced into private loans for unaccredited bootcamps through false job-placement promises, with school staff altering loan applications on their behalf. Victims are left with debt for a program that has since shut down, and pursuing loan discharge under consumer protection rules requires navigating a complex legal process. This exposes weak oversight linking loan servicers, schools, and marketing claims.
Allstate Fails Account Update After Policyholder Death Requiring 54 Customer Contacts
Allstate failed to remove a deceased spouse from a refund check despite the death being reported and account updated years earlier. Resolving the error required 54 calls and messages over four months, with representatives consistently unable to process the correction. This exposes catastrophic failures in account lifecycle management that harm bereaved customers.
Home Insurers Deny Slab Leak Claims Using Policy Language Requiring Impossible Proof
State Farm and similar carriers deny coverage for slab leaks and structural water damage by requiring visible evidence of the leak before it can be addressed — a standard that is physically impossible to meet for underground piping. The policies are written in language that requires legal expertise to interpret, systematically disadvantaging homeowners who bought coverage expecting protection. Public adjusters exist but are expensive and opaque, leaving most claimants without effective advocacy.
Ambulance Debt Collectors Pursue Patients Who Never Chose the Provider
Patients transported by ambulance dispatched by a third party receive large collection demands for services they never selected or authorized, with no in-network choice available in the emergency. Debt collectors continue pursuing payment through repeated calls even when the patient explains they had no ability to choose the provider and cannot afford the bill.
LLM JSON Outputs Are Structurally Invalid, Requiring Defensive Parsing
Language models consistently produce JSON that is almost-valid but unparseable: markdown-wrapped, prose-prefixed, trailing commas, or mistyped primitives. Every team building AI applications implements the same fragile cleanup logic independently. There is no standard library or service that reliably repairs, validates, and coerces LLM-generated structured output before it reaches application logic.
Mortgage servicers blocking online regular payments for ahead-of-schedule accounts
Homeowners who pay ahead on their mortgages find servicers restricting online payment to principal-only application, forcing a phone call for any regular monthly payment. Wait times exceed 10 minutes and include unsolicited product pitches even after opt-out. The captive nature of mortgage servicing — customers cannot choose their servicer — enables this friction without competitive consequence.
Bank impersonation scams leave wire fraud victims without recourse
Consumers targeted by fraudsters impersonating bank fraud departments are coerced into authorizing wire transfers. Banks deny refunds by classifying these as "authorized" transfers despite victim deception. Regulatory frameworks like Reg E fail to protect victims of social engineering at this scale.
Auto lenders repossess vehicles without adequate notice or cure period
Vehicle owners face repossession by auto lenders without proper advance notice or an opportunity to bring accounts current before seizure. Lenders refuse to return vehicles even when borrowers offer to resolve the delinquency. This pattern violates consumer protection expectations and creates acute financial harm for affected borrowers.
Freelancers Juggling 5+ Separate Paid Tools for Core Business Tasks
Solo freelancers must subscribe to multiple separate tools for contracts, invoicing, time tracking, client management, and income tracking — often spending $50+/month across disconnected apps. The fragmentation creates workflow overhead and unnecessary cost for one-person businesses. Validated by multiple existing solutions (Bonsai, HoneyBook, Wave) and builder's own pain.
AI Assistants Lack Persistent Personal Context Across Sessions and Tools
Developers and knowledge workers must re-explain their personal and professional context to every AI tool and assistant they use, with no shared memory layer. One engineer built an MCP server (mcp-me) as a solution, validating the gap. As AI tool adoption grows, the absence of a persistent identity and context protocol creates compounding friction for power users.
Banks Denying Unauthorized Debit Card Transaction Disputes Without Proper Investigation
Consumers report unauthorized debit card charges to their bank under the Electronic Fund Transfer Act, but banks sometimes reverse provisional credits and deny claims without producing evidence the consumer authorized the transaction. This leaves cardholders bearing losses despite legal protections requiring good-faith investigation.
Telecom Bills for Inactive Numbers While IVR Traps Customers in Loops
AT&T charges customers for phone numbers that are no longer active on the network, then routes dispute calls into an endless circular IVR with no resolution path. Customers have no self-serve way to dispute incorrect charges. This is a systemic billing accountability failure common across major US carriers.
Auto Lease-End Damage and Mileage Fees Assessed After Vehicle Return
A lessee was told at return that no damage existed, then received a $1,200 bill for bumper damage and tire wear weeks later from an inspection conducted without the lessee present. This highlights a lack of transparency and lessee participation in post-return vehicle condition assessments across auto lease programs.
NPM Supply Chain Hardening Configs Are Too Complex for Most Developers to Apply
Securing npm, pnpm, yarn, bun, and uv against supply chain attacks requires editing five separate config files in five different formats with different time units. Despite known best practices (release cooldowns, disabling install scripts), most developers skip hardening because the setup is tedious. This leaves projects exposed to dependency injection attacks that a one-command tool can prevent.
AI Agents Are Inaccurate and Slow When Querying Business Data via MCPs
AI agents accessing business data through per-source MCPs and APIs must join information in-context, producing 2-3x worse accuracy and using 16-22x more tokens compared to SQL-based access with annotated schemas. Native SQL cross-source joins eliminate the in-context bottleneck, dramatically improving agent intelligence on business questions. Benchmark-validated by a PostHog engineering lead.
LLMs lack persistent memory across sessions for power users
AI assistants like Claude reset context on every session, forcing users to repeat background, preferences, and prior decisions each time. Power users are building multi-layer workarounds — local context files, linked note systems, and custom memory pipelines — because no native solution handles long-term knowledge continuity. The gap between stateless LLM sessions and the continuous workflow users need is structural and growing.
Webhooks Return 200 OK But Silently Fail During Event Processing
Webhook-based integrations commonly return successful HTTP responses while silently failing during actual event processing, causing invisible data loss, missed payments, and broken business processes with no observable failure signal. Standard HTTP monitoring cannot detect these semantic failures — a 200 OK tells you the webhook was received but nothing about whether it was processed. Specialized webhook reliability monitoring that validates processing outcomes rather than just delivery status represents a critical developer infrastructure gap.
AI-Generated Codebases Ship with Critical Security Vulnerabilities by Default
Non-technical founders using AI to build SaaS products routinely ship with insecure patterns: non-cryptographic password generation, open RLS policies, and wildcard CORS on every endpoint. The AI optimizes for working code over secure code, and founders lack the expertise to audit what is generated. As AI-assisted development grows, the gap between functional and secure code becomes a systemic risk.
Small Business Owners Avoid Chasing Late Invoices Due to Discomfort
Collecting overdue payments feels personal to many small business owners, causing them to delay follow-ups or send only one reminder and hope. The problem is behavioral rather than logistical — they know how to send reminders but cannot bring themselves to do it consistently. This avoidance directly causes cash flow shortfalls that threaten business stability.
Developers using LLM APIs face friction with rate limits, costs, and poor debugging tools
Developers building production applications on LLM APIs face compounding friction: unpredictable rate limits, high and opaque token costs, no standardized debugging, and painful model-switching when capabilities change