Explore Problems

Showing 3,712 of 8,839 problems · matching your filters

Collection agencies continue pursuing debt despite unanswered dispute requests

A consumer disputes an alleged debt in writing multiple times and receives no documentation validating the original creditor, balance, or the collector's authority, yet the agency continues calling and pursuing collection anyway. The lack of any enforced response requirement leaves consumers unable to stop collection activity on debts they contest.

98 mentions1 sources
S5.8L6
Customer Experience · Service & Billing Disputes

User Feedback Scattered Across Tools Prevents Accurate Feature Prioritization

Product teams receive user feedback fragmented across spreadsheets, emails, DMs, and support tickets with no unified aggregation system. Duplicate requests from the same user problem are counted as separate signals, inflating priority for incorrect features. The inability to deduplicate and link feedback to user segments causes teams to build the wrong things.

1 mentions1 sources
S5.8L8
Customer Experience · Feedback & Reviews

ATS Systems Automatically Reject Qualified Candidates Before Any Human Reviews Their Resume

Applicant Tracking Systems filter out large numbers of qualified candidates based on keyword matching and formatting rules before any human ever sees the application. This shifts the job search from demonstrating capability to gaming ATS algorithms, disadvantaging candidates who do not know the rules. The result is a broken hiring funnel where the best candidate for a role may never reach the hiring manager.

1 mentions1 sources
S5.8L7
Business Operations · HR & Hiring

Small Businesses Accumulate Underused AI Tool Subscriptions Without Consolidation

Small business owners trying to leverage AI end up subscribing to a dozen specialized tools — chat, agents, content, automation, websites — each with fixed monthly fees regardless of usage. The subscription sprawl compounds into significant overhead without delivering integrated value. Most SMBs lack technical resources to self-host or orchestrate these tools into a coherent workflow.

1 mentions1 sources
S5.8L6
Business Operations · Startup & Founder Ops

AI Resume Tools Produce Generic or Dishonest Job Applications

Job seekers using AI resume and cover letter tools receive output that either overstates qualifications or reads as obviously machine-generated, undermining their applications. The tools optimize for keyword density over authentic self-representation, which erodes recruiter trust. Candidates want AI assistance that enhances their genuine voice rather than replacing it with generic filler.

1 mentions1 sources
S5.8L6
Productivity

Useful ChatGPT Responses Get Buried and Lost in Long Conversation Threads

ChatGPT provides no native way to highlight, bookmark, tag, or search for specific responses within a conversation. Users consistently lose valuable insights buried deep in long chats, with no export or annotation system to preserve them for future reference.

1 mentions1 sources
S5.8L7
Productivity · Knowledge Management

Credit Bureaus Ignore Identity Theft Victims' FCRA Removal Requests

Identity theft victims who submit legally compliant FCRA dispute requests with FTC reports still cannot get fraudulent accounts removed from their credit files. TransUnion and other bureaus routinely ignore statutory removal obligations. This leaves victims with damaged credit and no practical enforcement path.

1 mentions1 sources
S5.8L7
Industry Verticals · FinTech & Banking

Contractor Marketplace Refund Trapped Between Retailer and Contractor

A customer paid $18,400 for a Home Depot-referred contractor who failed to complete work; both parties deny responsibility for the refund, leaving the customer without recourse for over a month. The dual-blame deadlock is a structural flaw in retailer-mediated contractor marketplaces where accountability is split. This gap — no neutral escrow or dispute escalation layer — affects anyone using home services booked through major retailers.

1 mentions1 sources
S5.8L7
Customer Experience · Service & Billing Disputes

No Minimum Release Age Control for Docker Image Updates Exposes Supply Chain Risk

Docker image update tools have no way to enforce a minimum release age before pulling new versions, leaving users vulnerable to compromised packages that are caught within days of release. Recent incidents with compromised maintainer accounts demonstrate that new releases are the highest-risk window. A cooldown period before auto-updating — already used in other dependency managers — is absent from Docker workflows.

1 mentions1 sources
S5.8L7
Security & Compliance · Application Security

Auto-apply job tools silently fail to submit applications despite reporting success

A builder discovered that a significant share of applications sent through an auto-apply job tool never actually reach employers, despite the tool reporting them as submitted. Job seekers using these fast-growing automation tools are left with false confidence and wasted time, an unaddressed reliability gap in the auto-apply tooling category.

