Explore Problems
Showing 135 of 4,293 problems · matching your filters
Long-running coding agents lose task state when context windows overflow or sessions end
Coding agents handling multi-phase tasks store all intermediate state in volatile session context. When context overflows or sessions terminate, the agent loses the full decision history, leading to repeated mistakes and failed handoffs across phases. There is no standard mechanism for externalizing agent workflow state to durable structured storage.
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.
Intercom AI Support Bot Hallucinates and Validates Incorrect Customer Claims
Intercom's AI support agent generates incorrect information and sometimes sides with customers even when those customers are factually wrong. Support teams using AI deflection cannot trust the bot to represent company policy accurately, creating customer confusion and potential liability when the AI confirms false premises.
European Teams Are Abandoning US SaaS Over Data Privacy and Pricing Risk
GDPR enforcement, the Cloud Act, Schrems II fallout, and volatile USD pricing are pushing European organizations to systematically audit and replace US-based SaaS tools with EU-hosted alternatives. The EU SaaS ecosystem has matured enough to cover most categories including project management, analytics, support, and email. This structural shift creates sustained demand for compliant EU-based alternatives across the entire software stack.
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.
Slack Channel Noise Buries Important Messages as Teams Scale
As team size and channel count grow in Slack, high message volume causes critical communications to get buried under general conversation. Notification overload adds to the problem, and search lacks the contextual ranking needed to surface relevant older messages reliably. Teams have no effective built-in mechanism to separate signal from noise.
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.
Home insurers cover cosmetic repairs but deny root-cause fixes, then cancel policies
When water damage occurs, insurers pay for interior remediation only — refusing to waterproof the foundation that caused the leak — leaving homeowners with a temporary fix and a recurring problem. The policy language creates a structural gap between what is covered and what constitutes a permanent repair. Insurers compound the harm by cancelling coverage when homeowners document the remediation work that was done.
Salesforce CRM overwhelming feature density drives user abandonment
Salesforce users consistently report feeling overwhelmed by the sheer number of functions, tabs, and options presented without clear hierarchy or guidance. The complexity gap between what most sales teams need and what the platform exposes creates adoption friction. This drives mid-market teams toward lighter CRM alternatives despite Salesforce's feature depth.
GPU Infrastructure Setup for Robot Physics Simulation is Painful and Repetitive
Robotics engineers setting up GPU-based simulation environments (Isaac Sim, Gazebo, MuJoCo) face significant infrastructure overhead each time they start a new project or join a new team. The process of provisioning, configuring, and tearing down cloud GPU instances for headless simulation runs lacks any CI/CD equivalent, forcing teams to solve the same infra problems repeatedly. The pain is acute enough that teams starting fresh dread the ramp-up, even if they have solved it before.
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.
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.
No Standard Protocol for AI Agents to Discover and Compare Real-World Services
AI agents can read web content and call tools but lack a structured way to discover what services a business offers, compare alternatives by SLA and pricing, and place orders autonomously. Existing standards like llms.txt address content readability but not service capability enumeration or procurement workflows. As agents increasingly act as procurement tools, the absence of a machine-readable service manifest format creates a significant integration barrier.
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.
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.
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.
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.
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.
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.
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.