Explore Problems
Showing 5,683 of 7,560 problems · matching your filters
African payment integration requires 11 weeks of multi-provider engineering
E-commerce startups expanding across Africa must integrate separately with multiple regional payment providers, consuming 11+ weeks of engineering time before processing a single transaction. Each provider has distinct APIs, dashboards, and settlement flows with no unified abstraction layer available.
Wells Fargo fraud victims spend 4+ hours in IVR loops with no path to a live agent
A Wells Fargo customer with a police report for card fraud could not reach a live agent after 4.25 hours. IVR loops, hold transfers, and repeated recording redirects form an impenetrable barrier for time-sensitive fraud disputes.
Contractor lead platforms charge for duplicates and refuse credits
Contractors paying for lead-gen subscriptions on platforms like Angi are billed for duplicate leads that never convert, with no mechanism to dispute or receive credits. Support calls produce no resolutions and the promised volume uplift does not materialize. The asymmetry between platform billing authority and contractor recourse creates a captive, high-churn customer base.
Authentication UX Causes Abandonment Among Senior Users
Users aged 65+ consistently struggle with password-based authentication flows, confusing multi-account OAuth redirects, and forgot-password recovery processes. SaaS operators serving this demographic report high abandonment rates despite simplification efforts. No senior-focused auth UX library exists.
Stripe Chargeback Management Is Opaque and Unsupportive for Merchants
Merchants using Stripe face poorly explained chargeback processes, slow and generic support responses, and fund freezes without clear justification. Hidden fees compound financial unpredictability for businesses relying on Stripe as their primary payment processor. The combination of poor dispute tooling and lack of proactive merchant communication creates meaningful revenue risk.
Banks Allow Fraudulent Account Openings With No Pre-Verification Step
Financial institutions permit new accounts to be opened using stolen consumer identities, often notifying the victim only after the fact via email. The detection and closure process is entirely consumer-initiated with no proactive identity verification. Victims must also separately request credit bureau investigations with no centralized remediation workflow.
Lead Platforms Sell Consumer Data Without Meaningful Consent
Home service platforms sell user contact information to vendors after a single inquiry, resulting in years of unsolicited calls with no effective opt-out. Users have no visibility into how their data is shared or sold, exposing a structural data privacy gap in consumer marketplace platforms.
Banks route bereaved spouses to offshore call centers for estate account access
Wells Fargo's estate support team is entirely offshore, making communication nearly impossible for grieving customers trying to close accounts. The experience compounds grief with bureaucratic friction at an already difficult time.
Silent VM Failures in Self-Hosted Infra Create Duplicate Network Services That Cause Full Outages
When a Proxmox VM hosting a DNS server fails silently and is later restarted, it can spin up a second DNS instance with the same IP as an already-running primary, causing total name resolution failure across the network. The absence of IP conflict detection and silent failure alerting in self-hosted virtualization environments makes this a recurring operational trap. 261 upvotes confirms broad resonance among homelabbers and small infrastructure operators.
Mortgage Servicers Ignoring RESPA Loss Mitigation Deadlines
Struggling homeowners applying for mortgage modifications or deed-in-lieu are not receiving written decisions within federally mandated timelines under RESPA Regulation X. Servicers provide only verbal stalling responses without acknowledging legally required response windows. Homeowners lack tools to track compliance deadlines and enforce their statutory rights against unresponsive servicers.
Developers lack local-first AI tools combining deep file analysis with agent-level power
Developers working with local codebases and documents need tools that combine the deep analysis capabilities of NotebookLM with the agent-level code execution power of Cursor, but entirely local and private
Bank denies fraud claims despite police reports documenting theft
After having their phone, debit card, ID, and cash stolen, a customer filed fraud disputes with supporting police reports, but the bank denied the claims and closed the account without what the customer describes as a fair investigation.
Banks inconsistently resolve duplicate fraudulent transaction disputes
A customer disputes two nearly identical unauthorized transactions to the same payee minutes apart, but the bank processes them inconsistently, approving one dispute while denying the other with a form-letter response and no supporting documentation. Repeated appeals return the same boilerplate denial without explaining how the bank reached its conclusion.
Mortgage lenders withhold Loan Estimates after complete applications, violating federal law
After submitting a complete mortgage application that legally triggers the RESPA Loan Estimate requirement, lenders refuse to provide the disclosure. Borrowers have no effective enforcement mechanism when lenders ignore federal obligations.
Bank of America Fraud Department Is Nearly Impossible to Reach During Active Fraud
Customers experiencing active fraud on their Bank of America accounts cannot reach the fraud department through any available channel in a reasonable time. Long hold times and inaccessible escalation paths allow fraud to continue while victims wait. For time-sensitive security issues, this support inaccessibility constitutes a fundamental failure of duty of care.
Debt Collectors Continuing to Escalate Interest and Garnishment During Active Repayment
Consumers who fall behind on debt and get sued by a creditor find that even after arranging payments, the debt collector continues adding interest and initiates wage garnishment without properly crediting payments already made or coordinating with the employer's payroll process. Communication about balances and payment channels (ACH vs. mailed checks) is unreliable. This affects debtors juggling court judgments, collector demands, and employer-run garnishment.
Xfinity mobile account invisible across all support channels preventing payment
An Xfinity mobile account cannot be located by phone support, in-store agents, or online chat, making it impossible for the customer to update payment information or make a payment while debt collection messages continue. Service was ultimately terminated despite the customer actively trying to pay.
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.