1 mentions1 sources
S5.8L6
Customer Experience · Feedback & Reviews

Solo founders lack real-time cash position visibility beyond revenue numbers

Solo founders and micro-SaaS operators track revenue but lack tools that show true cash health — accounting for deferred revenue, unpaid invoices, and upcoming liabilities. Existing bookkeeping software reports what happened, not what runway actually looks like. Founders make hiring and spending decisions on misleading numbers.

1 mentions1 sources
S5.8L6
Business Operations · Finance & Accounting

Crypto Exchange Failed to Freeze Account During Active 2FA Bypass Attack

A Kraken user's account was compromised via a 2FA bypass and the user contacted support in real time to request an account lock, but Kraken failed to act and unauthorized withdrawals were processed. This exposes a critical gap in real-time incident response capabilities at crypto exchanges. The problem is high-urgency and recurrent across the industry.

1 mentions1 sources
S5.8L6
Security & Compliance · Fraud Prevention

AI Coding Agents Can't Verify Their Own Integration Fixes Actually Work

AI coding agents can write integration code for services like Stripe but have no reliable way to confirm the fix produces the correct end state — tests can pass while the underlying data is still wrong, such as a customer receiving the wrong number of seats after a fix. Developers are left discovering failures in production rather than during development. The core gap is the lack of an environment where an agent's fix can be reproduced and proven correct before shipping.

1 mentions1 sources
S5.8L8
Developer Tools · Testing & QA

Git Version Control Designed for Humans Breaks Down for AI Agent Workflows

AI coding agents need to run many parallel tasks simultaneously, but Git requires full repository clones and struggles with concurrent agent branches. Virtual mounts, lightweight context, and agent-native branching are missing from existing VCS tools. The structural mismatch between human-oriented VCS and agent workflows creates significant overhead and limits agent parallelism.

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

AI Agents Cannot Natively Initiate or Receive Payments

AI agents that need to transact on behalf of users or autonomously have no native payment infrastructure designed for them. Existing gateways require human KYB/KYC signup flows that agents cannot complete. Developers must build complex workarounds or tie agent spending to human-controlled accounts with no programmatic controls.

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

Unauthorized Zelle Withdrawals With Banks Refusing All Refunds

Third parties execute unauthorized Zelle transactions from consumer accounts and banks categorically refuse to refund the stolen amounts. Unlike card fraud protections, Regulation E enforcement for P2P payment platforms has significant gaps that banks exploit to deny claims. Consumers lose funds with no effective recourse despite being victims of unauthorized account access.

2 mentions1 sources
S5.8L8
Security & Compliance · Fraud Prevention

AI Agents in Production Lack Monitoring, Anomaly Detection, and Reliability Snapshots

As AI agents are deployed in production environments, teams have no purpose-built tooling to monitor agent behavior, detect anomalies in real time, or share verifiable reliability snapshots with stakeholders. General observability tools are not designed for the non-deterministic, multi-step behavior of autonomous agents. This is a structural infrastructure gap with high urgency as agentic deployments scale.

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

Wage garnishment orders enforced without proper court notice or legal limits

Individuals hit with wage garnishments sometimes never received proper legal notice of the underlying lawsuit, and collectors withhold amounts exceeding federal disposable-earnings limits; navigating garnishment law and disputing improper deductions is confusing and time-sensitive for affected workers.

2 mentions1 sources
S5.8L7
Industry Verticals · Legal Services

PDF Generation in Codebases Is Notoriously Brittle and Avoided

Engineering teams accumulate fragile, unmaintained PDF generation code that nobody wants to touch. The problem spans every industry requiring documents — invoices, reports, contracts, exports. Existing libraries are painful to maintain and difficult to style consistently across environments.

1 mentions1 sources
S5.8L7
Developer Tools · APIs & Integrations

Wrong Item Delivered With No Cross-Team Resolution Path

Retail customers who receive wrong items from online orders get bounced between online customer service and local store teams, neither of which has authority to resolve the issue. The split between online orders and physical store operations creates a coordination gap that leaves customers unable to get refunds or redelivery. Missing work and opportunity costs from unresolved fulfillment errors compound the impact.

1 mentions1 sources
S5.8L7
Customer Experience · Service & Billing Disputes
Previous25/186Next