Explore Problems

Showing 2,786 of 8,839 problems · matching your filters

Sensitive Documents Forced to Cloud Services for Basic Processing

Users needing to merge, compress, or perform OCR on PDFs and images must upload sensitive files to third-party cloud services with no local alternative. This creates real privacy and compliance risk for anyone handling confidential, legal, or regulated documents. Client-side processing via WASM exists but is not mainstream.

1 mentions1 sources
S5.8L7
Productivity · File & Document Management

Job Listings on LinkedIn Are Stale, Fake, or Filled Before Applications Are Reviewed

Job seekers report that LinkedIn postings are routinely filled before being listed, ghost postings with no real openings, and apply buttons that produce no response. This structural flaw wastes significant candidate time and erodes trust in the platform. A verified, real-time job feed with posting freshness signals would address a widely-felt pain point.

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

Insurance Sales Teams Keep Calling After Quote Requests Despite Opt-Out Attempts

People who request an insurance quote but do not purchase report being called repeatedly, sometimes 6 to 12 times a day from rotating numbers, even after asking to be removed from the call list. Reps reportedly hang up mid-request rather than honoring opt-outs, reflecting weak enforcement of do-not-call preferences in insurance lead-generation practices.

1 mentions1 sources
S5.8L6
Consumer & Lifestyle · Telecom & Utilities

Notion UI Density Change Disrupts Years of Organized Workspaces

A March update to Notion increased spacing and visual bloat across the interface, degrading the appearance of long-maintained workspaces that users had carefully organized. Widespread complaints have gone unaddressed, pushing some long-time users to consider migrating to alternative tools.

1 mentions1 sources
S5.8L6
Productivity · Note Taking & Writing

Multi-Income Households Can't Align Variable Pay to Fixed Bills

Households with multiple income sources on different pay cycles (weekly, biweekly, monthly) must manually recalculate each month which paycheck covers which bill as due dates shift relative to pay dates. Standard budgeting apps focus on reminders or post-transaction categorization, not the forward-planning cash allocation problem. Affects tens of millions of dual-income and gig-worker households who face the same planning math repeatedly every month.

1 mentions1 sources
S5.8L6
Consumer & Lifestyle · Personal Finance

AI Code Agents Cannot Reliably Translate Figma Designs Into Pixel-Perfect Frontend

LLM-based coding agents like Cursor and Claude Code struggle to interpret Figma design files accurately, producing layouts with broken spacing, misaligned components, and incorrect hierarchy that requires substantial manual correction. The structural gap between Figma's design intent encoding and what AI agents can parse means design-to-code workflows still require significant human cleanup. Teams using both tools end up with a fragmented workflow rather than the end-to-end automation they expected.

1 mentions1 sources
S5.8L8
Developer Tools · Coding Tools & IDEs

LLM prompts hardcoded in source require full redeployment to update

Teams building AI products embed prompts directly in codebases, making every prompt tweak require an engineering deployment cycle. Non-technical stakeholders cannot iterate on prompts without developer involvement, and there is no versioning, approval workflow, audit trail, or rollback capability. This is a growing operational friction point as LLM-powered products scale and prompt tuning becomes a continuous activity.

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

Technical Professionals Cannot Query Large Manuals Offline with Cited Answers

Engineers, pilots, and technicians working with large technical PDFs need to locate precise information quickly, but generic PDF search is slow and cloud AI tools require uploading sensitive documents. An offline, citation-aware document query tool addresses both the speed and confidentiality constraints.

1 mentions1 sources
S5.8L8
Productivity · Knowledge Management

AI agent recurring workflows lose shared context over time

Teams running recurring agent workflows in tools like Manus find that shared context degrades after each task cycle, requiring manual instruction updates. There is no automated mechanism to propagate learned context back into persistent project instructions. As agentic workflows scale, this context drift becomes a critical reliability gap.

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

AI Coding Agents Lose All Context Between Sessions with No Continuity

Developers using AI coding agents like Claude Code or Codex lose accumulated project context when sessions end, forcing repeated re-explanation of codebase details. There is no persistent, cross-session memory layer to maintain workstream continuity across agent interactions.

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

