Explore Problems
Showing 4,226 of 7,408 problems · matching your filters
Gaming platform parental controls exploitable for account takeover
Attackers can add themselves as a "linked parent" on Roblox accounts, bypassing 2FA and gaining full control — including draining in-game collectables accumulated over years. The platform sends no alerts during the attack and refuses liability for asset loss. Parents have no third-party tools to monitor or protect children's gaming accounts.
AT&T Service Outage Compensation Caps Leave Business Customers With Unrecovered Losses
Small business customers on high-value AT&T accounts experience full-day service outages causing direct financial loss, but are offered compensation capped at approximately 14% of a single month bill regardless of actual business impact. The carrier compensation model is designed around consumer retail expectations and fails to account for business dependency on uptime, leaving high-spend accounts with no proportional recourse. This structural mismatch between SLA terms and real-world business harm creates significant unrecovered losses for businesses that rely on telecom as a critical infrastructure layer.
Online Used Car Dealers Consistently Deliver Unsafe Vehicles Failing Inspection
Carvana customers receive vehicles with serious mechanical defects — unsafe tires, transmission failures, undisclosed prior damage — despite the platform's inspection claims. Repeated failures across consecutive purchases indicate systemic quality control breakdowns. Buyers have limited recourse and face high out-of-pocket repair costs.
Loan servicers do not honor completed rehabilitation agreements
A borrower completed all payments required under a federal student loan rehabilitation agreement, but after servicing transferred to a new company the loan remained in default. The new servicer imposed additional documentation requirements that were never disclosed during rehabilitation.
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.
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.
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 Account Restrictions Without Human Review Push Business Owners Toward Insolvency
Long-term business banking customers face unexplained account restrictions that cripple cash flow with no path to human review. Multiple attempts to explain complex financial situations are dismissed without genuine evaluation. The lack of escalation paths for edge cases turns routine compliance processes into business-ending events.
Insurers Ignore Documented Evidence in Disputed Fault Determinations
Policyholders who possess court records and audio evidence proving staged accidents or fraud find that insurers like Progressive still assign partial fault and deny appeals. Internal agents give contradictory guidance and deny prior statements, removing any legitimate escalation path. The absence of an impartial dispute mechanism forces claimants into costly legal action even with clear-cut evidence.
HubSpot Seat-Based Pricing Restricts Cross-Team Data Access
HubSpot's rigid seat-type model forces teams to coordinate workarounds when client managers need data that only sales-seat holders can access. Changing seat types is difficult, and the initial setup process is protracted — often requiring multiple consultants over many months. The pricing model creates operational silos that undermine team efficiency.
Slack notifications overwhelming in multiple channels
Users in many channels face constant notification overload with messages getting buried, requiring manual scrolling or search. Free tier message history limits worsen the experience.
Bank Closing Long-Standing Accounts Without Warning and Holding Customer Funds
Banks close customer accounts without advance notice and hold the remaining balance for days, leaving customers unable to pay bills or access money for food and essentials. Customers with years of good standing receive no explanation and have no recourse while their funds are frozen. The abrupt closure creates immediate financial crisis with no emergency access mechanism.
ClickUp Steep Learning Curve
ClickUp is powerful but takes significant time to configure and learn, creating onboarding friction for new users.
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.
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.
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.
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.
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.
GitHub Security Breaches and Outages Drive Developers Away From Private Repository Hosting
Multiple GitHub security incidents including private repository leaks and git push exploits are eroding developer trust in hosted private repositories. Service outages compound the reliability concern for teams depending on GitHub for CI/CD pipelines and code collaboration. Self-hosted alternatives like Gitea require setup expertise that most teams lack.
Freelance devs hit with malware repos disguised as client briefs on Upwork/Dribbble
Fake clients on freelance platforms send GitHub repos that exfiltrate browser credentials, SSH keys, and crypto wallets when developers run npm install. The Contagious Interview / GitVenom pattern is widespread enough that 390 upvotes engaged in a single share; current tooling does not surface threat before clone-and-run.