Explore Problems
Showing 4,223 of 7,399 problems · matching your filters
Debt collectors update credit reports without proper debt validation
Consumers who send formal debt-validation requests under the FDCPA/FCRA report collectors updating credit report entries without ever providing the requested contract, itemized balance, or proof of authority to collect. This leaves inaccurate or unverified debts on file while the consumer has no automatic enforcement mechanism.
ISP Outages Go Unresolved for Days While AI Support Gives False Confidence
Telecom providers' AI support tools provide confident-sounding but ineffective responses during sustained outages, blocking customers from reaching humans who can actually dispatch technicians. AT&T customers report going six or more days without service while support loops continue. The income impact is severe for remote workers and small businesses that depend on connectivity.
Telecom Billing Errors Persist Through 2+ Hours of Escalation with No Resolution
T-Mobile customers whose bills double unexpectedly spend hours on hold with agents who cannot take ownership of the issue or provide a solution. Explicit requests — such as removing add-ons — result in wrong actions being taken, like disabling home internet. The absence of agent accountability or escalation authority leaves customers financially harmed with no path to resolution.
Bank of America Requires In-Person Branch Visit for International Account Transfers
Customers traveling or living abroad cannot complete international transfers remotely through Bank of America, despite extensive phone support attempts. After days of holds and callback failures, customers are told they must physically visit a US branch. This policy locks international customers out of their own funds and is incompatible with modern remote banking expectations.
Roadside Assistance Leaves Customers Waiting Hours With No Status Updates
Insurance roadside assistance dispatches take hours with no real-time communication, leaving stranded customers without visibility into when help will arrive. State Farm customers report 3-hour waits with no proactive updates despite repeated calls. The gap between promised response times and reality creates high customer frustration and trust erosion.
Carvana Sells Cars With Undisclosed Defects and Refuses Return Window Extensions
Online car buyers from Carvana discover serious mechanical defects shortly after purchase, only to find the 7-day return window too short to complete diagnosis at authorized dealerships. The platform inspection reporting does not match actual vehicle condition, and customer service refuses accommodations. This represents a systemic online used-car buying trust problem.
AI apps face runaway LLM costs and full outages from single-provider dependency
Teams building AI applications have no built-in caching for repeated queries and no fallback when their LLM provider goes down — leading to ballooning API bills and user-facing outages.
Google Analytics 4 Too Complex for Non-Technical Marketers
GA4's steep learning curve and confusing interface make it unusable for non-technical marketers; teams are building alternatives or switching to privacy-first tools like Plausible to get actionable insights without complexity.
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 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.
Founders Must Self-Host Persistent AI Agents on Personal Servers or Mac Minis
Builders shipping vertical AI agent products to customers have no managed hosting option for persistent, always-on agents like Claude Code or Hermes. The only options are self-managed VPS instances or literal Mac minis under a desk, which do not scale and require ongoing ops work. This is a clear infrastructure gap in the agent deployment stack.
Developers Cannot Use Cloud AI Coding Assistants Due to Privacy and Cost Constraints
Privacy-conscious developers, regulated-industry engineers, and cost-sensitive teams cannot adopt cloud AI coding assistants because code leaves the machine and API costs accumulate. A local-first CLI that reads actual project files and writes code only with explicit approval fills this gap. The 171-upvote signal confirms strong latent demand for a sovereign, zero-cost AI dev workflow.
Embedded Merchant Lending Products Charge Predatory Interest Rates
Platform-embedded lending products like Shopify Capital charge small merchants annual interest rates exceeding 25%, far above traditional business loan rates, exploiting merchants who lack alternatives or bargaining power. Long-term customers report rates doubling without notice, with no transparent rate comparison tools available within the platform.
Engineers lose days getting productive in unfamiliar codebases
Software engineers joining new projects or large repositories waste significant time identifying which files to read first and understanding architectural patterns. Manual exploration is slow and error-prone. AI-powered codebase analysis tools that surface entry points, architecture summaries, and technical debt accelerate onboarding substantially.
Legal document services hide content until after payment
Consumers needing state-specific legal documents must pay $130–$250 upfront on platforms like LegalZoom before seeing what they are buying. Free templates are generic and jurisdiction-incorrect. This forces users to choose between overpaying blindly or risking legally invalid documents.
AI chat sessions start from zero every conversation — no persistent context
Every AI assistant conversation begins without memory of prior interactions, forcing users to re-explain their preferences, project context, and background at the start of each session. This stateless design creates repetitive overhead and prevents AI tools from functioning as genuine ongoing work companions. Persistent cross-session memory is the most consistently requested missing feature across all major AI assistant platforms.
AI assistants lose context between sessions forcing users to re-explain
Every new AI chat session starts from zero, requiring users to re-establish context, preferences, and background that was already communicated in prior sessions. This stateless architecture fundamentally limits AI utility for ongoing work relationships. Persistent cross-session memory is a major unmet need across all AI assistant platforms.
No Unified Dashboard for Monitoring Multiple Parallel AI Coding Agents
Developers running 6–10 concurrent AI coding agents lose situational awareness across sessions — unclear which agents are blocked, awaiting input, or complete. The resulting context-switching overhead negates much of the productivity gain from parallelizing work across agents.
Google Ads monopoly pricing leaves advertisers with no alternatives and no recourse
A court ruling confirmed Google's monopoly in search and display advertising. Advertisers pay inflated rates with no competitive alternatives. Mass arbitration is emerging as a response, signaling a large-scale and growing market problem.
AI App Generators Hallucinate Data Models with Broken Relationships and Logic
AI-powered no-code app builders frequently generate UIs that look correct but contain hallucinated data models with broken relationships, missing fields, and invalid permission logic. Fixing these issues requires diving into code, defeating the purpose of no-code tools.