Explore Problems
Showing 799 of 4,293 problems · matching your filters
Notion Search Is Broken: No Partial Matching, Inconsistent and Slow
Notion users find the search feature nearly unusable due to the lack of partial word matching, inconsistent results across databases, and slow performance. This fundamental usability gap makes knowledge retrieval unreliable in a tool built around documentation.
Carvana Sells Electric Vehicles With Undisclosed Critical Battery Defects
Carvana delivered an EV with multiple dead battery cells that caused the vehicle to stall, requiring a $17,000 battery replacement not covered under warranty. The 150-point inspection process failed to detect a critical powertrain defect, leaving the buyer with a financially catastrophic repair. Pre-purchase EV battery health diagnostics represent an urgent and growing consumer protection gap as online EV sales increase.
Insurance Adjusters Delay Valid Claims with Endless Documentation Requests
Insurance companies stall legitimate claims by continuously requesting additional proof even after all standard documentation has been submitted. Claimants with straightforward damage events — including photos, cost estimates, and item ages — are denied payout for weeks or months. The repeated escalation pattern appears designed to exhaust claimants into abandoning valid claims.
Engineering Coordination Tax: Trivial Features Take Months Due to Process Drag
In software organizations, technically simple features routinely take months because of approval chains, handoff queues, and cross-team dependencies — not technical difficulty. The person closest to the work has no visibility into what is blocking them or how long the queue ahead of them is. This coordination overhead compounds silently, consuming a majority of delivery time without appearing in any sprint metric.
Insurance Claims Process Leaves Policyholders Without Communication or Updates
Insurers fail to proactively notify policyholders of major claim decisions such as total loss declarations, forcing customers to learn through third parties. High-premium customers experience no follow-through or accountability from claims representatives. The lack of structured communication creates real-world consequences including lost income.
AI Agent Compliance Auditing for EU AI Act
High-stakes B2B organizations need systematic frameworks to audit AI agents and LLMs for data leakage, hallucination, bias, and EU AI Act compliance before deployment.
Beauty Salon Cancellations and No-Shows Cause Direct Revenue Loss
Beauty and wellness businesses lose significant revenue to last-minute cancellations and no-shows, with no automated way to fill vacated slots from a waitlist of interested clients.
PII leaks through LLM API calls and existing filters are easily bypassed
Organizations sending data to LLM APIs risk leaking PII. Existing redaction tools like Presidio are bypassed by zero-width Unicode characters and other evasion techniques. There is no simple drop-in proxy to strip PII before it leaves the network.
USCIS XFA PDF Forms Unusable in Modern Browsers
USCIS immigration forms use outdated XFA PDFs incompatible with most browsers, forcing $529+ commercial workarounds
ClickUp Overwhelming UI and Lag on Large Task Lists Hinders Team Adoption
ClickUp packs 15+ views into a single interface, creating a steep onboarding curve that costs teams an hour of training per new member. Large task lists (500+ items) with custom fields cause noticeable lag, especially on mobile. The combination of complexity and performance degradation undermines the productivity gains ClickUp promises.
AI Coding Agents Fix Local Bugs While Silently Corrupting Broader Workflow State
AI agents making local code fixes introduce workflow-level failures — objects processed twice, side effects repeated on retry, cache drift from source of truth — without any tools to simulate or validate finite-state workflow correctness first. As agentic AI adoption grows, this pattern of localized fixes causing systemic failures is an emerging and poorly addressed infrastructure gap.
Telecom companies stonewall refunds after deceptive coverage promises
Mobile carriers use deceptive sales tactics to sign customers onto service that does not work in their area, then repeatedly close refund cases without resolution — forcing consumers into credit card disputes and FCC complaint filings. The pattern suggests systematic exploitation of consumer complaint fatigue as a business model.
Jira page load latency and stale data break developer focus
Jira regularly takes 5+ seconds to load after menu navigation, and ticket status shown on list views lags behind actual updates by 5-10 seconds after refresh. These performance issues interrupt developer workflow and make Jira unreliable as a real-time source of truth. Search also surfaces incorrect or outdated results, compounding the trust problem.
AI-generated UI code quickly becomes inconsistent and unmaintainable
Developers using AI coding agents like Cursor or Claude Code to build UIs find that generated components ignore existing design systems, mix inline styles, and produce hallucinated code that becomes inconsistent and production-unready after a few iterations. This structural limitation of context-unaware AI code generation is a major pain point as AI coding adoption accelerates.
QA Cannot Keep Up With AI-Agent-Generated PR Volume
Engineering teams using AI coding agents are producing far more pull requests than QA can review, particularly where testing requires physical devices or complex workflows. The mismatch between AI-generated output velocity and fixed human review capacity creates a structural bottleneck that worsens as agentic tooling matures. Existing CI and code review tooling was designed for human-paced output and does not address the volume problem.
No Unified Development Environment for Running Multiple AI Agents in Parallel
Developers building with multiple AI models lack a single workspace to orchestrate parallel agents, browser, and IDE simultaneously, forcing constant context switching. Multi-agent coordination tooling represents an emerging infrastructure gap as agentic AI workflows become standard practice.
AI Invalidates Traditional Technical Hiring Assessments for Engineers
Engineering hiring teams are struggling to design assessments that meaningfully evaluate candidates now that AI tools are a normal part of how engineers work. Banning AI makes assessments feel artificial while allowing it without redesigning the evaluation produces noisy signals that conflate prompt skill with engineering ability. There is a clear and growing market need for AI-native technical assessment frameworks and tooling.
No Independent Low-Latency Search API Purpose-Built for AI Agents
AI agents relying on web search face latency and dependency issues with incumbent providers not designed for programmatic agent use. The need for a custom-built search API with own crawler and retrieval models indicates a clear market gap as agent workloads scale.
AI Agent Benchmarks Fail to Predict Real-World Performance
Teams building AI agents find that standard benchmarks are poor predictors of real-world performance, making it difficult to evaluate and compare agents reliably. This creates a gap in the evaluation tooling ecosystem as multi-agent architectures become more common.
LLM Agents Lose Goal Coherence in Long-Running Sessions
Developers building multi-step LLM agents report that models drift from their original task framing over extended sessions, abandoning planned workflows or producing outputs that deviate from agreed specifications. The problem is particularly acute with architect-style sub-agents expected to maintain consistent behavior across many turns. No reliable mechanism exists to detect or correct drift without full session restarts.