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.

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

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.

1 mentions1 sources
S5.3L8
Productivity · Automation & Workflows

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.

1 mentions1 sources
S5.3L8
Productivity · Knowledge Management

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.

1 mentions1 sources
S5.3L7
Industry Verticals · FinTech & Banking

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.

1 mentions1 sources
S5.3L7
Industry Verticals · Legal Services

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.

1 mentions1 sources
S5.3L7
Productivity · Project Management

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.

1 mentions1 sources
S5.3L7
Productivity · Knowledge Management

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.

1 mentions1 sources
S5.3L7
Developer Tools · Coding Tools & IDEs

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.

1 mentions1 sources
S5.3L7
Productivity · Automation & Workflows

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.

1 mentions1 sources
S5.3L7.5
Business Operations · Legal & Compliance

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.

1 mentions1 sources
S5.3L7
Developer Tools · APIs & Integrations

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.

1 mentions1 sources
S5.3L7
Productivity · Project Management

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.

1 mentions1 sources
S5.3L7
Customer Experience · Chatbots & AI Support

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.

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

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.

3 mentions1 sources
S5.3L7
Productivity · Collaboration & Messaging

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.

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

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.

1 mentions1 sources
S5.3L8
Productivity · Knowledge Management

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.

1 mentions1 sources
S5.3L8
Industry Verticals · FinTech & Banking

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.

1 mentions1 sources
S5.3L8
Productivity · Note Taking & Writing

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."

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