Explore Problems
Showing 7,153 of 7,606 problems · matching your filters
Reserved rental equipment isn't actually held for confirmed pickups
A confirmed truck-and-equipment reservation had nothing available at pickup; the customer was redirected to a second location that refused to release equipment, then sent back to the first with nothing resolved.
Asana forces payment for unused seats with inflexible pricing tiers
User reports paying for 50 seats when only 40 are used, plus strategy map feature bugs. Highlights inflexible SaaS pricing models that penalize mid-sized teams.
Third-Party Social Proof Widgets Tank Web Performance
Embedding third-party testimonial/review widgets adds hundreds of KB and iFrames that destroy page performance scores.
Building AI Agent Voice, SMS, and Email Communication Requires Stitching Together Many Vendors
Developers building AI agents that need to call, text, or email users must individually integrate telephony providers, email delivery, compliance and opt-in rules, and separate speech and language model providers, creating significant integration overhead before an agent can communicate at all.
No easy way to source verified niche local business contact lists
A buyer needed a 2,000-row list of verified, non-franchise wedding planners in a specific metro area with bounce-checked emails and social links, and had to commission it as custom freelance work rather than pull it from an existing tool. This reflects a gap in self-serve data quality for hyper-local, niche B2B verticals.
Mortgage closing disclosure figures shift unexpectedly from the loan estimate
A homebuyer expected to receive money at closing per their loan estimate, but the closing disclosure flipped to requiring a payment instead. This points to inadequate reconciliation or borrower communication between loan estimate and final closing figures.
Banks treat unauthorized charges as valid whenever they cannot recover funds from the merchant
A bank denies a customers unauthorized-transaction dispute, explaining that if the bank itself cannot retrieve funds from the merchant, it considers the charge valid by default, regardless of the merchants fraud history. This effectively shifts fraud losses onto the customer whenever the banks own merchant recovery process fails.
Trello Free Plan Lacks Reporting and Has Confusing Label System for Non-Technical Users
Non-technical team leads using Trello's free tier cannot generate useful reports or progress summaries, forcing manual tracking outside the tool. The labeling system adds complexity that creates friction for users without a technical background. This gap drives smaller teams toward paid plans or competing tools that offer lightweight reporting.
Debt collection firms threaten legal action on time-barred zombie debt
Consumers receive letters threatening wage garnishment for debts over 20 years old, well beyond the statute of limitations for legal collection in most states. This zombie debt collection tactic pressures people into payment or legal exposure on obligations that are no longer legally enforceable.
Debt collectors keep contacting consumers after cease-and-desist requests for debt that is not theirs
A consumer reports months of continued contact from a debt collection agency over a medical debt that is not hers, despite explicitly asking the collector to stop. This reflects a recurring compliance failure where collectors do not honor cease-contact requests or verify debt ownership before continuing collection.
No Lightweight CLI for Running Validation Jobs in Clean Remote Runtimes
Developers lack a simple CLI tool for offloading short validation and cross-environment checks to clean ephemeral remote runtimes. Local environments accumulate state that invalidates test results, and spinning up CI infrastructure for short jobs is excessive. The gap is narrow but real for teams doing frequent cross-environment validation.
Telecom agent changes plan without disclosing feature loss
An AT&T agent switched a customer to a discount plan without disclosing it excluded HBO, then refused to reverse the change. The customer lost a benefit they had held for years with no recourse. This reflects a single incident rather than a verified systemic pattern.
Todoist Desktop Completely Unusable Without Internet Connection
Todoist desktop app cannot even display existing task lists when offline. Users lose all productivity tool access without internet.
RabbitMQ default management UI is slow with no multi-broker monitoring
RabbitMQ's default Management Plugin has slow page loads, no multi-broker view, no alerting, and a UI that hasn't changed in a decade.
Slide tools produce non-editable output clients cannot modify
Markdown-to-slides tools produce PDFs not editable PowerPoints, failing clients who need to modify deliverables.
Collectors Keep Reporting Unverifiable Debts From Dissolved Creditors
Consumers dispute credit report entries from debt collectors who cannot produce original documentation because the original creditor has ceased operations, yet the accounts remain on credit files. Collectors provide incomplete validation lacking contracts, billing statements, or payment history required under fair credit reporting rules. This leaves undischargeable, unverifiable debt permanently damaging consumer credit profiles.
Monday.com Excludes External Stakeholders Without Accounts
External stakeholders and third-party collaborators without a Monday.com account cannot be brought directly into a workspace, forcing those conversations to happen over email and be manually transcribed back into the platform to stay in sync.
ISP cancellation-fee waiver promises do not survive to billing/credit
A customer cancelled Comcast/Xfinity internet because service was not available at their new address and was told no cancellation fee would apply, yet the fee later appeared as a collections entry on their credit report. This mirrors a broader telecom pattern where verbal fee-waiver promises made at cancellation are not reliably recorded in the account or billing system.
Amazon search results are polluted with fake brands and dropshipped junk listings
Shoppers searching Amazon frequently encounter counterfeit-sounding fake brands, dropshipping clones, and keyword-stuffed junk listings mixed into genuine results. ClearCart is a free, local-only Chrome extension that filters these out across several Amazon regional storefronts without collecting any user data.
Building agent-ready search requires stitching together separate full-text, vector, and geo systems
Teams building AI agents that need search typically have to combine separate full-text, vector, geo, and image search systems, manage their own infrastructure clusters, and lack a way to verify that relevance changes actually improve results before shipping. Search Stack packages these into one JSON API that agents can also read and write to directly via MCP, with built-in evaluations.