Explore Problems
Showing 1,422 of 8,862 problems · matching your filters
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.
Slack Suffers from Notification Overload, Weak Search, Thread Complexity, and Performance Issues
As Slack workspaces grow, four compounding problems emerge: notification volume becomes unmanageable, search fails to surface relevant messages, threaded conversations fragment context, and the app slows down. These are not isolated bugs but structural limitations of Slack's architecture under enterprise-scale usage. Together they drive significant frustration and fuel interest in alternatives.
Home Equity Lines Placed on Jointly-Owned Property Without Non-Borrowing Spouse Consent
Spouses obtain HELOCs on jointly-owned property by fraudulently obtaining signatures from co-owners without revealing the loan documents. The non-borrowing owner only discovers the lien years later during divorce proceedings. Lenders fail to detect or prevent forged signatures on joint property financing agreements.
Banks Blocking Successor Trustee Account Transfers Despite Completed Paperwork
Successor trustees completing all required documentation still cannot transfer accounts from deceased primary holders at major banks. Repeated calls and emails yield no resolution, leaving assets inaccessible for extended periods. This creates legal and financial hardship for estate administrators navigating bureaucratic bank processes.
No Way to Verify Dealer-Claimed Pre-Sale Vehicle Inspections
A used-car buyer discovered multiple unaddressed mechanical and cleanliness issues despite the dealer's claim that every vehicle receives a standard inspection before sale. Buyers have no independent way to confirm that a claimed inspection actually happened or what it covered, leaving disputed problems unresolved after purchase.
Promotional Pricing Expiration Causes Sudden Telecom Bill Spikes
A telecom customer's monthly rate is set to jump significantly once a promotional discount expires, despite having competitive alternatives available. Customers feel forced into all-or-nothing negotiations to retain their current price and service bundle.
Credit Bureau Investigation Fails to Remove Fraudulent Identity-Theft Account
A consumer reports an unauthorized account on their credit report indicating identity theft, and says the credit bureaus investigation did not fix the error despite a filed police report and supporting documentation. The case reflects a common failure of credit-report dispute investigations to resolve fraud.
Signup-Blocking Bugs Go Undetected Until After Traffic Is Wasted
A founder describes driving 118 visitors to a new product with zero signups, only discovering after manual digging that two bugs in the signup flow were silently blocking conversions. This illustrates a broader risk for early-stage builders: critical funnel bugs can go undetected by standard analytics and burn through scarce early traffic before anyone notices. It matters because acquisition is expensive and unrecoverable once wasted on a broken flow.
Home Services Marketplace Sends Contractors Incorrect Job Descriptions, Causing Missed Appointments
A customer's installation project was disrupted when the marketplace gave both assigned contractors completely wrong job descriptions, leading to long delays and confusion on-site. This reflects a breakdown in how service marketplaces communicate job scope to dispatched contractors.
Deceptive Contract Terms and Lead Billing Disputes for Contractors on a Home Services Marketplace
A contractor using a home-services marketplace's lead-generation service was billed under a monthly contract term they never agreed to and charged for leads that were outside their service area or non-responsive. Support gave contradictory answers and initially refused refunds, reflecting unclear contract and billing practices in contractor lead marketplaces.
Home Services Marketplace Repeatedly Reschedules With No Professional Ever Actually Assigned
A customer was given multiple scheduled appointment dates over more than a week, each pushed back with vague excuses about a professional cancelling, without the marketplace ever confirming whether a professional had actually been assigned. This suggests some booking requests are accepted before the platform has verified contractor availability.
No Unified, Verifiable View of Spend and Usage Across AI Tools
As companies adopt a growing number of AI tools, nobody has a reliable picture of total spend or actual usage across them, forcing teams to log into each admin console separately and cobble together a spreadsheet of mostly-guessed figures. Existing dashboards project false confidence with numbers that cannot be traced back to a verifiable source, leaving procurement and audit teams without a trustworthy source of truth.
Credit Card Opened Without Consent Goes Unaddressed by Issuer
A consumer reports a credit card account was opened without their knowledge or consent, and the issuer, Atlanticus, has failed for six months to provide opening documentation or respond to disputes. The unresolved account continues to damage the consumer credit profile. This reflects a recurring identity-fraud and issuer-unresponsiveness pattern in consumer lending.
AI-interpreted branching logic in workflow automation lacks a way to verify behavior before going live
A highly upvoted comment raises a core trust gap in AI-driven workflow automation: natural-language branch conditions interpreted by an AI agent can misread intent on edge cases in ways a traditional explicit if/then builder never would, yet there's no clear way to preview or dry-run the workflow's actual behavior before it runs on real data.
CarMax MaxCare warranty repair stalled by no-show third-party inspector
A CarMax MaxCare extended warranty claim for a purchased Jeep stalled for days after the third-party administrator's inspector failed to show up for a scheduled visit, with no new appointment date given. When the customer visited CarMax directly for help, staff repeatedly deflected responsibility by saying the warranty administrator was a separate third party, despite the customer having purchased MaxCare from CarMax itself.
Slack Messages Get Lost in Large Team Channels
Users on large Slack teams report that important messages sent to them get buried and lost in high-volume channels, with no easy way to recover them later. This creates a recurring pain point around message retrieval and information loss at scale.
Fintech loan apps continue ACH debits after credential and card changes
Predatory fintech lending apps maintain ACH debit access to bank accounts even after users change passwords, usernames, and debit cards. Users have no reliable mechanism to revoke payment authorization outside of the app itself. Affected users face continued unauthorized withdrawals with no bank-level recourse.
Slack Guest Permissions Require Excessive Manual Admin as Scale Grows
Organizations using Slack with external guests and partners face compounding manual overhead managing channel access permissions. As the number of integrations and guest users grows, there is no automated way to handle permission scoping, creating ongoing admin burden. This is a structural limitation of Slack's guest model that affects any team operating with external collaborators.
Web crawlers fail on JS-rendered dynamic team/leadership pages
Developers scraping company websites for team and leadership data find that dynamically rendered card components break standard HTTP crawlers. The problem recurs daily across hundreds of sites and requires either headless browsers or smart rendering detection. This creates friction for anyone building people-data pipelines or lead-enrichment tools.
Onboarding to Large Codebases Takes Hours Without Clear Entry Points
Developers joining a new large codebase spend significant time figuring out which files matter, where technical debt accumulates, and how components connect. This orientation cost is a persistent drag on productivity for every new hire and contractor. A solo developer built a visualization tool to address this, validating the pain.