Explore Problems

Showing 186 of 8,793 problems · matching your filters

AI support agents provide no reasoning visibility or correction loop

AI support agents like Intercom Fin give administrators no insight into why a response was generated, making it impossible to diagnose wrong answers or teach corrective behavior. Support teams are left guessing at root causes and cannot close the feedback loop between agent errors and knowledge base improvements. This gap is structural to most current AI support deployments.

1 mentions1 sources
S6.0L8
Customer Experience · Support & Helpdesk

AI coding agents start every session with zero codebase knowledge, forcing repeated context rebuilding

AI coding agents have no memory of codebase ownership, co-change patterns, or past architectural decisions between sessions — despite all this information existing in git history and dependency graphs. Developers repeatedly spend time re-explaining context that should be automatically available. Exposing structured codebase intelligence via MCP tools would let agents make grounded decisions and reduce developer overhead significantly.

1 mentions1 sources
S6.0L8
Developer Tools · Coding Tools & IDEs

AI systems leak user data through indirect prompt injection

LLM-integrated applications can expose user data to third parties even when users provide no malicious input, due to prompt injection via untrusted content or model memorization. This is a structural vulnerability in how AI is embedded in SaaS products. Every team deploying LLMs without robust output filtering is at risk.

1 mentions1 sources
S6.0L8
Security & Compliance · Data Privacy

AI Agent Platforms Lack Robust Human-in-the-Loop Approval Workflows

Enterprise AI agent platforms have inadequate mechanisms for human approval of sensitive agent actions, with poor notification routing, no multi-channel delivery, and missing batch approval capabilities.

1 mentions1 sources
S6.0L8
Developer Tools · AI & Machine Learning

SaaS In-App Chatbots Answer Questions But Cannot Complete Workflows

Users get lost in complex SaaS products and existing chatbot support can only explain what to do, not do it for them. Navigating settings, completing integrations, and resuming interrupted workflows requires the user to still act — the bot just narrates. An agent that directly operates the application interface would eliminate the last-mile gap between instruction and execution.

1 mentions1 sources
S6.0L8
Customer Experience · Chatbots & AI Support

PII Leaks to External LLM APIs in Production Apps

Developers building LLM-powered products inadvertently send personally identifiable information to third-party model APIs, creating GDPR, HIPAA, and SOC 2 compliance exposure. There is no lightweight, easy-to-integrate layer that masks PII before requests leave the application boundary. The gap affects every team using LLM APIs with real user data.

1 mentions1 sources
S6.0L8
Security & Compliance · Data Privacy

AI-generated vibe-coded apps ship with live security holes

Applications built quickly with AI coding tools like Replit, Lovable, and Cursor often go to production with unaddressed access-control vulnerabilities, and their builders typically lack security expertise. High engagement (532 upvotes) suggests broad resonance, though it surfaces via a solution launch rather than direct user complaints.

1 mentions1 sources
S6.0L8
Security & Compliance · Application Security

AI Agent Loops Are Opaque: Silent Failures Hidden Behind 200 OK Responses

AI agents running in production can silently loop, replay the same tool call for minutes, or stall — while HTTP logs show clean 200 OK responses. Standard observability tools have no concept of multi-turn agent behavior, leaving engineers blind to the actual agent execution path. Diagnosing these failures requires deep network-level inspection of LLM traffic that no mainstream APM tool provides.

3 mentions1 sources
S6.0L8
Developer Tools · AI & Machine Learning

Safety-Critical Professionals Cannot Search Large Technical Manuals Under Time Pressure

Pilots, engineers, and technicians must locate precise data buried in 600-page PDFs during time-sensitive workflows, but manual searching is slow and cloud AI tools require uploading sensitive or classified documents. The need for fast, accurate, offline document querying is unmet by current tools.

1 mentions1 sources
S6.0L8
Productivity · Knowledge Management

Mortgage servicers initiate foreclosure while loss mitigation review is active

Homeowners who submit loss mitigation applications to pause foreclosure proceedings find servicers simultaneously advancing the foreclosure, violating RESPA dual-tracking prohibitions. The process moves faster than any complaint or escalation path, leaving borrowers facing property seizure without legal recourse in time.

3 mentions1 sources
S6.0L8
Industry Verticals · FinTech & Banking

