Explore Problems
Showing 183 of 6,868 problems · matching your filters
Mortgage Servicer Double-Charges Property Taxes in Escrow Using Inflated Overlay
LoanCare extracts double the actual county-assessed property tax through escrow by applying a fraudulent administrative neighborhood overlay. The homeowner's county-assessed tax is $3,400 but the servicer charges $6,900 annually, pocketing the difference with no disclosure or justification.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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."