Explore Problems
Showing 3,757 of 8,810 problems · matching your filters
Notion UI Density Change Disrupts Years of Organized Workspaces
A March update to Notion increased spacing and visual bloat across the interface, degrading the appearance of long-maintained workspaces that users had carefully organized. Widespread complaints have gone unaddressed, pushing some long-time users to consider migrating to alternative tools.
Multi-Income Households Can't Align Variable Pay to Fixed Bills
Households with multiple income sources on different pay cycles (weekly, biweekly, monthly) must manually recalculate each month which paycheck covers which bill as due dates shift relative to pay dates. Standard budgeting apps focus on reminders or post-transaction categorization, not the forward-planning cash allocation problem. Affects tens of millions of dual-income and gig-worker households who face the same planning math repeatedly every month.
ISP Billing Errors and Cancellation Resistance After Payment Delay
A customer's telecom balance was raised sharply while awaiting a paycheck to pay a past-due amount, leading to service suspension. After attempting to cancel, the provider continued billing for unused service. This reflects a common telecom pattern of opaque billing changes and difficulty exiting service agreements.
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.
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.
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.
Distributed teams use outdated assets that break brand consistency
Sales and marketing teams in B2B companies routinely go off-brand by using outdated logos, decks, and templates despite official guidelines. Enforcing brand compliance across distributed teams is a constant operational struggle. The gap between brand governance and day-to-day asset usage creates reputational and consistency risk.
Freelancers lose hours to scope creep despite contract clauses
Freelancers consistently provide 8+ hours per month of uncompensated out-of-scope work because clients ignore contract language and reframe enforcement as a relationship threat. The gap between written agreements and practical enforcement creates a structural income loss for independent contractors.
Professionals waste time manually feeding client docs into ChatGPT
Knowledge workers and consultants repeatedly copy-paste client documents into AI chat interfaces to get analysis or summaries. There is no persistent context, no structured workflow, and no version tracking. This creates unreliable outputs and significant friction at scale.
Card Issuers Side with Merchants in Disputes for Undelivered Goods
When consumers never receive purchased merchandise, credit card issuers accept merchant delivery claims without requiring proof, leaving consumers liable. There is no mechanism to submit third-party scam evidence—such as review patterns or public complaints—during the chargeback review. Consumers lose disputes even against documented scam operations.
Freelancers Drowning in Bloated, Overpriced Accounting Software
Solo operators and freelancers using QuickBooks or Xero for basic invoicing and expense logging are burdened by dozens of unused features, aggressive upsells, and steadily increasing subscription costs. The core accounting math is simple but incumbents monetize complexity. Strong demand for a stripped-down, flat-rate tool focused solely on transaction logging and accountant export.
Private Car Sellers Have No Safe Way to Handle Test Drives with Strangers
Private vehicle sellers face real theft and fraud risk when allowing unknown buyers to test-drive their car. There is no lightweight digital solution that combines ID verification, digital waivers, and GPS tracking for one-off private sales. High-urgency problem with clear willingness to pay per transaction.
Parsing Italian bureaucratic documents is complex and error-prone
Italian bureaucratic documents (tax forms, payslips, F24, contracts) are notoriously opaque and deadline-sensitive, causing significant stress for individuals who lack specialized knowledge to interpret them. There is no widely available automated tool that extracts structured data, deadlines, and action items from these documents. The gap creates real financial and legal risk for ordinary citizens.
Developers cannot monitor multiple AI coding agents without tab-switching
Developers running concurrent AI coding agents (Claude Code, Codex) must repeatedly switch between tabs to check status, approve prompts, and see progress. Babysitting agents breaks flow and wastes time. A lightweight, ambient status layer directly addresses the friction.
Figma designs require expensive manual rebuild to become real apps
Designers produce complete Figma mockups but must hire developers to painstakingly reconstruct them in code, with imperfect fidelity. The translation cost and quality gap block solo founders and small teams from shipping mobile apps from their own designs. Code-generation-from-design tools are growing but pixel-perfect native app output remains underdelivered.
Scammers spoof bank caller ID to impersonate fraud department and authorize wire transfers
Fraudsters spoof the exact phone numbers banks display to customers as official contact points, then call pretending to be the fraud department to request wire transfers. Victims comply because the number matches their saved bank contact and the caller has context about their account. Banks have no real-time caller ID authentication mechanism to warn customers that the inbound call is not from the bank.
Mortgage payment fraud via bank impersonation SMS
Fraudsters send SMS messages impersonating banks, redirecting mortgage payments to personal accounts. Consumers cannot easily distinguish legitimate bank communications from scams. This is a growing attack vector as more financial institutions adopt text-based communication.
Web Scrapers Break Silently, Corrupting Downstream Data
Web scrapers frequently break without alerting teams when target page structures change. Data engineering teams discover the failure only after downstream quality issues surface. The silent failure mode compounds the cost significantly.