Explore Problems
Showing 1,176 of 6,918 problems · matching your filters
Bank freezes new account with no communication to customer
Banks freeze newly opened accounts during fraud review without notifying customers via any channel. Customers redirect direct deposits and discover funds are inaccessible only when attempting transactions for critical payments like rent. This silent hold pattern causes real financial harm and is a common failure in bank onboarding processes.
No Search Console Equivalent for AI Visibility: GEO Lacks Closed-Loop Feedback
Teams optimizing content for LLM citation visibility (GEO) have no reliable way to know which queries to target or whether implemented changes actually improved AI ranking. Unlike Google Search Console for SEO, there is no authoritative feedback mechanism for AI visibility. Marketing and content teams are spending budget on GEO with no measurable signal of what works.
AI agents leak stale context across concurrent client projects
Teams running AI agents across multiple simultaneous client engagements face a serious reliability risk: memory from one project bleeds into another, causing the agent to apply outdated or wrong context to current decisions. Explicit key-value memory systems handle simple attribute updates but fail for architectural decisions that were reversed or evolved without a clean before/after record. This is a structural gap in multi-tenant agentic systems with no established solution.
Creditors Fail to Remove Outdated Info Past FCRA Limits
A consumer disputes that a lender continues reporting a charged-off account past the FCRA permissible reporting window, and the dispute has gone unresolved for over 45 days. This points to a broader gap in tools that help consumers track and enforce credit-reporting compliance deadlines.
AI agents blocked by VoIP rejection on SMS OTP verification
AI agents and CI/CD pipelines fail SMS phone verification because programmable VoIP numbers are rejected at carrier lookup before the code is even sent. Strict services like banking and Google require real carrier numbers, blocking automated workflows. The problem intensifies as agentic software adoption grows and agents need to authenticate with third-party services.
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.
DevOps engineers manage infrastructure via arcane CLI commands across dozens of servers
DevOps teams spend significant time SSH-ing into multiple servers to run repetitive checks, memorizing obscure command flags, and context-switching between toolchains. The cognitive overhead of infrastructure management scales poorly as environments grow. Natural language interfaces that translate intent into infrastructure actions remain immature and patchy.
Bank denies fraud claims despite police reports documenting theft
After having their phone, debit card, ID, and cash stolen, a customer filed fraud disputes with supporting police reports, but the bank denied the claims and closed the account without what the customer describes as a fair investigation.
AI meeting assistants can silently fail to transcribe with no warning
A user believed their meeting was being transcribed by an AI note-taking tool, only to discover afterward that no recording or summary was captured, with no in-app notification of the failure. This silent-failure mode risks permanent loss of meeting insights and highlights a missing reliability signal in AI meeting assistants.
Crypto exchange withholds withdrawals for days with no explanation or human support
A crypto exchange customer had two withdrawal requests stuck pending for over 72 hours with no notice, explanation, or access to human support, leaving them unable to access their own financial assets.
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.
African developers blocked from AI APIs by Stripe-only payments and regional access barriers
Developers across Africa cannot access major AI APIs due to Stripe's limited African card support, regional access blocks requiring VPN workarounds, and high minimum payment thresholds. The barrier is payment infrastructure, not capability or demand. As Africa's developer population grows rapidly, the exclusion from global AI tooling compounds disadvantage.
Bank closes accounts and withholds funds during a disputed wire recall
A customer's bank closed their accounts and withheld funds amid handling of multiple wire transfers, including a $250,000 outgoing wire the bank itself recalled. The lack of transparent process around fund release during account closure leaves customers without access to large sums.
Engineers learn about API downtime from users before monitoring tools alert them
Development teams routinely discover API outages when users complain rather than when monitoring systems fire. Existing tools miss incidents due to slow check intervals, noisy alerts, or incomplete coverage. The gap between actual failure and detection directly damages user trust and SLA compliance.
AI agents can leak credentials without a security checkpoint
AI agents operating autonomously can inadvertently expose sensitive credentials during task execution, with no built-in guardrail to catch this before damage occurs. A builder created a checkpoint tool after experiencing this firsthand, highlighting a systemic gap in agentic AI security tooling.
Small Businesses Cannot Afford Security Guidance or Risk Assessment
Small businesses routinely handle sensitive customer data without any security program, policy, or expert guidance because enterprise security consulting is priced out of reach. Without a dedicated CISO or consultant, SMBs have no way to prioritize risks, respond to incidents, or meet client security expectations. A gap exists between free generic checklists and expensive enterprise compliance tools.
Banks Lack Adequate Fraud Reversal for Wire Transfers Initiated via Hacked Devices
Consumers whose computers are compromised and used to initiate unauthorized wire transfers face inadequate bank fraud recovery processes. Banks treat these as authorized transactions despite evidence of computer compromise, leaving victims with no recourse for significant financial losses.
Bank enforces a fraud-reporting deadline it caused the customer to miss
A business account holder faced unauthorized ACH transfers but could not report them within the bank's 60-day window because the bank itself had frozen access to the account. The bank denied reimbursement citing the same deadline its freeze prevented the customer from meeting.
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.
AI Agents Execute Sensitive Actions Without Human Approval Checkpoints
Professionals using AI agents for real work find that autonomous systems take irreversible actions — sending emails, modifying files, triggering integrations — without pausing for human review. The lack of approval gates on sensitive operations creates trust and safety barriers that prevent enterprise adoption. Workers need AI that asks before acting on consequential decisions.