Vector Databases Degrade in Quality as AI Agent Memory Grows Beyond Thousands of Entries

Standard vector databases store memories without any consolidation, deduplication, or conflict resolution, causing recall quality to drop significantly as memory counts grow into the thousands. AI agents accumulate contradictory facts, redundant near-duplicates, and outdated information that fills context windows with noise rather than relevant history. No production-ready solution exists that handles memory lifecycle management — forgetting, consolidating, and resolving contradictions — as a first-class concern.

1 mentions1 sources
S5.8L8
Data & Infrastructure · Databases

Claude Agent SDK architecture is incompatible with multi-tenant production web backends

Teams building multi-tenant AI assistants on Claude find the Agent SDK has fundamental limitations for production web use: 12-second subprocess spawn overhead per call, filesystem-based sessions that cannot scale horizontally, memory issues in long-running processes, and a Node.js subprocess dependency that conflicts with Python backends. The SDK saves significant upfront work but forces painful architectural rewrites at scale, leaving teams in a difficult position between convenience and production readiness.

1 mentions1 sources
S5.8L8
Developer Tools · Coding Tools & IDEs

Non-technical AI builder users cannot deploy their apps due to DevOps complexity that assumes developer knowledge

Tools like Lovable and Bolt enable non-engineers to build software but leave them stranded at deployment. Vercel and Netlify UX assumes familiarity with build configs and environment variables, causing widespread abandonment at the finish line.

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

No Tooling to Orchestrate AI Agents Across the Full Product Development Lifecycle

Product and engineering teams want to match Anthropic-style AI-assisted velocity but lack tooling to coordinate AI agents across ideation, planning, issue generation, implementation, and review. Internal builds solve parts of the problem but are not productized or generalizable. The bottleneck has shifted from engineering output to orchestrating what to build next.

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

Project Management Tools Incorrectly Reopen Completed Tasks When Dependencies Resolve Late

When teams complete a downstream task before its upstream dependency is finished, tools like Monday.com automatically revert the completed task to incomplete once the dependency closes — even if the downstream work is already done. This dependency resolution logic ignores real-world out-of-order completion patterns and creates false regression signals in project status. Teams relying on task status for reporting and handoffs cannot trust their own data.

1 mentions1 sources
S5.8L7
Productivity · Project Management

On-device LLM inference for full data privacy is not yet practical

Developers and privacy-conscious users want to run large language models locally to prevent data leaving the device, but current hardware and software constraints make this infeasible for most real workloads. Models that fit in consumer memory are too limited; capable models require cloud APIs. There is no accessible toolchain for non-experts to achieve meaningful on-device inference with acceptable quality.

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

AI coding assistants suggest outdated tech stacks due to stale memory

AI coding assistants persist preferences and tech stack choices in memory but never validate whether those memories are still current, causing them to confidently suggest deprecated libraries, old configurations, or migrated-away frameworks. The gap is structural: no existing memory system for LLM assistants includes a validity or staleness layer. This affects every developer who iterates on their stack over time.

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

Privacy-Preserving Local AI Agents Lack RAG and Knowledge Graph Capabilities

Users who need AI agents with retrieval-augmented generation and knowledge graph tools must use cloud services that require API keys and transmit data off-device. Local model performance is insufficient for these agentic workloads, leaving a gap between privacy and capability.

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

Customer Discovery Interviews Generate Signal That Dies in Unread Transcripts

Product managers run strong customer interviews but the insights decay in transcripts no one reads, leading to PRDs written from gut feel rather than evidence. There is no reliable workflow to synthesize multi-interview patterns into structured product specs.

1 mentions1 sources
S5.8L7
Productivity · Knowledge Management

Companies Falsely Report Accounts on Credit for Consumers Who Were Never Customers

Consumers discover companies are reporting accounts on their credit reports for relationships that never existed, likely through data errors or identity theft. The false reporting damages credit scores and requires a burdensome dispute process to remove. This structural failure in the credit reporting ecosystem allows any creditor to place potentially erroneous information on millions of consumer credit files with minimal accountability.

2 mentions1 sources
S5.8L7
Security & Compliance · Identity & Access
Previous28/140Next