Explore Problems
Showing 410 of 8,823 problems · matching your filters
Engineering leads lack visibility into AI coding tool effectiveness
As AI coding assistants become standard in engineering teams, managers have no way to measure whether they improve or harm productivity. There is no signal on which engineers benefit, where AI wastes time through retry loops, or what the aggregate ROI looks like. CTOs and EMs are flying blind on a significant tooling investment.
AI agents have no standardized identity or namespace on the web
As autonomous AI agents multiply, there is no governing standard for how they identify themselves, route traffic, or claim a persistent namespace on the open internet. Builders deploying agents face ambiguity about trust, discoverability, and inter-agent communication. The gap creates risks for both agent operators and the services they interact with.
Each AI Tool Holds a Disconnected Slice of User Context
As users adopt multiple AI assistants and tools, each maintains a separate isolated memory profile, requiring constant context re-introduction and preventing coherent cross-tool understanding. The fragmentation compounds as AI tool usage grows. There is no standard protocol for a unified personal knowledge layer across AI systems.
Shopify App Ecosystem Cost Creep Burdens Small Merchants
Shopify merchants face rapidly escalating costs as core features require paid third-party apps, while theme customization demands coding knowledge most SMB owners lack. App overload also degrades storefront performance. These compounding costs and skill barriers disadvantage non-technical merchants competing on Shopify.
SaaS free trial cancellation flows are deliberately obstructive
A Canva user spent an hour attempting to cancel a free trial, believed she had succeeded, and was still charged £18. The company's AI-powered support made navigation harder rather than easier. This reflects a widespread SaaS dark pattern where cancellation is intentionally friction-heavy, with AI support adding a new layer of obstruction.
System Design Diagrams Require Manual Drawing During Verbal Architecture Discussions
Engineers must mentally context-switch between talking through architecture and manually constructing diagrams, breaking the flow of design discussions and technical interviews. No tool allows diagrams to be generated in real time from verbal system design reasoning, forcing teams to either choose between discussion quality and documentation quality.
Helpdesk Admin Platforms Too Complex for Non-Technical Users
Enterprise helpdesk platforms like Zendesk require significant technical expertise to configure, customize, and maintain, creating a dependency on developers or specialized admins for routine operations. Non-technical support managers cannot independently set up routing rules, automations, or integrations without risking misconfiguration. This complexity gap drives either underutilization of platform features or ongoing professional services costs.
Product demo production takes longer than building the product
Builders and founders consistently spend more time producing demos than developing the product itself. Recording, editing, voiceover, and keeping demos current with product changes creates compounding overhead. This friction delays launches and wastes engineering time on non-core work.
Marketers cannot track or grow brand presence in LLM-generated search results
Brand visibility is increasingly determined by how AI systems like ChatGPT and Perplexity represent companies in generated responses. There are no established tools for identifying which prompts trigger brand mentions, diagnosing content gaps, or attributing traffic growth to LLM-specific optimization efforts. Marketing teams lack any measurement framework for this channel.
Real estate flippers discovering hidden defects from prior botched renovations
Investors acquiring previously rehabbed properties regularly inherit undisclosed structural, electrical, or plumbing defects from substandard prior work that passes visual inspection. Standard inspections and disclosures fail to surface these issues, leading to unexpected cost overruns after acquisition. The problem reflects a lack of standardized rehab quality documentation in the resale market.
Bank Manipulates ACH Return Order to Disguise Overdraft Practices
Citibank returned an ACH debit that presented against sufficient funds while honoring a later, larger debit that actually caused an overdraft, then mislabeled the return as an insufficient funds event. This high-to-low transaction ordering is the subject of major consumer protection litigation against large banks. Consumers have no effective recourse when banks misclassify returns to obscure predatory sequencing.
Indie and Small Sites Are Invisible in AI-Powered Search
Independent websites and small projects are losing discoverability as AI search engines (ChatGPT, Perplexity, Gemini) favor established brands and crawled datasets. No clear mechanism exists for small creators to ensure their content surfaces in AI-generated answers, threatening the long-tail web ecosystem.
Internal Tools Built as Notebooks or Spreadsheets Rarely Become Secure Real Apps
Non-engineer employees regularly build internal workflow logic in notebooks or spreadsheets, but these never graduate into secured, production tools because engineering teams have higher-priority work. This leaves ad hoc, hardcoded, unauthenticated tools running critical processes (such as fraud-detection thresholds) without proper access control or credential handling.
Notion forces AI features on users with no way to disable them
Notion has integrated AI prompts and suggestions pervasively into its interface with no option for users to disable or reduce AI exposure. Users who returned to Notion for structured note-taking find the AI features disruptive and intrusive rather than helpful. This creates a genuine product gap for knowledge workers who want a clean, non-AI-augmented writing and organization tool.
Insurance claim payouts fall far short of actual storm repair costs
Homeowners filing storm damage claims receive settlements that cover a fraction of actual contractor repair costs, with adjusters systematically undervaluing damage. Policyholders lack tools to document, appraise, and challenge low settlement offers effectively. As extreme weather events increase, this gap between policy promise and payout reality grows.
Car Dealers Forging Customer Signatures to Add Declined Products to Financing Contracts
Dealership finance managers create new contracts after customers leave, forging signatures to include products the customer explicitly declined such as extended warranties. The forged documents are then submitted to the lender, who fails to detect the discrepancy despite consumer evidence. Police reports go unaddressed and the fraudulent loan terms remain in effect.
Telecom Companies Refuse to Cancel Deceased Accounts Despite Legal Documentation
Estates and next-of-kin cannot cancel telecom accounts of deceased relatives despite submitting death certificates and power of attorney multiple times. AT&T and similar carriers continue billing estates indefinitely. Estate administrators have no efficient automated pathway to close utility accounts, creating ongoing financial and legal burden.
AI agents cannot run persistently in the background
Users want AI agents that continue executing tasks when they close their phone or laptop, but current architectures require an active session. This blocks use cases like autonomous research, monitoring, and multi-step workflows that take longer than a typical interaction. The 296 upvotes confirm this is a broadly felt capability gap.
Home Services Lead Marketplace Delivers Mostly Unresponsive Leads With Steep Exit Fees
A contractor paid roughly $350 per month for five months on a leads marketplace and closed zero jobs, estimating 90-95% of leads were unresponsive or unqualified. When they tried to cancel after explaining the lack of return on investment, they were told they owed approximately $1,190 to exit the contract early. This combination of poor lead quality and punitive cancellation terms creates a structural trap for small contractors who can't validate lead quality before committing to a contract.
AI Coding Agents Drift From Instructions in Long-Running Tasks
Developers using AI coding agents on long-running work report the agents forgetting instructions, blurring the line between implementing and reviewing, and requiring repeated correction of the same feedback. Existing mitigations like adding more rules to prompts or CLAUDE.md files do not enforce compliance since the agent can still silently skip steps.