Explore Problems
Showing 3,665 of 4,988 problems · matching your filters
GEICO Fails to Explain Premium Changes When Policyholders Add Drivers or Vehicles
GEICO customers who add a driver or vehicle to their policy are not given a clear explanation of how the change affects their premium, leading to billing confusion and customer service disputes. The lack of proactive transparency around policy changes is a systemic issue in insurance billing communications. Customers discover unexpected charges only after the fact.
TV Episode Tracking Apps Require Accounts and Display Ads
All mainstream TV episode trackers require user registration and monetize through advertising, creating friction for casual users who want lightweight episode tracking. The market gap for a zero-account, ad-free episode tracker is clear but the audience is small. Technically straightforward to build.
Comcast Charged Cancelled Plan via Unauthorized Auto-Withdrawal Then Fined Customer for Stopping It
Comcast auto-withdrew payment for a cancelled plan the customer had not authorized for auto-pay, then charged a $25 fee when the customer placed a stop payment on the unauthorized charge. No store agent or text support could resolve it.
ISPs Charge Customers for Repeat Repairs Caused by Their Own Contractor Errors
When ISP-dispatched technicians perform substandard repairs requiring a follow-up visit, the carrier bills the customer for the second repair rather than absorbing contractor error costs. Customers face resistance when disputing these charges and receive inadequate credit offers. The lack of service quality accountability creates financial harm for incidents entirely within the carrier control.
Video Captioning Tools Force Cloud Upload and Subscriptions
Video editors and content creators must upload private client footage to cloud servers and pay ongoing subscriptions just to add captions. There is a clear demand for local, native, privacy-preserving captioning tools that leverage on-device hardware.
Difficulty Scaling Property Management Across a Growing Portfolio
Young investors rapidly acquiring rental properties struggle to evaluate and manage property management at scale. Choosing and overseeing PM companies becomes a bottleneck as portfolio size grows.
YouTube Recommendations Refresh, Making Noticed Content Unrecoverable
YouTube's recommendation panel refreshes on a platform-controlled schedule designed to maximize engagement, not serve user intent. Content spotted briefly but not immediately clicked disappears permanently with no way to retrieve it. Users have no mechanism to freeze, queue, or revisit a recommendation state they found valuable.
Cloud Platform Choice: When Is Cloudflare Enough vs AWS/GCP?
Developers struggle to evaluate whether edge-first platforms like Cloudflare Workers can replace traditional cloud providers, leading to over-engineering or under-provisioning.
Docker containers share host kernel creating security vulnerability risk
Docker containers share the host kernel, meaning any kernel vulnerability exposes the host. Firecracker microVMs offer better isolation but are hard to set up.
SaaS Founders Waste Weeks on Landing Pages That Do Not Convert
Early-stage founders spend weeks perfecting landing pages that fail to answer the user question: is this for me? Conversion remains poor.
No-code products hit a wall after the initial build phase
No-code/AI builders create an MVP fast but hit a wall on polish, deployment, and production readiness.
Zendesk Sandbox and Production Environments Drift Out of Parity
Support engineering teams struggle to keep Zendesk sandbox configurations synchronized with production, causing untested regressions to reach live customers. The lack of native environment diffing forces manual reconciliation that is error-prone at scale. Enterprise teams need reliable staging-to-production promotion workflows.
Zendesk platform bloat makes it harder to use over time
As Zendesk has grown, it has become clunkier with inconsistent analytics metrics and increasingly robotic support. Enterprise CX teams are losing confidence in the platform reliability.
HEIC Image Uploads Remain Painful for Web Developers in 2026
iPhones default to HEIC format but browsers cannot render it, and server-side conversion via sharp requires building from source due to HEVC patent issues, causing cryptic errors and friction.
Asana task dependencies require manual updates for complex workflows
User reports task dependencies and execution order must be manually adjusted when workflows become complex and non-routine. Highlights workflow automation gap in project management tools.
Debt Collectors Using Spoofed Local Numbers and Threatening Language
Collection agencies use spoofed local area code numbers to mask their identity and leave threatening voicemails suggesting severe legal consequences. These tactics violate FDCPA prohibitions on harassment and deceptive communication yet continue due to inadequate enforcement. Consumers have limited tools to identify and report these violations effectively.
Calendly workflow depth and multi-person scheduling too rigid
Calendly limits advanced workflow automation and forces rigid structures for multi-person scheduling. Power users coordinating complex scheduling scenarios need more flexible tooling.
Canva missing user autonomy controls for blocking and groups
Canva users cannot block others or leave groups independently, creating social friction in shared workspaces. Missing safety and autonomy controls are increasingly critical as the platform grows into education and team use cases.
Developers Lack Engaging Crisis Simulation Tools to Practice High-Pressure Scenarios
There is no engaging, game-like format for developers to practice high-stakes real-world scenarios such as merge conflicts, failed deployments, or debugging under time pressure. Existing learning platforms focus on knowledge, not pressure-conditioned practice. This leaves developers underprepared for incidents that require calm, rapid execution under stress.
No Lightweight CLI Tool for Local LLM Code Critique Without IDE Integration
Developers who prefer minimal tooling setups lack a simple REPL-style interface to run local LLMs for code review and debugging without IDE plugins. Existing solutions either require deep IDE integration or browser-based UIs that feel heavyweight. There is no lightweight, terminal-native tool for loading source files and interacting with local models like llama.cpp for critique.