Explore Problems
Showing 3,064 of 6,918 problems · matching your filters
LLM-Generated Scrapers Lose DOM Context When HTML Is Converted to Markdown
When HTML is converted to Markdown for LLM consumption, the structural DOM metadata — CSS selectors and XPaths — is discarded, forcing developers to either re-query the LLM repeatedly for scraping logic or hand-code brittle selectors. This creates a token-cost and accuracy problem for anyone building LLM-assisted web scrapers at scale. Without DOM annotations preserved alongside readable content, LLMs cannot generate stable, reusable extraction code in a single pass.
Multiple AI Coding Agents Conflict When Working in Parallel
Running multiple AI coding agents on the same repo causes file conflicts and broken builds. No coordination layer exists to isolate and gate their work.
AI assistants hallucinate financial data without reliable sources
AI assistants hallucinate financial data. Self-hosted MCP server scrapes and serves real data from SEC, FINRA, Yahoo Finance for reliable AI queries.
Per-Seat Telephony Pricing Penalizes Teams With Low Phone Usage
Business telephony providers charge per-user monthly fees regardless of actual phone usage, penalizing lean teams where only a fraction of employees make calls. This seat-based pricing model forces small teams to overpay for unused capacity.
DevOps internship: learn by submitting PRs not tutorials
DevOps mentorship via PR-based assignments instead of tutorials to help junior engineers escape tutorial hell.
AI Coding Agents Lose Context Between Sessions Without Persistent Memory
AI coding assistants like Claude and Copilot have no persistent memory across sessions, forcing developers to re-explain project context every time. Cloud memory solutions like Mem0 and Zep exist but require external dependencies and raise data privacy concerns. A local-first, offline-capable memory layer for AI agents addresses both the context loss and the data sovereignty problem.
AI Coding Agents Cannot Make Precise UI Edits to Apps Without Design Files
Most real-world AI agent UI work happens on existing running applications that never had a Figma design file, yet current agent tooling is anchored to design sources. When developers ask agents to modify UI components in production apps, the agent lacks the structured context to make precise, consistent changes. The gap between agent capability for logic tasks versus UI precision tasks is widest in brownfield scenarios with no design anchor.
Slack desktop notifications vanish before users can act on them
Slack pop-up notifications disappear too quickly, causing users to miss important messages with no reliable way to resurface them. This is a structural gap across notification-heavy tools where transient alerts replace durable inboxes. Knowledge workers routinely lose context and miss follow-ups as a result.
California landlords lack tooling to track legally required notice deadlines
California rental law mandates specific notice timelines for rent increases, just-cause evictions, and tenant rights disclosures — with deadlines that vary by unit type, rent level, and tenure. Landlords currently track these manually or not at all. Non-compliance exposes them to wrongful eviction claims and statutory penalties.
Progressive Declares New $80K Truck a Total Loss on Front Bumper Damage
Progressive immediately declared a brand-new $80,000 truck a total loss using a $34,000 repair estimate from their preferred shop. An independent shop quoted $22,000 — well below the legal total-loss threshold — exposing the insurer's incentive to cash-out rather than repair.
Insurance Claims Delayed by Excessive Evidence Demands Two Weeks After Filing
Progressive flagged a simple single-vehicle deer-hit claim as needing forensic-level evidence—phone call logs, tire invoices, and physical deer evidence—two weeks after the incident, after the vehicle was already at the repair shop. The insurer's own internal mistakes caused the delay, yet the burden fell on the customer who continued paying out-of-pocket for a rental.
Subprime Auto Lenders Charge 23%+ APR With No Loan Modification Pathway for Struggling Borrowers
Credit Acceptance Corporation and similar subprime auto lenders charge interest rates above 20% with no modification options when borrowers fall behind. Monthly payments of $580+ over 69 months trap borrowers in payment structures they cannot sustain. No refinancing options are available to exit predatory loan terms once signed.
Banks Blocking International Wire Transfers Without Explanation or Fund Return
Banks reject international wire transfers without providing any reason and then refuse to return the funds to the originating institution. Consumers are left without their money and without explanation, unable to understand or remedy the block. The lack of transparency requirements for wire rejections creates financial paralysis with no appeal path.
Project Management Tools Prohibitively Priced for Small Teams
Small teams and startups find per-seat pricing models for enterprise-grade project management tools like Monday.com financially unsustainable. The minimum billing tiers are calibrated for larger organizations, leaving small teams paying for capacity they cannot use. This forces compromise between budget and feature needs, often resulting in underutilization or switching costs.
No accessible tool for quantified personal posture analysis
People cannot objectively assess their own posture problems without professional equipment or clinical visits. Mobile-based computer vision posture analysis with specific metric breakdowns represents an accessible and scalable solution gap.
Elderly Bank Customers Repeatedly Lose Card Access Due to Frequent Fraud Reissuance
Elderly and disabled bank customers experience card fraud every one to two months, requiring new cards to be issued each time. During the gap between card cancellation and delivery of the replacement, users cannot access funds or pay bills. Branch closures have eliminated in-person alternatives, and phone support queues are prohibitively long for this demographic.
Telecom Reps Make False Verbal Promises to Close Sales
Telecom sales representatives — in stores, at call centers, and door-to-door — routinely make commitments about pricing, device deals, and contract terms that do not match what is actually provisioned on the account. Customers only discover the gap after they are locked in, often months later. The asymmetry between complex fine print and confident verbal assurances is a designed information gap, not a mistake.
Auto lender secretly diverts on-time lease payments to an undisclosed tax charge
A lessee's automatic lease payments were drafted on time, but the lender internally redirected part of each payment toward an annual municipal excise tax without disclosure, causing the base lease payment to fall short and triggering a 37-day delinquency flag despite the consumer having paid the full balance.
Debt collector reports identity-theft-linked debt as legitimate on credit file
A consumer states a debt collector has no accounts belonging to them yet continues falsely reporting the debt on their credit file, tracing back to identity theft they never authorized.
Freight dispatchers lose time switching tools to plan loads
Freight dispatchers currently juggle multiple browser tabs to parse broker emails, calculate profit-per-mile, plan routes, and manage drivers. The fragmented workflow slows dispatch throughput and increases errors. A unified AI-assisted dispatch workspace addresses real, sticky operational pain.