AI Assistants Reset to Zero Context Each Session

Every new AI session starts without memory of prior conversations, project context, or established preferences. Users spend significant time re-establishing context that should persist, and knowledge built up over time disappears when the tab closes. Approaches that compound knowledge across sessions rather than re-deriving it each time represent a fundamental gap in current AI assistant design.

1 mentions1 sources
S6.0L8
Developer Tools · AI & Machine Learning

AI Code Reviewers Miss Race Conditions and Critical Concurrency Bugs

AI-powered code review tools fail to detect race conditions and TOCTOU vulnerabilities due to context blindness, leaving critical billing and security bugs undetected in production.

1 mentions1 sources
S6.0L8
Developer Tools · Coding Tools & IDEs

Legacy System Business Logic Is Inaccessible to Non-Technical Stakeholders

Critical business logic embedded in legacy code is only accessible through engineering mediation, creating bottlenecks and knowledge silos as the original developers leave or retire. Business stakeholders and architects cannot independently understand their own systems. AI-assisted code explanation that surfaces business logic for non-technical users could eliminate this structural dependency.

1 mentions1 sources
S6.0L8
Developer Tools · AI & Machine Learning

OpenTelemetry SaaS Ingestion Costs Are Unsustainable for High-Volume Data

Teams using OpenTelemetry must ship all telemetry to cloud vendors to make it searchable, incurring massive ingestion and storage costs for low-value noise data. There is no practical way to filter or sample data at the source before it leaves the cluster without building custom infrastructure. This forces teams into a choice between paying for useless data or losing observability coverage.

1 mentions1 sources
S6.0L8
Data & Infrastructure · Observability & Monitoring

Coding Agents Have No Dedicated Persistent VM Infrastructure for Remote Execution

AI coding agents like Claude Code currently run on developers' local machines, consuming resources, lacking remote monitoring, and resetting state between sessions. There is no purpose-built cloud VM infrastructure that keeps a coding agent environment always-ready and accessible from any device. This is a structural gap that limits the practical usability of coding agents for long-running autonomous tasks.

1 mentions1 sources
S6.0L8
Developer Tools · AI & Machine Learning

Database Migration Index Locks Cause Production Outages Without CI Safeguards

Adding an index to a large production table without CONCURRENTLY locks the table and can take down an entire application for 20+ minutes. Neither code review nor CI pipelines reliably catch dangerous migration patterns before they ship. Teams lack automated tooling to flag unsafe SQL migration operations in their deployment pipeline.

1 mentions1 sources
S6.0L8
Developer Tools · DevOps & Infrastructure

AI Coding Assistants Cannot Debug Production Issues Without Runtime Data

AI coding assistants generate plausible-looking fixes for production bugs but lack access to runtime telemetry, request/response data, and cross-service trace correlation. This gap means AI-generated PRs regularly fail in production because the underlying data they reason over is sampled, aggregated, and incomplete. Engineering teams lose confidence in AI assistance for the highest-value debugging work.

1 mentions1 sources
S6.0L8
Developer Tools · AI & Machine Learning

Founders Manually Completing Enterprise Security Questionnaires and Subprocessor Requests

Early-stage founders selling into enterprise accounts face repetitive, time-consuming security questionnaires and subprocessor documentation requests. No streamlined tooling automates responses across vendors. Delays deals and diverts founder time from product work.

1 mentions1 sources
S6.0L8
Business Operations · Legal & Compliance

Stainless SDK Generator Shutdown Leaves Production OpenAPI SDKs Without Maintainer

Anthropic's acquisition of Stainless has shut down the SDK generation service, orphaning production SDKs built from OpenAPI specs with no replacement tooling announced. Development teams must urgently find, migrate to, or build an alternative before September or absorb full SDK maintenance burden internally.

1 mentions1 sources
S6.0L8
Developer Tools · APIs & Integrations

Phone Impersonation Scams Trick Customers Into Moving Funds

Fraudsters posing as bank security representatives convinced a customer to transfer funds to a "secure account" after a fake fraud alert text. The bank lacks sufficient real-time intervention to stop social engineering attacks. This growing fraud vector requires better customer verification and real-time scam detection.

2 mentions1 sources
S6.0L8
Security & Compliance · Fraud Prevention