Explore Problems
Showing 958 of 6,868 problems · matching your filters
AI assistants lose all context between sessions and across different IDEs
Developers must re-explain their tech stack, project context, and preferences to every AI assistant at the start of every session. No persistent memory exists across Claude, ChatGPT, Cursor, and other tools. As developers use multiple AI tools, this context re-entry cost compounds daily.
NPM supply chain attacks compromising projects with automatic dependency updates
Malicious packages are being published to NPM targeting popular libraries, and developers relying on automatic updates have no detection layer before execution. Supply chain attacks via package managers are increasing in frequency and sophistication. There is no reliable, low-friction way for most teams to audit transitive dependency changes before they hit production.
AI agents too unreliable for production deployment at scale
Teams building AI agents at scale spend 90% of effort on reliability hardening, often reverting to single-step tasks. Production failures include functional bugs and security exploits that standard testing doesn't catch.
No Automated Root Cause Analysis for Silently Failing LLM Agents
AI agents in production do not throw exceptions when they fail — they return plausible-sounding wrong answers, making failure invisible until users report problems. Diagnosing failures requires manually reviewing hundreds of session traces to find patterns, a process that does not scale. There is no standard tooling to cluster failure hypotheses across sessions and surface systemic root causes with actionable fixes.
Bank Closes Account and Withholds Funds for 61 Days Without Notice
A bank abruptly closes a customer account and withholds all funds, including ongoing payroll deposits, for roughly 61 days with no fraud allegation or advance warning. Causes acute financial hardship with no clear path to faster fund release.
Credit Bureaus Misreport Active Reaffirmed Loans as Discharged in Bankruptcy
After Chapter 13 bankruptcy discharge, lenders and credit bureaus incorrectly report reaffirmed auto loans as included in bankruptcy rather than active/current, causing significant credit score drops and blocking access to financing. Even after lenders acknowledge the error and promise corrections, bureaus take months to update records — or never do. With 93 mentions and 185 upvotes, this is a high-frequency, high-harm credit reporting failure.
US Importers Cannot Easily Recover IEEPA Tariff Overpayments Before Deadline
Following a Supreme Court ruling that IEEPA tariffs were unconstitutional, US importers are entitled to full refunds but must navigate a complex CBP Form 19 protest process within a strict 180-day liquidation window. The complexity and deadline-driven nature of the process means many eligible businesses will miss their recovery window without specialized help. This represents a large, time-sensitive compliance gap with clear financial stakes.
Organizations cannot use cloud AI for data analysis without exposing sensitive data
Enterprises and regulated industries need AI-powered data analysis but cannot send raw sensitive data to cloud LLM providers due to compliance, privacy, or security constraints. Local-first AI processing solves this by keeping data on-device while still leveraging LLM reasoning. Demand is growing as AI adoption meets enterprise data governance requirements.
Sales Rep Onboarding Takes 6 Months With No Structured Path to First Deal
Most sales organizations default to either unstructured sink-or-swim onboarding or a rigid 6-month ramp timeline, both delaying time-to-revenue. Software system gaps prevent meaningful onboarding acceleration, leaving revenue at risk during every new hire cycle.
No sanitization layer between MCP tool output and AI model context
AI agents using MCP-connected tools pass raw external data—scraped web content, API responses—directly into model context with no boundary between system instructions and untrusted tool output. This creates a prompt injection surface that is currently unaddressed by any mature tooling. Teams building agentic systems have no standard way to filter, monitor, or sandbox tool response traffic before it reaches the model.
Production incident root cause identification takes hours of manual triage
Engineers debugging production failures must manually trace through stack traces, logs, and distributed system state to find root cause, often taking hours during high-pressure incidents. Existing observability tools surface symptoms but do not automate the diagnostic reasoning step. The gap between alert and actionable root cause represents significant engineering time and business impact.
ML Data Stacks Require Custom Glue Code Across dbt, Airflow, Feature Stores, and BI
Data and ML teams spend significant engineering time writing custom integration code to connect separate tools in the modern data stack. Each handoff between dbt, Airflow, feature stores, and BI layers requires bespoke connectors with no standardized interface. This fragmentation multiplies maintenance burden and slows iteration on ML features.
Insurance Claim Denials Leave Policyholders with No Clear Path to Appeal
When insurers deny claims, policyholders are left without clear guidance on how to appeal or escalate, often losing compensation they are entitled to. This information and advocacy gap affects millions of consumers who lack the expertise to navigate complex insurance dispute processes.
AI Deepfake Technology Makes Photo and Video Authenticity Unverifiable at Scale
The proliferation of high-quality AI-generated deepfake images and videos has eliminated the ability to distinguish authentic visual media from fabricated content without specialized tools. This creates a trust crisis across journalism (evidence of events), legal proceedings (evidence authenticity), and personal media (identity verification). As generation capabilities improve and verification tooling lags, the asymmetry between creation and detection grows.
Identity theft victims stuck with fraudulent accounts despite evidence
Identity theft victims who dispute fraudulent accounts find creditors treating a checkbox online application as sufficient proof of identity, with no verification of government ID, IP logs, or signatures. FCRA mandates a reasonable investigation, but creditors rely on internal system data rather than actual identity verification. Victims with documented theft reports cannot get fraudulent tradelines removed from credit reports.
Part-time developers cannot ship side projects with tools built for full-time teams
Developers with 9-to-5 jobs who want to build side projects face tools, workflows, and culture designed for full-time founders with unlimited time. Limited coding windows—45 minutes on a commute—are incompatible with complex setup, long feedback loops, and team-oriented tooling. There is no purpose-built development environment for the constraint of intermittent, time-boxed building.
No Unified SDK for Object Storage Across Cloud Providers
Developers must use separate, incompatible SDKs for each cloud storage provider (S3, GCS, Azure Blob, R2), creating vendor lock-in and requiring rewrites when switching or supporting multiple backends. A unified abstraction layer is missing in the JavaScript ecosystem. 229 HN upvotes validates strong developer demand.
Business automation pipelines silently fail with no reliable observability
Companies running critical automations via tools like Zapier, Make, or internal scripts lack reliable monitoring — failures are silent or produce subtly wrong data that is hard to catch. Existing solutions focus on infrastructure monitoring, not business process health. The gap causes real financial and operational harm when automations break undetected.
Sophisticated Bank Impersonation Scams Cause Large Unrecoverable Cash Losses
Fraudsters armed with detailed account transaction data convincingly impersonate bank fraud teams, directing victims through legitimate branch or ATM channels to extract large sums. Banks deny reimbursement by classifying these as authorized transactions despite documented coercion. The gap between transaction authorization mechanics and real-world coercion creates a victim accountability mismatch with no institutional safety net.
Mortgage Servicers Proceed with Foreclosure While Ignoring Documented Errors
Homeowners facing foreclosure find mortgage servicers issue loss mitigation denials based on inaccurate records, then ignore formal Notices of Error and appeals while foreclosure proceedings continue. Regulatory response timelines are too slow relative to foreclosure sale dates. There is no effective mechanism for borrowers to halt proceedings while servicer errors are being corrected.