Explore Problems
Showing 1,064 of 6,918 problems · matching your filters
AI Assistants Refuse Reasonable Tasks Outside Their Fixed Capability Scope
Current AI assistants hit hard capability boundaries and refuse tasks slightly outside their predefined scope. Users want AI that can perform computer actions, adapt to novel requests, and extend capabilities based on user needs. The fixed-scope architecture limits AI assistants to known task categories rather than general problem-solving.
Code editors have AI autocomplete but the rest of the OS does not
AI autocomplete exists in code editors but nowhere else on the desktop. Knowledge workers typing in Slack, email, Jira, and other apps lack a system-wide AI that learns their writing patterns and completes thoughts with a single keystroke.
AI Chat Conversations Become Disorganized Graveyards of Lost Ideas
AI chat conversations generate valuable ideas and thinking, but these insights are scattered across hundreds of chat sessions with no way to connect, organize, or build on them over time. Users keep restarting the same thought processes because previous conversations are effectively lost.
VA Loan Servicers Push Veterans into Refinances That Violate Federal Recoupment Rules
Mortgage servicers aggressively market VA IRRRL refinances to veterans that violate the 36-month recoupment requirement under federal law, with break-even periods exceeding 80 months. Veterans with no financial expertise cannot easily calculate whether a refinance offer meets federal guidelines. The predatory churning strips home equity while providing no financial benefit to the veteran homeowner.
EB-1A Self-Petitioners Cannot Assess Evidence Strength Without Paying $15K in Attorney Fees
Immigrants pursuing the EB-1A extraordinary ability visa self-petition route have no reliable way to evaluate whether their evidence profile meets the USCIS officer criteria before filing. Generic eligibility calculators do only binary yes/no screening, missing the nuanced evidence mapping and narrative gap analysis that distinguishes strong from weak petitions. The attorney cost creates a structural barrier that disproportionately affects highly skilled immigrants who are price-sensitive.
Jira ticket-centric model is rigid for product strategy and discovery
Reviewers compare Jira unfavorably with Notion, calling out a rigid, ticket-centric structure that does not flex for product discovery, strategy, or cross-functional collaboration. Critical features sit behind premium plans.
Task Context and Project Knowledge Gets Lost as Work Progresses
Teams and individuals lose valuable context and insights as tasks move through project management tools like Notion, Linear, and ClickUp. Task-level notes rarely make it into wikis, and buried details become impossible to retrieve months later. Existing tools create silos between task execution and knowledge capture.
Architectural Decisions and Team Context Lost When Using AI Coding Agents
Engineering teams lose critical decision-making context over time — rationale buried in Slack threads, stale PR descriptions, or the memory of departed team members. As agentic coding tools accelerate code production, this context decay problem compounds: knowledge is generated faster than it can be captured or surfaced. The result is that AI coding sessions lack institutional memory, causing repeated mistakes, redundant discussions, and degraded code quality over time.
Repetitive Form Filling Across Applications
Founders and applicants waste hours copying, pasting, and reformatting the same information across accelerator, job, and grant applications that each have slightly different requirements.
Employees Cannot Identify Illegal Workplace Handbook Policies
Many common employer handbook policies violate NLRB standards, including salary discussion bans and broad confidentiality clauses. Most employees cannot afford lawyers to review handbooks and have no accessible way to check policy legality.
AI Agents Must Rebuild Multi-Channel Comms Integration Per App
Every AI agent that needs to communicate via Slack, WhatsApp, Teams, or email must rebuild channel integrations from scratch. Delivery, identity resolution, threading, and channel-specific formatting each require separate work. This infrastructure gap slows agent development significantly.
Monday.com pricing excludes small teams and solo developers
Monday.com has shifted its pricing and feature set toward enterprise and larger company use cases, making it cost-prohibitive for small teams and individual developers. The minimum seat requirements and per-user pricing create a poor value proposition for users who need capable project management without the corporate overhead.
Intercom AI agent ignores operator guidance and loops on questions
Intercom's AI support agent disregards operator-defined guardrails and repeatedly attempts to answer the same question, creating a frustrating loop for end customers. This is a controllability and instruction-following failure in production AI agents. Support teams with AI automation have strong WTP for reliable, guided agent behavior.
Recruiters Cannot Efficiently Source and Contact Candidates Across Fragmented Platforms
Traditional recruiting platforms offer weak search filters and low reply rates, forcing recruiters to manually piece together sourcing workflows across multiple tools. The fragmentation between candidate databases, outreach channels, and workflow automation creates significant time waste. The 293 upvotes for an agentic platform addressing this gap confirm strong market demand for AI-native end-to-end recruiting automation.
Slack notification noise and per-seat pricing become costly at scale
Growing teams using Slack face two compounding problems: notification misalignment that creates alert fatigue, and pricing that scales linearly with headcount regardless of usage intensity. Notification controls lack the granularity needed to filter meaningfully across many channels. At 50+ seats, the cost justification becomes harder to defend compared to alternatives.
AI coding tools waste context on large codebases missing key dependencies
LLM-based coding assistants like Claude and Cursor struggle with large codebases, either missing critical dependencies or consuming excessive context window capacity. Developers lack a lightweight layer to pre-process repository structure and compress relevant context before sending to the model. This problem grows with codebase size and LLM adoption.
AI knowledge tools lose prior context when new information is added to documents
AI assistants embedded in note-taking and knowledge management tools fail to retain previously learned information when a user updates or adds new content, causing the system to forget earlier context. This makes the AI unreliable for maintaining a coherent, evolving knowledge base over time. The problem is fundamental to how current LLM context windows interact with dynamic document stores.
Debt Collector Pursues Already Discharged Debt from Bankruptcy
Consumers face collection attempts on debts that were legally discharged in bankruptcy or are otherwise not owed. Collectors ignore discharge paperwork and continue pursuit, violating FDCPA protections. Affected consumers must navigate complex legal remedies without accessible consumer advocacy tools.
Notion Offers No Offline Access for Quick Note Capture on Mobile
Notion users cannot access or create notes in their workspace without an active internet connection, blocking the most fundamental use case of a note-taking app. Mobile users who need to capture ideas in low-connectivity environments have no fallback. This forces users to use a second app for offline capture and manually migrate content back into Notion.
LLM Code Agents Diagnose Root Causes Well But Propose Poor Fixes
Developers using LLM-driven coding agents report a consistent pattern where the model accurately identifies root causes of bugs but then proposes fixes that are architecturally unsound or that erode long-term maintainability. The disconnect between strong analysis and weak remediation is particularly damaging for projects without technical oversight, where bad AI-generated patches accumulate silently. Users with software architecture expertise can catch and reject bad fixes, but the problem is invisible to non-technical "vibe coders."