Explore Problems
Showing 3,664 of 6,918 problems · matching your filters
Wells Fargo Repeatedly Freezes Business Accounts for Normal Transaction Volume With No Override
Wells Fargo's automated fraud detection freezes active business accounts for routine transaction volumes with no human review path and no timely unfreeze mechanism. Businesses processing normal revenue are locked out of their funds repeatedly, sometimes the next day after an in-person resolution. This makes Wells Fargo operationally unreliable for any business handling meaningful transaction flow.
Utilities send balances to collections with no prior customer notification
PG&E sent a residual balance directly to a collections agency without any written notice, call, or email — immediately tanking a 50-year perfect-payment customer's credit score from 850 to 780. Utility companies routinely skip the consumer notification step before collections, treating the account holder as a debtor before giving them any chance to pay. The credit damage is disproportionate and largely irreversible.
Insurance Companies Add Unauthorized Persons to Policies Without Consent
Insurers unilaterally add individuals flagged as potential household members to policies, increasing premiums without customer consent or clear notification. Removing the unauthorized addition requires customer-initiated action and often involves lengthy verification. This exposes a gap in policy change transparency and consumer protection against insurer-initiated modifications.
Allstate Bills Customers After Cancellation and Denies Valid Claims
Allstate charges customers immediately after cancellation and denies claims for coverage that was sold as applicable. The combination of post-cancellation billing and claim refusal reveals a pattern of customer exploitation. Policyholders receive none of the protection they purchased while still being billed.
Payment Processor Dashboards Overstate Actual Revenue by 4-6%
SaaS founders discover significant gaps between payment processor dashboard figures and actual bank deposits. International card fees, failed charges, refunds, and taxes create a 4-6% discrepancy that is tedious to reconcile manually.
Mass Cold Email Outreach Yields Near-Zero Reply Rates for SaaS Founders
SaaS founders sending hundreds of cold emails per day with personalization tooling routinely receive fewer than 1% reply rates, wasting significant time and resources. The gap between volume-based outreach and intent-based targeting is poorly understood and guidance on effective alternatives is fragmented. Founders need better frameworks or tools for identifying and reaching high-intent prospects.
Sensitive Documents Forced to Cloud Services for Basic Processing
Users needing to merge, compress, or perform OCR on PDFs and images must upload sensitive files to third-party cloud services with no local alternative. This creates real privacy and compliance risk for anyone handling confidential, legal, or regulated documents. Client-side processing via WASM exists but is not mainstream.
Job Listings on LinkedIn Are Stale, Fake, or Filled Before Applications Are Reviewed
Job seekers report that LinkedIn postings are routinely filled before being listed, ghost postings with no real openings, and apply buttons that produce no response. This structural flaw wastes significant candidate time and erodes trust in the platform. A verified, real-time job feed with posting freshness signals would address a widely-felt pain point.
Bank staff access unrelated customer financial details during visits
During a routine notary appointment unrelated to a mortgage, a bank customer was asked detailed questions about properties and finances that the notary should not have had visibility into. This points to overly broad internal data access, letting staff view sensitive customer information outside the scope of the service being performed.
AI Code Agents Cannot Reliably Translate Figma Designs Into Pixel-Perfect Frontend
LLM-based coding agents like Cursor and Claude Code struggle to interpret Figma design files accurately, producing layouts with broken spacing, misaligned components, and incorrect hierarchy that requires substantial manual correction. The structural gap between Figma's design intent encoding and what AI agents can parse means design-to-code workflows still require significant human cleanup. Teams using both tools end up with a fragmented workflow rather than the end-to-end automation they expected.
LLM prompts hardcoded in source require full redeployment to update
Teams building AI products embed prompts directly in codebases, making every prompt tweak require an engineering deployment cycle. Non-technical stakeholders cannot iterate on prompts without developer involvement, and there is no versioning, approval workflow, audit trail, or rollback capability. This is a growing operational friction point as LLM-powered products scale and prompt tuning becomes a continuous activity.
Technical Professionals Cannot Query Large Manuals Offline with Cited Answers
Engineers, pilots, and technicians working with large technical PDFs need to locate precise information quickly, but generic PDF search is slow and cloud AI tools require uploading sensitive documents. An offline, citation-aware document query tool addresses both the speed and confidentiality constraints.
AI agent recurring workflows lose shared context over time
Teams running recurring agent workflows in tools like Manus find that shared context degrades after each task cycle, requiring manual instruction updates. There is no automated mechanism to propagate learned context back into persistent project instructions. As agentic workflows scale, this context drift becomes a critical reliability gap.
AI Coding Agents Lose All Context Between Sessions with No Continuity
Developers using AI coding agents like Claude Code or Codex lose accumulated project context when sessions end, forcing repeated re-explanation of codebase details. There is no persistent, cross-session memory layer to maintain workstream continuity across agent interactions.
Vector Databases Degrade in Quality as AI Agent Memory Grows Beyond Thousands of Entries
Standard vector databases store memories without any consolidation, deduplication, or conflict resolution, causing recall quality to drop significantly as memory counts grow into the thousands. AI agents accumulate contradictory facts, redundant near-duplicates, and outdated information that fills context windows with noise rather than relevant history. No production-ready solution exists that handles memory lifecycle management — forgetting, consolidating, and resolving contradictions — as a first-class concern.
Claude Agent SDK architecture is incompatible with multi-tenant production web backends
Teams building multi-tenant AI assistants on Claude find the Agent SDK has fundamental limitations for production web use: 12-second subprocess spawn overhead per call, filesystem-based sessions that cannot scale horizontally, memory issues in long-running processes, and a Node.js subprocess dependency that conflicts with Python backends. The SDK saves significant upfront work but forces painful architectural rewrites at scale, leaving teams in a difficult position between convenience and production readiness.
Non-technical AI builder users cannot deploy their apps due to DevOps complexity that assumes developer knowledge
Tools like Lovable and Bolt enable non-engineers to build software but leave them stranded at deployment. Vercel and Netlify UX assumes familiarity with build configs and environment variables, causing widespread abandonment at the finish line.
No Tooling to Orchestrate AI Agents Across the Full Product Development Lifecycle
Product and engineering teams want to match Anthropic-style AI-assisted velocity but lack tooling to coordinate AI agents across ideation, planning, issue generation, implementation, and review. Internal builds solve parts of the problem but are not productized or generalizable. The bottleneck has shifted from engineering output to orchestrating what to build next.
AI Support Bots Fail on Complex Queries and Ignore User Language Preference
Intercom's Fin AI frequently gives incorrect answers to complex customer inquiries and responds in a different language from the one the customer used. Affected teams must manually update all reply templates as a workaround after repeated reports go unresolved for weeks. As AI support tools proliferate, language-aware accuracy on non-trivial queries remains unsolved across the category.
On-device LLM inference for full data privacy is not yet practical
Developers and privacy-conscious users want to run large language models locally to prevent data leaving the device, but current hardware and software constraints make this infeasible for most real workloads. Models that fit in consumer memory are too limited; capable models require cloud APIs. There is no accessible toolchain for non-experts to achieve meaningful on-device inference with acceptable quality.