Explore Problems

Showing 2,458 of 6,918 problems · matching your filters

AI support bots extend resolution time without solving problems

AI support bots deployed by companies like Pipedrive add process steps to support interactions without improving outcomes — users must exhaust the bot before reaching a human who can actually help. This increases time-to-resolution and frustrates customers who can already tell the bot will not solve their issue. The problem is structural to how most AI support funnels are designed today.

2 mentions1 sources
S5.8L6
Customer Experience · Support & Helpdesk

Web scrapers fail against modern bot protection, headless Chrome is too slow and expensive

Existing web scraping tools break against real bot protection like Cloudflare. Headless Chrome works but costs 200MB RAM and 5+ seconds per page. Most scraping APIs are black boxes with no debugging visibility. TLS fingerprinting offers a faster alternative.

1 mentions1 sources
S5.8L6
Developer Tools · APIs & Integrations

Consumers Unaware of Legal Rights to Stop Debt Collector Harassment

Millions of US consumers receiving debt collector calls are unaware that federal law (FDCPA Section 805c) gives them the right to legally compel collectors to stop all contact via a written cease and desist letter. Because this right requires knowing the law exists, drafting a properly formatted letter, and understanding enforcement mechanisms, most people endure ongoing harassment rather than exercising a remedy that has existed since 1977. The gap between legal entitlement and practical access creates friction that disproportionately affects financially stressed individuals least likely to have legal counsel.

1 mentions1 sources
S5.8L6
Industry Verticals

Indie App Founders Have No Systematic Approach to Post-Launch Distribution

Independent app developers consistently discover that building is predictable but distribution after launch is not — zero default traffic means sustained manual distribution effort is required from day one. Genuine early feedback is scarce without an existing audience, and most founders have no systematic approach to acquiring their first real users. Distribution has become the product that must be built after shipping.

1 mentions1 sources
S5.8L6
Marketing & Growth

Shopify pricing forces small merchants to pay for essential features through expensive third-party apps

The basic Shopify plan lacks features like pre-orders and reviews that require additional paid apps, making the true cost significantly higher than advertised. Aggressive financial product upselling compounds merchant distrust.

16 mentions2 sources
S5.8L6
Industry Verticals · E-commerce & Retail

Headless browser bot traffic inflating Google Ads costs for small businesses

Sophisticated bots using tools like Playwright simulate real browser behavior, potentially triggering Google Ads clicks and conversion events that inflate advertiser costs. Unlike simple crawler bots that are filtered automatically, headless browser scrapers can evade standard protections and cause real financial harm. Existing click-fraud detection tools are not designed to identify this specific threat vector.

1 mentions1 sources
S5.8L6
Marketing & Growth · Advertising & Paid Media

Solo Builders Lack Access to Structured Peer Feedback

Independent developers and founders building in isolation have no reliable way to get honest, informed feedback on their work in progress. Informal peer feedback groups are hard to find and unstructured. The extreme engagement on this topic (1,077 upvotes) signals that building-in-a-vacuum is one of the most widely felt pain points in the indie builder community.

3 mentions1 sources
S5.8L6
Productivity · Collaboration & Messaging

Sensitive Documents Forced to Cloud Services for Basic Processing

Users needing to merge, compress, or perform OCR on PDFs and images must upload sensitive files to third-party cloud services with no local alternative. This creates real privacy and compliance risk for anyone handling confidential, legal, or regulated documents. Client-side processing via WASM exists but is not mainstream.

1 mentions1 sources
S5.8L7
Productivity · File & Document Management

Job Listings on LinkedIn Are Stale, Fake, or Filled Before Applications Are Reviewed

Job seekers report that LinkedIn postings are routinely filled before being listed, ghost postings with no real openings, and apply buttons that produce no response. This structural flaw wastes significant candidate time and erodes trust in the platform. A verified, real-time job feed with posting freshness signals would address a widely-felt pain point.

1 mentions1 sources
S5.8L7
Business Operations · HR & Hiring

Bank staff access unrelated customer financial details during visits

