Explore Problems

Showing 183 of 6,868 problems · matching your filters

Support AI Can Answer Questions But Cannot Execute In-App Changes for Users

Intercom and similar tools can field support questions but cannot take actions within the product on the user's behalf — reps must still manually execute changes. As agentic AI capabilities grow, this gap between conversation and action becomes the primary customer service bottleneck.

2 mentions1 sources
S5.3L8
Customer Experience · Chatbots & AI Support

AI coding tools waste context on large codebases missing key dependencies

LLM-based coding assistants like Claude and Cursor struggle with large codebases, either missing critical dependencies or consuming excessive context window capacity. Developers lack a lightweight layer to pre-process repository structure and compress relevant context before sending to the model. This problem grows with codebase size and LLM adoption.

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

AI knowledge tools lose prior context when new information is added to documents

AI assistants embedded in note-taking and knowledge management tools fail to retain previously learned information when a user updates or adds new content, causing the system to forget earlier context. This makes the AI unreliable for maintaining a coherent, evolving knowledge base over time. The problem is fundamental to how current LLM context windows interact with dynamic document stores.

1 mentions1 sources
S5.3L8
Productivity · Knowledge Management

Debt Collector Pursues Already Discharged Debt from Bankruptcy

Consumers face collection attempts on debts that were legally discharged in bankruptcy or are otherwise not owed. Collectors ignore discharge paperwork and continue pursuit, violating FDCPA protections. Affected consumers must navigate complex legal remedies without accessible consumer advocacy tools.

1 mentions1 sources
S5.3L8
Industry Verticals · FinTech & Banking

Notion Offers No Offline Access for Quick Note Capture on Mobile

Notion users cannot access or create notes in their workspace without an active internet connection, blocking the most fundamental use case of a note-taking app. Mobile users who need to capture ideas in low-connectivity environments have no fallback. This forces users to use a second app for offline capture and manually migrate content back into Notion.

1 mentions1 sources
S5.3L8
Productivity · Note Taking & Writing

LLM Code Agents Diagnose Root Causes Well But Propose Poor Fixes

Developers using LLM-driven coding agents report a consistent pattern where the model accurately identifies root causes of bugs but then proposes fixes that are architecturally unsound or that erode long-term maintainability. The disconnect between strong analysis and weak remediation is particularly damaging for projects without technical oversight, where bad AI-generated patches accumulate silently. Users with software architecture expertise can catch and reject bad fixes, but the problem is invisible to non-technical "vibe coders."

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

Telecom multi-agent runaround leaves discount issues unresolved for days

Customers with billing or discount issues at major carriers encounter compounding failures: AI blocks human access, agents transfer rather than resolve, and verification links arrive broken or with contradictory instructions. A single account issue consumes an entire day across seven touchpoints with no resolution. This is a structural support fragmentation problem, not an isolated service failure.

1 mentions1 sources
S5.3L8
Customer Experience · Support & Helpdesk

Hallucinated Citations in Published Scientific Literature

Hundreds of thousands of papers contain AI-generated fake citations, poisoning training data and undermining academic integrity across major publishers.

1 mentions1 sources
S5.3L8
Industry Verticals · Education & EdTech

AI Assistants Refuse Reasonable Tasks Outside Their Fixed Capability Scope

Current AI assistants hit hard capability boundaries and refuse tasks slightly outside their predefined scope. Users want AI that can perform computer actions, adapt to novel requests, and extend capabilities based on user needs. The fixed-scope architecture limits AI assistants to known task categories rather than general problem-solving.

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

Code editors have AI autocomplete but the rest of the OS does not

AI autocomplete exists in code editors but nowhere else on the desktop. Knowledge workers typing in Slack, email, Jira, and other apps lack a system-wide AI that learns their writing patterns and completes thoughts with a single keystroke.

1 mentions1 sources
S5.3L8
Productivity · Automation & Workflows

AI Chat Conversations Become Disorganized Graveyards of Lost Ideas

AI chat conversations generate valuable ideas and thinking, but these insights are scattered across hundreds of chat sessions with no way to connect, organize, or build on them over time. Users keep restarting the same thought processes because previous conversations are effectively lost.

1 mentions1 sources
S5.3L8
Productivity · Knowledge Management

AI Coding Agents Struggle to Produce Pixel-Perfect Frontend Code From Figma Designs

LLM coding agents excel at logic and backend code but fail at translating Figma designs into precise, responsive frontend implementations because they lack design-aware context about component structure and visual intent. Frontend developers spend significant time correcting AI-generated UI code that misinterprets the design. Tools that bridge design context into agent workflows are emerging to fill this gap.

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

Pipedrive Lacks HIPAA Compliance for Healthcare-Adjacent Teams

Pipedrive does not offer HIPAA compliance, preventing adoption by businesses in healthcare-adjacent industries where patient data may flow through CRM processes. The learning curve also creates friction for less technical teams. Both gaps are structural and require vendor-level resolution.

1 mentions1 sources
S5.3L8
Business Operations · Sales & CRM

Auto Dealers Alter Lease Documents After Customer Signature

Auto dealerships submit materially altered lease agreements to financing companies that differ from the copy retained by the consumer, enabling inflated end-of-lease charges based on terms the customer never agreed to. Consumers have no reliable mechanism to verify document integrity between signing and submission, and the lender treats the dealer-submitted version as authoritative. This creates a systematic fraud vector with no independent audit trail.

1 mentions1 sources
S5.3L8
Industry Verticals · Automotive

Git hosting needs review-first design as AI agents drive most contributions

With AI agents producing the majority of patches, the bottleneck shifts from authoring to triage. Existing platforms lack risk scoring, machine-readable contribution policies, and first-class agent identity with owners and trust history.

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

AI Agents Make Opaque Decisions With No Decision-Level Observability

As AI agents enter production, developers lack tools to trace why an agent made a specific decision rather than just what it did. Traditional APM tools track metrics and logs but not reasoning chains, creating a debugging blindspot. Decision-aware observability is an emerging critical need for reliable agentic systems.

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

Banks Holding Consumers Liable for Fraudulent Check Fraud in Marketplace Transactions

Banks allow consumers to withdraw funds from deposited checks before they clear, then hold consumers fully liable when checks prove fraudulent. This practice is particularly damaging in peer-to-peer selling contexts where fraudulent payment methods are common. The bank policy of enabling early access while shifting all fraud risk to consumers creates a predictable harm pattern.

1 mentions1 sources
S5.3L8
Security & Compliance · Fraud Prevention

AI systems in production lose interpretability as they scale

Engineering teams shipping AI in production report a failure category where standard metrics stay green while the system loses coherence or drifts in non-reproducible ways. The root cause is structural: verification built on the same model that generates creates blind spots that existing observability tooling cannot detect.

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

Long-Running AI Agent Sessions Require Fragile Shell Multiplexer Workarounds

Developers running long-lived Claude Code or AI agent sessions over SSH must use tmux or screen multiplexers that introduce subtle shell behavior changes and lack standardized safety controls. There is no clean, first-class approach for running multiple parallel isolated agent sessions — a gap that becomes critical as agentic workflows shift toward longer, more autonomous task execution.

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

No Standard Protocol for AI Agents to Communicate Across Machines

Developers running AI agents on multiple computers or cloud instances have no clean way to route messages between agent instances without custom infrastructure. Existing messaging tools are not designed for agent capability-based discovery. An OSS solution (Viche) emerged using the Erlang actor model to address this gap.

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