Explore Problems

Showing 2,506 of 7,140 problems · matching your filters

Stripe's flat-rate percentage fees become prohibitive on large transactions

Stripe's standard percentage-based pricing model, designed for high-volume small transactions, imposes disproportionate fees on large one-off B2B invoices where a single transaction can cost hundreds of dollars in processing fees. Businesses with infrequent large-ticket billing have no cost-effective path within Stripe's standard tier. This pricing structure creates churn risk for Stripe among enterprise and professional services customers.

1 mentions1 sources
S5.3L6
Business Operations · Payments & Billing

Solo operators cannot source commission-only sales talent for multi-product portfolios

A founder with proven retention and product-market fit cannot find self-driven commission-only sellers who can pitch a mixed-price-tier product line. Existing job boards skew salaried.

1 mentions1 sources
S5.3L6
Business Operations · Sales & CRM

Small Service Businesses Miss Revenue From Unanswered Calls With No Affordable Solution

Service businesses like garages, salons, and clinics regularly miss inbound customer calls during busy periods, losing bookings without any automated fallback. Hiring a full-time receptionist is cost-prohibitive for small operators. There is clear demand for lightweight AI reception that captures enquiries and books appointments without disrupting existing phone setups.

1 mentions1 sources
S5.3L6
Business Operations · Startup & Founder Ops

Banks continue marketing after customers opt out

Bank customers who formally request removal from marketing lists continue receiving promotional mail and offers for months. Repeated opt-out requests are ignored, forcing customers to escalate to regulators or send formal cease-and-desist letters to stop contact.

17 mentions1 sources
S5.3L6
Industry Verticals · FinTech & Banking

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

Telecom multi-agent runaround leaves discount issues unresolved for days

Customers with billing or discount issues at major carriers encounter compounding failures: AI blocks human access, agents transfer rather than resolve, and verification links arrive broken or with contradictory instructions. A single account issue consumes an entire day across seven touchpoints with no resolution. This is a structural support fragmentation problem, not an isolated service failure.

1 mentions1 sources
S5.3L8
Customer Experience · Support & Helpdesk

Hallucinated Citations in Published Scientific Literature

Hundreds of thousands of papers contain AI-generated fake citations, poisoning training data and undermining academic integrity across major publishers.

1 mentions1 sources
S5.3L8
Industry Verticals · Education & EdTech

Long-running AI agents lose state between sessions and restarts

AI systems designed to operate over days or weeks treat each interaction as a new session, losing accumulated context, state, and workflow continuity. Developers must implement complex custom persistence layers to approximate coherent long-running behavior. This architectural gap blocks reliable deployment of autonomous agents for operational tasks requiring multi-session continuity.

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

Trello lacks native Agile/sprint planning for engineering teams

Trello becomes disorganized at scale and provides no native support for sprint planning, burndown charts, or engineering metrics like velocity. Engineering teams must bolt on third-party tools or migrate entirely to handle Agile workflows. This structural gap forces growing teams off Trello despite familiarity with its interface.

1 mentions1 sources
S5.3L7
Productivity · Project Management

IaC Tools Require Kubernetes Complexity for Basic State and Lifecycle Management

Platform engineers managing cloud infrastructure face painful state file locking, complex templating, and pressure to adopt Kubernetes for workloads that don't warrant it. Existing tools like Terraform solve some problems but introduce operational overhead. Praxis was built to fill this gap, confirming real demand for a simpler, opinionated alternative.

1 mentions1 sources
S5.3L7
Developer Tools · DevOps & Infrastructure

Home Services Marketplaces Enable Contractor Fraud via Unverified Deposits

Homeowners booking services through lead-generation platforms like HomeAdvisor report contractors collecting deposits then performing no work, arriving without proper tools, and providing no itemized quotes. The platform takes no responsibility for contractor actions and leaves customers with no deposit recovery mechanism. This is a documented fraud pattern enabled by insufficient contractor vetting and no escrow or performance bond requirements.

1 mentions1 sources
S5.3L7
Industry Verticals

Founders Build Wrong Products Because Network Feedback Is Too Polite

Solo founders and early-stage builders routinely receive falsely positive feedback from friends and colleagues, causing them to spend months validating and building products nobody actually wants. Real problem signal requires scraping adversarial public feedback (Reddit, forums) with strict workaround-based filters. This validation gap is a systemic market problem costing builders significant time and capital.

1 mentions1 sources
S5.3L7
Developer Tools

No AI advisor to optimize how teams use their project boards

Project management tool users lack any intelligence layer that observes their actual board usage patterns and surfaces actionable suggestions for improvement. Teams accumulate suboptimal workflows over time with no feedback mechanism pointing out inefficiencies or better structural approaches.

1 mentions1 sources
S5.3L7
Productivity · Project Management

AI Code Builders Produce Only 70-80% UI Accuracy

Vibe-coders using AI builders like Runable cannot achieve pixel-accurate UI output—the AI makes autonomous visual decisions that diverge from the intended design even with reference screenshots. The gap is the absence of a locked design system as the prompt context layer, leaving AI tools to invent colors, spacing, and components. Growing problem as no-code AI coding tools proliferate.

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

AI coding assistants forget project architecture at the start of every new session

Developers using AI coding tools must repeatedly re-explain system architecture, patterns, and conventions each session because these tools have no persistent memory. The repetitive context-setting wastes time and limits the depth of AI assistance on complex codebases. This is a structural gap in current AI-assisted development workflows.

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

AI coding agents lose all project context and learned preferences between sessions

Coding agents like Claude Code and Codex have no persistent memory, forcing developers to re-explain architecture, coding style, and project conventions at the start of every session. This creates repetitive overhead that grows with project complexity. As agentic development workflows mature, the lack of session continuity is an increasingly critical bottleneck.

1 mentions1 sources
S5.3L7
Developer Tools · AI & Machine Learning
Previous88/126Next