During a routine notary appointment unrelated to a mortgage, a bank customer was asked detailed questions about properties and finances that the notary should not have had visibility into. This points to overly broad internal data access, letting staff view sensitive customer information outside the scope of the service being performed.

78 mentions1 sources
S5.8L6
Security & Compliance · Data Privacy

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.

1 mentions1 sources
S5.8L8
Developer Tools · Coding Tools & IDEs

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.

1 mentions1 sources
S5.8L8
Developer Tools · AI & Machine Learning

Technical Professionals Cannot Query Large Manuals Offline with Cited Answers

Engineers, pilots, and technicians working with large technical PDFs need to locate precise information quickly, but generic PDF search is slow and cloud AI tools require uploading sensitive documents. An offline, citation-aware document query tool addresses both the speed and confidentiality constraints.

1 mentions1 sources
S5.8L8
Productivity · Knowledge Management

AI agent recurring workflows lose shared context over time

Teams running recurring agent workflows in tools like Manus find that shared context degrades after each task cycle, requiring manual instruction updates. There is no automated mechanism to propagate learned context back into persistent project instructions. As agentic workflows scale, this context drift becomes a critical reliability gap.

1 mentions1 sources
S5.8L8
Developer Tools · AI & Machine Learning

AI Coding Agents Lose All Context Between Sessions with No Continuity

Developers using AI coding agents like Claude Code or Codex lose accumulated project context when sessions end, forcing repeated re-explanation of codebase details. There is no persistent, cross-session memory layer to maintain workstream continuity across agent interactions.

1 mentions1 sources
S5.8L8
Developer Tools · AI & Machine Learning

Vector Databases Degrade in Quality as AI Agent Memory Grows Beyond Thousands of Entries

Standard vector databases store memories without any consolidation, deduplication, or conflict resolution, causing recall quality to drop significantly as memory counts grow into the thousands. AI agents accumulate contradictory facts, redundant near-duplicates, and outdated information that fills context windows with noise rather than relevant history. No production-ready solution exists that handles memory lifecycle management — forgetting, consolidating, and resolving contradictions — as a first-class concern.

1 mentions1 sources
S5.8L8
Data & Infrastructure · Databases

Claude Agent SDK architecture is incompatible with multi-tenant production web backends

Teams building multi-tenant AI assistants on Claude find the Agent SDK has fundamental limitations for production web use: 12-second subprocess spawn overhead per call, filesystem-based sessions that cannot scale horizontally, memory issues in long-running processes, and a Node.js subprocess dependency that conflicts with Python backends. The SDK saves significant upfront work but forces painful architectural rewrites at scale, leaving teams in a difficult position between convenience and production readiness.

1 mentions1 sources
S5.8L8
Developer Tools · Coding Tools & IDEs

Non-technical AI builder users cannot deploy their apps due to DevOps complexity that assumes developer knowledge

Tools like Lovable and Bolt enable non-engineers to build software but leave them stranded at deployment. Vercel and Netlify UX assumes familiarity with build configs and environment variables, causing widespread abandonment at the finish line.

1 mentions1 sources
S5.8L8
Developer Tools · DevOps & Infrastructure

No Tooling to Orchestrate AI Agents Across the Full Product Development Lifecycle

Product and engineering teams want to match Anthropic-style AI-assisted velocity but lack tooling to coordinate AI agents across ideation, planning, issue generation, implementation, and review. Internal builds solve parts of the problem but are not productized or generalizable. The bottleneck has shifted from engineering output to orchestrating what to build next.

1 mentions1 sources
S5.8L8
Developer Tools · AI & Machine Learning

AI Support Bots Fail on Complex Queries and Ignore User Language Preference

Intercom's Fin AI frequently gives incorrect answers to complex customer inquiries and responds in a different language from the one the customer used. Affected teams must manually update all reply templates as a workaround after repeated reports go unresolved for weeks. As AI support tools proliferate, language-aware accuracy on non-trivial queries remains unsolved across the category.

1 mentions1 sources
S5.8L7
Customer Experience · Chatbots & AI Support
Previous25/123Next