Explore Problems
Showing 5,594 of 7,553 problems · matching your filters
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.
Banks freeze matured CD funds after retrieving them mid-transfer
A depositor's matured CD funds were withdrawn and transferred to another institution, but the receiving bank froze the account and denied access to the money, leaving it in limbo earning no interest for months.
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.
Coding Agents Lack Direct Access to Granular Financial Market Data
Traders and researchers using LLM coding agents for investment analysis find the models cannot access precise financial data, like options pricing, SEC filings, or ticker-level metrics, and instead fall back on generic web search that returns imprecise or outdated numbers. This forces users to manually gather and paste data into the agent themselves to get analysis grounded in real figures.
Linear Slide Decks Cannot Adapt to Audience Questions During a Live Pitch
Sales presenters using standard linear slide decks cannot easily branch to answer unexpected audience questions mid-pitch without breaking their flow, often losing audience engagement and failing to land the pitch when the conversation goes off-script.
Mainstream note-taking apps lack genuine privacy for personal writing
A long-time Notion user expresses regret that the product does not offer real privacy protections for personal notes, despite otherwise being satisfied with it. This reflects a broader gap where popular cloud note-taking tools do not give users confidence that their personal writing stays private.
Allstate claims departments give contradictory total-loss determinations
After being hit by an Allstate customer, a driver received conflicting total-loss determinations from three different agents over the course of a month, plus a wrong phone number that delayed vehicle pickup by ten days and unreimbursed rental costs. Poor coordination between claims departments caused repeated delays and incorrect compensation.
Carvana's return window doesn't account for third-party repair scheduling delays
A Carvana buyer discovered undisclosed windshield damage on a purchased vehicle and reported it within the 7-day return window, but the earliest available repair appointment through Carvana's warranty administrator fell on day 8. Carvana then denied the claim for being outside the return period despite the timely report.
Manual data entry between Jobber CRM and QuickBooks wastes time
Small service businesses using Jobber for CRM and QuickBooks for bookkeeping must manually re-enter receipt and job data between the two systems. This repetitive, error-prone process grows more burdensome as transaction volume increases, despite both platforms offering REST APIs.
Banks Hold Canceled Order Funds for Weeks After Authorization Should Drop
Bank of America retained a $100 authorization hold on a customer's available balance for weeks after the order was canceled. Banks do not automatically release holds when merchants cancel orders, leaving customers with reduced available funds for extended periods.
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.