Explore Problems
Showing 5,699 of 7,542 problems · matching your filters
Paid Collection Debts Remain Active on Credit Reports After Settlement
Consumers who pay a settled collection balance in full find the account still shows as active in collections, with no confirmation letter or credit update from the collector. The burden of obtaining credit reporting corrections falls entirely on the consumer, who must proactively chase documentation. This is a deliberate friction that collectors benefit from by creating re-collection opportunities.
Gig workers mis-sold insurance endorsements that exclude their delivery platform
Insurance agents sell rideshare endorsements to gig workers without disclosing that the policy excludes specific delivery platforms like DoorDash. Workers pay full premiums for coverage that does not apply to their actual work, and refunds on early termination are a fraction of amounts paid. There is no verification step at point-of-sale to match endorsement scope to the worker's actual platform.
Telecom Return Policy Violations: Carriers Refusing Refunds Within Stated Window
Mobile carriers advertise clear return windows but actively obstruct returns within that period, pressuring customers into activating devices to lock their lines and avoid refunds. Consumers are left without recourse when written return policies are ignored by frontline staff. This is a structural pattern across telecom that affects any customer who exercises return rights.
Credit Card Billing Cycle Edge Cases Trigger Disproportionate Late Fees
Chase charges a $40 late fee on a $10 residual balance caused by a one-day payment cycle overlap — a predictable system edge case that customers cannot reasonably anticipate. Long-standing customers in good standing have no mechanism to detect or prevent these cycle-boundary misapplications. The 400% fee-to-balance ratio highlights how billing cycle opacity penalizes otherwise reliable payers.
FreshBooks Per-Client Pricing Model Penalizes Growing Businesses
FreshBooks charges based on the number of active clients, which directly penalizes businesses as they grow their customer base. Service businesses scaling from 10 to 50+ clients face disproportionate cost increases unrelated to usage. Combined with weak inventory management, this creates a ceiling where growing businesses must migrate to more expensive platforms.
Debt collectors pursuing amounts consumers don't owe or recognize
Consumers repeatedly face debt collection attempts for amounts they don't recognize or owe, with collectors failing to provide proper validation. Disputes require navigating FDCPA processes without adequate tooling or guidance. The burden of proof falls on the consumer despite legal rights requiring creditor verification.
Bank Phone Social Engineering Attacks Drain Customer Accounts Undetected
Fraudsters impersonating bank employees socially engineer customers into approving unauthorized transactions that empty checking accounts, with banks failing to detect the manipulation pattern in real time. The attack succeeds because customers trust caller ID and scripted bank-sounding language. Real-time social engineering detection and transaction confirmation friction for unusual patterns addresses a growing fraud vector.
Retail-Marketplace Install Partnerships Leave Consumers Without Recourse for Botched Jobs
When retailers partner with service marketplaces for product installation, accountability gaps emerge with no party accepting responsibility for defective work. Consumers face improper installations, missing parts, and scheduling in unsafe time slots with no clear dispute path. Both the retailer and marketplace deflect responsibility, leaving the customer without a functioning product or refund.
Food Logging Friction & Non-Western Cuisine Gap
Calorie tracking apps require tedious text entry and fail to recognize Middle Eastern and other non-Western foods
Lack of Accessible AI Video Creation Tools for Business Users
Business users lack affordable, integrated tools to create professional-quality videos at scale without video production expertise.
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.
Project Management Tools Incorrectly Reopen Completed Tasks When Dependencies Resolve Late
When teams complete a downstream task before its upstream dependency is finished, tools like Monday.com automatically revert the completed task to incomplete once the dependency closes — even if the downstream work is already done. This dependency resolution logic ignores real-world out-of-order completion patterns and creates false regression signals in project status. Teams relying on task status for reporting and handoffs cannot trust their own data.