Explore Problems
Showing 2,451 of 4,772 problems · matching your filters
Bank of America 7-Day Hold on Already-Cleared Funds
Long-term Bank of America customers face 7-day holds on deposited funds even after the sending institution confirms the funds have cleared. This causes real financial hardship and reflects a structural policy problem rather than a technical one. Despite 15+ year relationships, customers have no escalation path to waive holds.
Xfinity Opens New Promotional Account Without Cancelling Existing One, Charging Double
Xfinity agents open new promotional accounts for customers without closing the prior account, resulting in two active bills at the same address. When the duplicate billing is discovered, the company refuses to issue refunds for the unauthorized charges. This pattern suggests a systemic incentive misalignment where agent commissions create billing fraud.
People Living Alone Have No Simple Safety Check-In System for Emergency Detection
Individuals living alone, including elderly people, remote workers, and those with health conditions, have no lightweight mechanism for others to be alerted if they become incapacitated. Existing solutions are either complex monitoring systems with privacy tradeoffs or informal manual check-ins that are easy to forget. A simple daily confirmation tap with automated alerts to contacts fills a structural safety gap for a growing demographic.
Insurance Policy Changes Made by Phone Are Not Reflected in Billing
Customers verbally request policy changes through call centers but these changes are either not processed or only partially executed, resulting in continued charges for removed coverage. Customers receive no written confirmation and only discover the error months later when reviewing bills. The absence of a digital audit trail leaves customers with no recourse.
ISP Support Maze: Fragmented Departments With No Issue Ownership
Comcast and similar large ISPs route customers through disconnected support departments that contradict each other, make promises that are never recorded, and return all responsibility to the customer. No single agent owns the problem from start to resolution. Customers exhaust hours of effort only to find each interaction resets the cycle.
State Farm Non-Renews Policies for Using Roadside Assistance Despite Offering It as a Benefit
State Farm non-renewed a customer's policy after they used roadside assistance four times over multiple years across two vehicles — a service State Farm explicitly offers. Customers with $10K+ in paid premiums are dropped for using a included benefit.
AT&T charges more than promised promotional rate with no path to correction
AT&T billed $17 per month above the explicitly promised promotional rate for over a year, with each customer service contact offering conflicting explanations and no billing correction. The discrepancy persisted through multiple escalation attempts.
Xfinity Misrepresents Bills, Ignores Promised Credits, and Hangs Up on Customers
Xfinity repeatedly bills customers incorrect amounts, refuses to honor promised autopay credits, aggressively upsells during cancellation, and has agents hang up mid-conversation. Router service failed for two months with no fix despite three agent calls.
Verizon customer service spends hours on calls without resolving account issues
Customers spending hours across multiple support calls without issue resolution is a structural telecom support failure — agents lack the authority, tools, or escalation paths to fix anything requiring system-level intervention. Customers are forced to escalate to BBB or legal action to get basic account issues addressed. The support function serves as a buffer, not a resolution mechanism.
Verizon service outages, hostile cancellation flows, and opaque final bills
Verizon customers face unreliable network service, a cancellation process requiring 2-hour hold times, and final bills sent without itemization after account closure. Each failure compounds the others: poor service drives cancellation attempts, which are then made deliberately difficult. Post-cancellation billing without account access prevents dispute or review.
SEO Analytics Tools Too Expensive for Indie Hackers and Small Teams
Enterprise SEO tools like Ahrefs ($99-999/mo) and Semrush are priced out of reach for indie hackers and small teams, leaving them without actionable keyword and backlink intelligence.
All Configured MCP Servers Inject Context Tokens on Every Message Even When Unused
AI development workflows with multiple MCP servers configured experience silent context window bloat because every configured server injects tokens on every message, regardless of whether that server is used. Users have no visibility into which servers are consuming context budget until they notice degraded model performance. No selective activation mechanism exists to enable only the MCP servers relevant to the current task.
No Standard Protocol for AI Agents to Communicate Across Machines
Developers running AI agents on multiple computers or cloud instances have no clean way to route messages between agent instances without custom infrastructure. Existing messaging tools are not designed for agent capability-based discovery. An OSS solution (Viche) emerged using the Erlang actor model to address this gap.
No Standard Protocol for AI Agents to Discover and Compare Real-World Services
AI agents can read web content and call tools but lack a structured way to discover what services a business offers, compare alternatives by SLA and pricing, and place orders autonomously. Existing standards like llms.txt address content readability but not service capability enumeration or procurement workflows. As agents increasingly act as procurement tools, the absence of a machine-readable service manifest format creates a significant integration barrier.
Collectors pursuing phantom debts with inaccurate balances on stale accounts
Collection firms like McNeil & Meyers pursue consumers for debts they don't owe, reporting inaccurate balances to credit bureaus on accounts that may have never existed or were already resolved. Consumers must dispute through FCRA and FDCPA processes while their credit scores are actively damaged. There is no real-time mechanism to block inaccurate bureau reporting while a dispute is in flight.
Debit card subscription chargeback denied after merchant dispute response
A subscription vendor continued charging a debit card after customer service confirmed cancellation. The bank issued a temporary chargeback credit but reversed it after the merchant disputed. Debit card consumers have weaker chargeback protections than credit card holders, and banks default to merchant responses without independent verification.
AI Tools Lack Persistent Cross-Platform User Context, Requiring Constant Re-Explanation
Every AI assistant and agent tool starts each session with zero knowledge of the user's role, goals, preferences, or working style. Context built inside one platform (ChatGPT memory, Claude Projects) does not transfer to others. As AI tool adoption multiplies, the re-explanation burden compounds and context fragmentation worsens.
Auto Lenders Repossess Vehicles Without Statutory Default Notice Violating Borrower Rights
Ally Financial repossessed a vehicle without providing the required state-mandated notice of default and right to cure, then failed to send the legally required deficiency balance notice after the sale. Both omissions violate state UCC provisions and possibly federal regulations. Borrowers have no warning their vehicle is at risk until repossession occurs.
Knowledge Workers Lose Deep Work Focus to Constant Distractions
Remote and desk workers frequently drift from focused work into digital distractions, undermining productivity and causing stress about unfinished deep work. Traditional focus tools block sites but lack context awareness — they do not understand what the user is supposed to be doing and cannot provide intelligent nudges when drift occurs. Body doubling, validated for ADHD management, has strong broad-market applicability that remains underexploited.
Raw Scraped Data Fed Directly to LLMs Wastes Token Budget
Developers pipe raw HTML and unstructured scraped content directly into LLM API calls, inflating costs and degrading output quality. No standard preprocessing layer exists between web scraping and LLM ingestion in most pipelines.