Explore Problems
Showing 4,079 of 4,659 problems · matching your filters
AI Agent Runtimes Are Unstable and Require Constant Manual Infrastructure Recovery
Teams running AI agents in production face frequent runtime failures, unpredictable behavior, and setup fragility that breaks after updates. Engineers spend more time recovering agent infrastructure than shipping outcomes using it. The absence of container isolation, predictable behavior guarantees, and operator-respecting defaults forces teams to babysit their agent stack.
AI API Costs Can Spike Uncontrollably with No Hard Budget Cap Available
Developers running AI agents have no native way to set hard budget caps on Anthropic or OpenAI API spend — only post-hoc email alerts are available, allowing runaway agents to accumulate large bills before intervention. Retry loops and agent failures can cause hours of unmonitored API calls with no kill switch. Existing proxy solutions (Edgee.ai, OpenRouter) partially address this, creating moderate competition.
Slack lacks group-level permissions, guest download controls, and huddle recording
Enterprise Slack teams cannot assign custom permission sets to specific groups (e.g. sales team), restrict guest users from downloading files without blanket restrictions, or record huddle sessions for later review. These are concrete security, compliance, and operational gaps affecting globally distributed teams. Competitors like Microsoft Teams offer more granular permission controls.
Insurance Claim Reimbursements Delayed for Weeks After Accidents Involving Infants
After accidents requiring immediate expenses like car seats, insurers take over a week to initiate reimbursement with no clear timeline. Claims involving urgent needs such as infant safety equipment are handled with the same slow pace as routine claims. The absence of urgency-based claim prioritization causes real hardship.
LLM API costs scale quadratically with conversation length, surprising developers
Developers building multi-turn LLM applications discover too late that token costs are not linear: each message must re-process the entire prior conversation, so costs compound at roughly O(n^2) with conversation depth. This makes long debugging sessions and iterative workflows dramatically more expensive than expected, and forces architectural tradeoffs that constrain product quality. There is no native mechanism in LLM APIs to automatically compress or prune context without loss of coherence.
AI Coding Agents Degrade When Humans and Agents Share the Same Codebase
AI coding agents lose effectiveness when humans continue modifying the same codebase, creating conflicting conventions and stale context. Developers report agent performance drops noticeably after just one day of human coding. As AI-assisted development adoption grows, there is no established tooling to manage the human-agent handoff boundary.
AI Coding Agents Consistently Use Outdated API Docs and Deprecated SDKs
When developers use AI coding agents to integrate third-party APIs, the agents frequently rely on stale training data or outdated web-indexed documentation rather than current API specifications — leading to deprecated SDK usage and broken integrations. This was observed empirically: 87% of test runs fetched outdated reference docs, and 13% implemented deprecated SDK versions. The problem is structural because LLM training data lags behind API versioning cycles, meaning any actively maintained API will eventually diverge from what the agent 'knows.'
Salesforce setup requires hiring expensive consultants
Salesforce implementation is routinely too complex for internal teams to handle alone, requiring paid consultants or dedicated in-house Salesforce admins to configure and maintain. This hidden cost multiplies the stated license price and creates an ongoing dependency that grows with customization needs. Smaller and mid-market companies bear this burden disproportionately.
Subscription Apps Charge Fees After Account Deletion and Payment Removal
Financial and subscription apps continue billing users after they delete their accounts and remove all linked payment information, denying refunds by classifying the charges as authorized. There is no reliable off-switch once a subscription is initiated—even removing the payment source is insufficient. This dark pattern deliberately exploits the asymmetry between enrollment ease and cancellation difficulty.
ISPs Have No Process for Transferring Accounts After Account Holder Death
When an account holder dies, surviving family members cannot take over telecom accounts despite multiple contact attempts across channels. ISPs lack standardized bereavement transfer workflows, leaving grieving families stuck in bureaucratic loops while still being charged fees. This gap affects thousands of families annually and has serious implications when internet access is critical for safety.
No Lightweight Layer for Tracking Pre-CRM Prospects
Sales reps discover interesting contacts who are not yet qualified enough to enter a CRM pipeline, leaving them with no structured way to track early-stage interest. These prospects end up lost in email inboxes, browser tabs, or scattered notes until an opportunity is missed.
MFA Lockout With No Recovery Path for Critical Financial Accounts
ADP TotalSource blocked a user from their 401(k) account because the MFA phone number on file was disconnected, and support offered no alternative identity verification path. When phone-based MFA fails on financial accounts, the absence of fallback recovery mechanisms leaves users completely locked out of retirement savings. A structural gap across many financial SaaS platforms.
Insurance add-on products continue billing after the parent policy is cancelled
Allstate roadside assistance charges persist after policy cancellation because the add-on is not linked to the main policy lifecycle. Customers spend over an hour resolving charges they did not intend to incur. This is a known dark pattern in insurance add-on subscription management.
Canva Text Editing Disrupts Layout and Is Too Complex for Non-Designers
Adding or editing text in Canva frequently breaks existing layouts — deleting content, misaligning elements, and stretching text boxes in ways that require significant manual correction. Users without design training find the tool counterproductive for tasks that should be straightforward. As alternatives mature, Canva's complexity-to-value ratio is increasingly questioned.
Credit Bureau Errors from Bank Data Causing Mortgage Denials
Consumers with excellent credit are being denied mortgages and credit cards due to erroneous negative information submitted by banks like Bank of America to credit bureaus. The banks claim no record of delinquency while the bureaus show conflicting data, leaving consumers unable to dispute or correct the records. This structural failure in credit reporting data integrity has life-altering financial consequences.
Debt Collectors Refuse to Produce Signed Agreements on FDCPA Request
Consumers exercising their FDCPA right to debt validation cannot compel collectors to produce signed contractual agreements, making validation legally toothless. Collectors can satisfy the standard by providing minimal documentation that does not prove the consumer's liability. Without an enforceable signature requirement, the validation process fails to protect consumers from wrongful collection.
Bank account locked with no alternative verification when card is missing
Customers who never received or lost their debit card are completely locked out of their online banking accounts because banks require card information as the sole verification method. There is no alternative verification pathway available, leaving customers unable to access their own funds until they can speak with support.
Carrier Trade-In Devices Received In Store Are Not Logged in System
Customers trading in multiple devices at telecom carrier stores find the carrier system only records a subset of the physically received devices, resulting in thousands of dollars in disputed charges. The inventory reconciliation gap leaves customers with no recourse except small claims court, exposing a structural failure in high-value device intake workflows across carrier retail.
House Flippers Manage Projects Across Too Many Disconnected Spreadsheets
Real estate investors flipping properties routinely track rehab costs, timelines, contractor bids, and deal financials across multiple separate spreadsheets, creating version-control and coordination nightmares. The 32-upvote community response signals this is a widely shared operational pain point, not an edge case. No dominant purpose-built tool has displaced the spreadsheet habit for mid-market flippers.
Single-Model LLM Responses Miss Quality Achievable via Multi-Model Fusion
Relying on a single LLM model for responses leaves quality gains on the table that could be captured by running multiple models and fusing the best outputs.