Explore Problems
Showing 1,183 of 6,918 problems · matching your filters
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.
Embedded Merchant Lending Products Charge Predatory Interest Rates
Platform-embedded lending products like Shopify Capital charge small merchants annual interest rates exceeding 25%, far above traditional business loan rates, exploiting merchants who lack alternatives or bargaining power. Long-term customers report rates doubling without notice, with no transparent rate comparison tools available within the platform.
T-Mobile WiFi calling fails internationally and SMS verification blocks account access abroad
T-Mobile WiFi calling fails silently when abroad with no workaround, and the carrier requires SMS verification to access accounts—a code that cannot be received on an international number. Users are locked out of support at the moment they need it most.
Shared Drive Lacks Audit Trail and File Restore for Admins
Admins in shared Google Drive folders have no way to see who deleted a file or restore it after deletion, even with full admin privileges. AI integrations like Gemini can silently delete files, compounding the risk with zero accountability.
AI Agents Lack Real-World Identity Primitives
Autonomous AI agents cannot complete real-world tasks without access to phone numbers, email addresses, payment instruments, and bank accounts. As agent workloads expand to booking, scheduling, and financial operations, the absence of purpose-built identity infrastructure blocks fully autonomous workflows.
LLM Reports Look Authoritative But Embed Undetectable Factual Errors
Professionals using LLMs to generate recurring reports face a verification paradox: the output is fluent enough to appear credible but embeds hallucinated numbers, dates, and citations that require expert review to catch. The more polished the LLM output, the harder it is for human reviewers to apply appropriate skepticism. Compliance-bound use cases (regulatory filings, investor briefings) cannot tolerate this silent error rate, yet no systematic verification layer exists between generation and publication.
Production AI Agents Lack Reliable Engineering Infrastructure
Organizations moving AI agents from prototype to production encounter a gap in tooling for reliability, observability, and operational management. The engineering primitives available for traditional software — circuit breakers, retry logic, state management, monitoring — have no mature equivalents for agent systems. This forces teams to build bespoke infrastructure rather than focusing on product value.
AI Web Agents Are Vulnerable to DOM-Embedded Prompt Injection Attacks
Web agents that parse full DOM content can be hijacked by hidden text injected into pages, causing them to execute attacker-controlled instructions instead of user-intended tasks. As production AI agents proliferate across customer-facing workflows, this attack surface grows significantly. Pre-execution DOM scanning for malicious injection is an emerging but largely unaddressed security requirement.
Insurers deny valid claims by misinterpreting policy language
Policyholders with legitimate claims face wrongful denials when insurers reframe covered damage as wear-and-tear or ambiguous exclusions. Without independent policy expertise or affordable legal recourse, most claimants cannot effectively challenge a denial even when the policy language clearly supports their claim.
AI Browser Automation Still Fails at Production Scale
Automation frameworks marketed as AI-powered still depend on rigid selectors and scripted flows that fail whenever UI elements shift, CAPTCHAs appear, or sessions drop unexpectedly. The gap between demo reliability and production reliability is wide and largely unaddressed. Truly adaptive agents that observe and respond to page state the way a human would do not yet exist at scale.
Overseas Suppliers Misrepresent Production Capacity to Win Orders
Small business owners sourcing from overseas manufacturers face supplier fraud around production capacity claims. Suppliers overstate their output capability to secure large orders, then reveal true capacity after deposits are paid, leaving buyers with delayed orders and locked-up capital.
No mechanism to recover Zelle funds sent to wrong recipient
Real-time payment networks like Zelle offer no recourse when a user sends money to an incorrect phone number — the recipient receives and can keep the funds with no way to reverse or recover the payment. Banks close disputes without fund recovery, and the sender has no legal mechanism to compel return. This gap affects thousands of users annually given the prevalence of typos in mobile payment entry.
Small Landlords Lack Systematic Tenant Screening to Prevent Costly Placements
Landlords with 1-5 units have no structured process for evaluating prospective tenants the way institutional landlords do, leaving them vulnerable to costly evictions and property damage. Informal screening leads to financial losses averaging thousands of dollars per bad tenant. A software-driven scoring and qualification workflow tailored to independent landlords remains underserved.
GA4 Cannot Track AI Crawler Traffic Due to JS-Only Architecture
Google Analytics 4 relies on JavaScript execution, making it structurally blind to AI crawlers like GPTBot, ClaudeBot, and Perplexity. Site owners cannot measure how much of their content is being consumed by LLM indexers or what pages attract AI traffic. As AI search grows, this blind spot prevents publishers from understanding their true reach and optimizing for AI citation.
Consumers lack tools to dispute debt collection under FDCPA/FCRA
Consumers discovering unauthorized collection accounts on credit reports must navigate complex FDCPA and FCRA validation requirements with no tooling support. Debt collectors frequently ignore or improperly respond to validation requests. Proper letter formatting, tracking, and follow-up creates a real software opportunity with strong WTP from credit-repair-motivated consumers.
Payroll Systems Fail to Detect Salary Employee Hourly Rate Errors Before Submission
Payroll platforms like Gusto do not surface anomaly warnings when a salaried employee's implied hourly rate deviates significantly from expected values. Since salary employees are expected to be consistent, unusual pay amounts go unchecked until an error surfaces. This structural validation gap creates financial compliance risk for employers running payroll.