Explore Problems
Showing 3,259 of 6,918 problems · matching your filters
Banks refuse to fully close compromised accounts after repeated fraud
When credit card accounts suffer repeated fraudulent charges, banks issue replacement card numbers rather than closing and reopening the underlying account, leaving the attack vector open. Banks also hold customers liable for fraud despite contradictory evidence such as IP address and shipping mismatches. Consumers have no mechanism to compel full account replacement when card reissuance has demonstrably failed.
Mailed Check Stolen and Altered for $21K — Bank Pays and Denies Fraud Claim
A consumer mailed a $21,000 check to a tax authority; it was stolen from a USPS drop box, materially altered, and cashed by Citibank which then denied the fraud claim. Check fraud via mail interception is a growing structural vulnerability with weak bank-side alteration detection. The UCC provides consumer protections that banks routinely fail to honor.
Bank Charges Fees and Reports Delinquency on Card Never Delivered to Consumer
Banks issue credit cards that are never delivered to the cardholder due to postal failures, then charge annual fees and late fees on an account the consumer has never activated or used, ultimately reporting delinquencies to credit bureaus. Cardholders who never received the card have no knowledge of the account until the credit damage appears. Automated dispute tools that document non-delivery and enforce FCRA blocking rights would directly address this harm.
Banks Charge $20,000+ in NSF Fees with Negligible Annual Relief Caps
Banks accumulate tens of thousands of dollars in non-sufficient funds fees from customers experiencing financial hardship, while capping annual fee forgiveness at a nominal amount like $350. The asymmetry between fees charged and relief available traps vulnerable customers in cycles of penalty. No proactive intervention mechanism exists to alert customers before triggering NSF fees.
ISPs Bill Customers for Services Never Activated or Requested
ISPs initiate billing for services that were offered as free add-ons or were never explicitly activated by the customer. Disputing these charges requires sustained effort across multiple support interactions with no guaranteed resolution. The asymmetry between provider billing systems and consumer visibility into active services creates a systematic overcharge pattern.
Bank Impersonation Scam Victims Denied Refund Despite Immediate Reporting
Consumers scammed by bank impersonators who trick them into sending money face blanket refusal from their actual banks to recover losses. Banks categorize these as authorized transactions even when initiated under deception and reported immediately. There is no consumer protection equivalent to credit card zero-liability for authorized push payment fraud.
State Farm Refuses Third-Party Medical Claims for Two Years After Insured Causes Serious Injury
Victims of accidents caused by State Farm policyholders cannot get medical bills paid without engaging attorneys and waiting two years or more for liability resolution. State Farm systematically delays and denies third-party injury claims even for serious documented injuries like brain trauma. The multi-year delay creates financial hardship for victims who cannot access settlement funds while incurring medical costs.
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.
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.
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.
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.
AI coding assistants suggest outdated tech stacks due to stale memory
AI coding assistants persist preferences and tech stack choices in memory but never validate whether those memories are still current, causing them to confidently suggest deprecated libraries, old configurations, or migrated-away frameworks. The gap is structural: no existing memory system for LLM assistants includes a validity or staleness layer. This affects every developer who iterates on their stack over time.
Privacy-Preserving Local AI Agents Lack RAG and Knowledge Graph Capabilities
Users who need AI agents with retrieval-augmented generation and knowledge graph tools must use cloud services that require API keys and transmit data off-device. Local model performance is insufficient for these agentic workloads, leaving a gap between privacy and capability.