← statichum.studio

Pixel and most modern Android cameras apply a heavy multi-frame computational pipeline (HDR+, Night Sight, deep-fusion-equivalents) before the in-camera JPEG. The user-facing options are 'finished JPEG' or 'raw DNG that looks ghastly until you do hours of work'. There's a clear and recurring HN/photo-forum complaint: people want to start from the JPEG-recipe and adjust a few parameters, not redo the whole pipeline by hand. The opportunity is a desktop+mobile editor that reads metadata, reverses the in-camera pipeline as far as it can, and presents the JPEG-as-recipe with sliders.

builder note

The hard bit is reverse-engineering enough of HDR+ metadata to expose useful sliders. You won't get all of it. Ship the 5 sliders that solve 80% of complaints (white balance, sky tone, skin tone, tone curve, sharpness) and call it a day. Don't try to be Lightroom for computational pipelines.

landscape (4 existing solutions)

The whole RAW-editor industry was built when 'RAW' meant Bayer-grid sensor output. On computational-pipeline phones, 'RAW' is an orphan format the camera vendor barely supports. Nobody has built the editor that admits this and treats the JPEG-recipe as the source of truth.

Adobe Lightroom Treats Pixel DNG as a generic raw; ignores Google's HDR+ recipe metadata, so you start from ugly
Google Photos Edits the finished JPEG; no access to the underlying merged-frame buffer or the per-stage knobs
Snapseed Same problem: edits the finished JPEG, treats RAW as a generic input
Halide Mark II / Spectre on iOS Captures with custom pipeline; doesn't help users who already have thousands of Pixel JPEGs and DNGs to revisit
sources (2)
hn https://news.ycombinator.com/item?id=48039444 "wish there was a middle ground between RAW and in-camera JPEG" 2026-05-06
other https://cadence.moe/blog/2026-05-05-what-makes-a-good-smartp... "What makes a good smartphone camera" 2026-05-05
photographypixelcomputational-photographyeditorandroid

A May 2026 benchmark showed Anthropic's Computer Use agent burns roughly 45x more input tokens (and runs ~50x slower at ~17 minutes vs ~20 seconds) than a structured-API agent doing the same admin-panel task. Vision agents only exist because most SaaS apps don't expose the API the user needs. The opportunity is a code-gen tool that, given a user's account, records UI flows and emits a stable structured-tool/MCP adapter that future agents can call directly, removing the need for screenshot-driven vision loops on apps the user already has access to.

builder note

The trap is treating this like RPA. The non-obvious insight: the artifact you ship is an MCP server, not a workflow. Engineers will accept a generated MCP they can read and version. They will not accept a black-box Selenium replay file. Optimize for legibility, not for full automation breadth.

landscape (4 existing solutions)

The MCP/structured-tool ecosystem is racing to cover top apps, but the long tail (internal admin panels, regional SaaS, niche industry tools) will never get hand-built integrations. Today users either pay 45x or wait. A 'record once, agent reuses forever' generator slots exactly here.

Anthropic Computer Use Vision-loop is the tool; that's exactly what's 45x too expensive for routine, repeated tasks
Browser-Use Same vision/DOM-screenshot pattern; cost and latency profile similar
Zapier Hand-built per-app integrations; user can't generate their own adapter for an app Zapier hasn't covered
MCP marketplaces Growing fast for top SaaS apps but long-tail tools still require Computer Use; no record-from-UI adapter generator
sources (3)
other https://www.theregister.com/ai-and-ml/2026/05/07/ai-vision-a... "AI vision agents use 45x more tokens than APIs in benchmark" 2026-05-07
other https://reflex.dev/blog/computer-use-is-45x-more-expensive-t... "vision agents need to see and seeing is costly" 2026-05-05
hn https://news.ycombinator.com/item?id=48024859 "I don't want to think about it, I just want to get stuff done" 2026-05-08
agentsmcpautomationcost-optimizationstructured-tools

Chrome silently writes a 4 GB Gemini Nano model (weights.bin) to disk on capable systems; manual deletion triggers automatic re-download, and the most user-visible 'AI Mode' pill in the address bar still routes to cloud servers anyway. Researchers argue the silent install likely violates EU ePrivacy and GDPR rules. There's clear demand for a small cross-platform tool that detects browser-bundled local AI models, lets users quarantine the weights, blocks redownload via OS-level rules, and reports back which features actually break (mostly nothing for typical users).

builder note

An extension can't fully prevent Chrome's redownload; the real product is an OS-level binary that watches the user-data directory plus a hosts/firewall block of the model CDN endpoints. Ship it as a one-click installer, not as 'click here to add this to your weekend project'.

landscape (3 existing solutions)

Today the only counter is per-vendor flag-hunting and accepting auto-redownload. There is no cross-browser tool that watches for, quarantines, and prevents redownload of bundled AI weights, and no SaaS/news source that tells users which browser-side AI models exist on their disk right now.

Manual deletion of weights.bin Chrome treats deletion as an error and re-downloads automatically
Disable Chrome AI flags Hidden behind chrome://flags; not surfaced in the standard UI; Microsoft Edge and Opera are quietly shipping similar payloads
Browser uninstall Nuclear option; many users are locked into Chrome via work or extensions
sources (4)
other https://www.tomshardware.com/tech-industry/cyber-security/go... "may violate EU law, waste thousands of kilowatts of energy" 2026-05-06
other https://www.thatprivacyguy.com/blog/chrome-silent-nano-insta... "silently installs a 4 GB AI model on your device without consent" 2026-05-04
hn https://news.ycombinator.com/item?id=48019219 "Just taking up 4 GiB of disk space without asking is problematic" 2026-05-05
chromegemini-nanoprivacystorageon-device-ai

Bogleheads forum threads in 2026 are full of long-time Quicken users actively planning their exit due to forced subscription pricing, a 2012-era UI, sync breakage, and weak mobile. Monarch and Empower each cover part of the niche but force cloud sync of every account. The unfilled spot is a Quicken-replacement that imports a user's existing .QDF and 20 years of categorization history, runs locally with optional encrypted sync, and ships investment-analysis features that match Quicken Premier (lot-level tax basis, custom reports, scheduled-transaction forecasting).

builder note

The QDF import is the moat. Most replacements ask users to start from scratch, which kills 90% of migrations. Build a great QDF importer first, then let people use it for free as a viewer, and upsell the budgeting/forecasting on top. That's the fishhook.

landscape (4 existing solutions)

Each existing alternative trades off something users won't trade. Monarch is the modern-UX leader but cloud-only. MoneyDance is local but ugly. GnuCash is free but requires double-entry literacy. Nobody has the 'Quicken Premier feature parity, local-first, beautiful UI, .QDF importable' product.

Monarch Money Cloud-only sync, $99/yr subscription, no local-only option, weaker investment analysis than Quicken Premier
Empower Personal Dashboard Free but it's a lead-gen funnel for Empower's wealth management business; cloud-only and sells you advisor pitches
MoneyDance Local-first and one-time price, but investment reporting is shallow and the UI is widely described as painful
GnuCash Powerful but accountant-shaped double-entry; no painless Quicken QDF import path that preserves categorization
sources (3)
other https://www.bogleheads.org/forum/viewtopic.php?t=368540 "Quicken alternative thread, ongoing user migrations" 2026-04-22
other https://www.bogleheads.org/forum/viewtopic.php?t=457909 "Megathread: Personal Finance Software Tools" 2026-05-01
other https://marketingcasestudy.io/alternatives/quicken/ "Quicken's user base is walking away due to subscription-only model" 2026-03-15
personal-financequicken-replacementlocal-firsthouseholdbogleheads

The Xteink X4 is getting a flourishing community-firmware ecosystem (CrossPoint, CrossPoint++, Inkpot) that delivers KOReader sync, better typography, and freedom from the stock Chinese-cloud OS, but most buyers are scared to flash. There's a real opportunity for a concierge service that sources hackable e-readers, ships them with the chosen open firmware preinstalled, offers a one-year hardware warranty, and provides email support. Plus: a public 'open-firmware-friendly e-reader' buyer's guide.

builder note

This is a System76-shaped business, not a software product. Margin comes from support and warranty, not the install. Start with one model (Xteink X4 + CrossPoint) and one firmware variant. Don't try to be a marketplace.

landscape (3 existing solutions)

Open-firmware e-readers are entering the long-tail-of-1k-buyers stage where Linux laptops were before System76. Nobody is selling preflashed-with-warranty units. Enthusiasts will install themselves, but the curious-but-not-confident buyer (10x larger market) has nowhere to spend $250 with peace of mind.

PineNote Tinkerer-only product; no warranty, no preinstall service, frequently out of stock
Boox Page/Note Locked Android variant; community sideloading but no clean open-firmware path
Kobo with KOReader sideload Manual install; voids implicit support; users routinely brick devices
sources (4)
other https://liliputing.com/crosspoint-reader-is-an-open-source-r... "open-source replacement for Xteink X4 default firmware" 2026-04-12
other https://hackaday.com/2026/04/05/pocket-sized-e-ink-gets-a-fi... "pocket-sized e-ink gets a firmware upgrade" 2026-04-05
hn https://news.ycombinator.com/item?id=48043614 "wish there was a framework style open e-ink device" 2026-05-07
other https://github.com/crosspoint-reader/crosspoint-reader "Firmware for the Xteink X4 e-paper display reader" 2026-04-08
e-readeropen-firmwareright-to-repairkindle-alternativeconcierge-service

About 90% of new cars track speed, braking, location, and phone use every few seconds and sell that data; FTC settled with GM/OnStar in January 2026 and Oregon and Virginia are now banning sale of geolocation data. Built-in opt-outs are unreliable, and disabling connected services often kills crash detection or remote unlock. There's a clear gap for an installer-driven aftermarket kit (or paid service) that physically severs the cellular modem, blocks data plane traffic to manufacturer endpoints, but preserves Bluetooth, CarPlay, and local infotainment.

builder note

The hard part isn't snipping the antenna, it's keeping the dealer warranty intact and not disabling crash detection. The real product is a service network of trained installers that can warranty their work, not a Kickstarter dongle. That's why nobody has shipped it yet.

landscape (3 existing solutions)

Legal opt-out routes are improving but slow and per-state. The market gap is a physical, installer-grade product that severs telemetry while preserving the user-facing features (CarPlay, hands-free, music, remote unlock via aftermarket replacement). No reputable installer chain currently markets this.

Privacy4Cars Focuses on used-car data deletion at sale; doesn't physically sever ongoing telemetry
Faraday cellular blocking sleeves DIY hack; degrades GPS and key-fob; not a serviceable product
Vendor opt-out portals (e.g. OnStar, FordPass) Researchers have shown some vehicles keep transmitting after opt-out; trust is broken
sources (4)
other https://www.consumerreports.org/electronics/personal-informa... "opting out often disables roadside assistance and crash detection" 2026-04-10
hn https://news.ycombinator.com/item?id=48017822 "wish there was a fully disconnected modern car" 2026-05-05
other https://www.nelsonmullins.com/insights/blogs/driving-forward... "Oregon honor universal opt-out went live January 2026" 2026-04-01
other https://trailstoneinsurance.com/blog/stop-auto-manufacturer-... "manufacturers continue transmitting limited telemetry even when settings disabled" 2026-03-25
privacyautomotivetelemetryright-to-repairaftermarket

A clear pattern across r/ADHD, r/productivity, and r/getdisciplined in early 2026 is exhaustion with the Todoist-Notion-Sunsama-Motion-TickTick-Goblin Tools stack and the AI prioritization features bolted onto each. Users say they don't need gamification, body-doubling features, or AI auto-scheduling. They need an app that doesn't make them feel bad about yesterday. The opportunity is a deliberately-narrow ADHD planner with a single-day-only view, no streaks, no badges, no catch-up, and no AI prioritization, sold one-time, that survives an off day without punishing the user.

builder note

Distinct from the recent 'notification-only reminder' signal: this is full task management, but with a deliberate refusal to show carryover from yesterday. The hard product call is hiding undone tasks from previous days entirely. That's the feature that makes the app work and also the one your beta users will scream for.

landscape (4 existing solutions)

Every major ADHD-positioned app has piled on AI features, streaks, and integrations. The category leaders are competing on more, when the loudest users are asking for less. The unfilled niche is opinionated, narrow, and cheap one-time.

Goblin Tools Strong AI task-breakdown but still a Swiss-army stack; users say they cycle off it because it expands tasks faster than they complete them
Structured Time-blocking iOS planner; gamifies completion and shows uncompleted tasks across days, which is exactly the shame surface ADHD users want gone
TickTick Streaks-and-pomodoro framing reinforces shame after off days
Sunsama Slow daily-planning ritual at $20/mo; the ritual itself is the friction users say tips them out
sources (3)
other https://nomusica.com/reddit-analysis-reveals-what-users-real... "developer, parenting, and cooking tools show highest frustration" 2026-04-15
other https://www.morgen.so/blog-posts/adhd-productivity-apps "users wish for simpler, integrated solutions without friction" 2026-04-01
other https://medium.com/write-a-catalyst/i-analyzed-9-300-i-wish-... "productivity is most-requested category with 1231 requests" 2026-01-20
adhdproductivityanti-gamificationno-subscriptionmobile

Self-hosters running Kiwix mirrors of Wikipedia, DevDocs, and dev wikis are manually wiring up RAG against them and reinventing the same retrieval+UI loop. Multiple users describe wanting an interactive Help-program experience (CHM-style tutorials and wizards) but powered by a local LLM against locally-hosted docs, with no per-product website round-trip. A packaged, installable 'help shell' that points at any Kiwix archive plus the user's local docs folder would be a real productivity layer.

builder note

Don't ship another chat sidebar. The win is task-shaped wizards (multi-step, branching, rememberable) where the LLM only fills the gaps that the curated wizard graph doesn't already nail down. That's how CHM beat random-Google for help in 1998.

landscape (4 existing solutions)

Self-hosted RAG kits exist but they're chat-window UX, not the contextual Help+Wizard pattern that made CHM and IDE help systems good. Nothing today natively says 'here's a tutorial pane next to my app, powered by my local Kiwix Wikipedia and my own docs folder'.

Kiwix Storage and viewer for ZIM archives; no chat-style Q&A or wizard interface against the corpus
AnythingLLM Generic local RAG appliance; no first-class hook for ZIM/Kiwix archives, no in-app tutorial/wizard primitive
Zealdocs Read-only docs viewer; no LLM Q&A and no tutorial flow building blocks
Microsoft CHM Dead format from the late 90s; no modern toolchain, no LLM integration
sources (3)
hn https://news.ycombinator.com/item?id=48045637 "wish there was something like this but made for tutorials and wizards" 2026-05-07
other https://kiwix.org/ "offline content delivery for Wikipedia, dev wikis" 2026-05-08
other https://devdocs.io/ "Fast, offline, and free documentation browser" 2026-05-08
self-hostedlocal-llmdocumentationragkiwix

DAEMON Tools' official, validly-signed installer was trojanized for nearly a month (versions 12.5.0.2421-2434) before discovery, hitting victims in 100+ countries. eScan, Notepad++, CPU-Z, and now DAEMON Tools have all been hit via signed-installer supply chain attacks in 2026. Non-developer Windows users have no equivalent of npm install cooldowns or reputation gates. The opportunity is a lightweight Windows-side install gate that delays running newly-published versions of well-known utilities until they accumulate clean telemetry from a wider population.

builder note

The non-obvious wedge is normies, not enterprise. Enterprise has Defender ATP and approval workflows. The home user installing CPU-Z to check thermals has nothing. A free, opinionated gate with a 'hold for 72 hours' default and a community telemetry feed is shippable as a tray app.

landscape (3 existing solutions)

Windows still treats 'signed by the vendor' as proof of trust, but the last four months show vendor signing keys plus official websites are exactly the new attack surface. There's no consumer-friendly Windows tool that says 'this binary just shipped, let's wait 72 hours and watch what it does on other people's machines first'.

Windows SmartScreen Reputation system fails when the official signed binary is compromised; trusts the publisher's signing identity, which is exactly what got abused here
VirusTotal Manual one-shot check; not a continuous gate, no concept of 'this version published two days ago, hold off'
Chocolatey Niche developer-only adoption on Windows; doesn't help the 99% of users who download installers from vendor websites directly
sources (4)
other https://thehackernews.com/2026/05/daemon-tools-supply-chain-... "trojanized installers signed with valid digital certificate" 2026-05-08
other https://www.bleepingcomputer.com/news/security/daemon-tools-... "circulating since April 8 2026, several thousand infections" 2026-05-07
hn https://news.ycombinator.com/item?id=48056227 "Maybe you shouldn't install new software for a bit" 2026-05-07
other https://www.neowin.net/news/daemon-tools-supply-chain-attack... "thousands affected, attack ongoing since April" 2026-05-06
windowssupply-chainsecurityreputationnon-developer

Volunteer subreddit moderators are drowning in AI-generated posts (estimated up to 50% of submissions in major subs) and the third-party detectors they have access to are unreliable and not Reddit-API-aware. Builders should ship a moderator-side, configurable detection + transparent labeling stack that runs on Reddit's mod tools, lets each community tune thresholds, and exposes per-post evidence so mods aren't black-boxing decisions to angry users.

builder note

Don't try to be the universal slop oracle. Volunteer mods don't need a 99% F1 score, they need a defensible evidence trail when banned users yell at them. Ship the explanation panel before the classifier.

landscape (3 existing solutions)

Detectors exist but they're consumer-grade SaaS pointed at essays and blog posts, not at the firehose flow of a 200k-member subreddit. Reddit itself has not shipped first-party AI labels, and only ~1% of subreddits have written AI policies. The gap is mod-workflow-native tooling with tunable thresholds and explainable evidence.

GPTZero Single-vendor classifier with 35-60% false-negative rates per professor reports; no per-subreddit threshold tuning, no Reddit-API integration, no shared evidence panel for mod decisions
Reddit Automod Regex-and-keyword based; cannot detect modern LLM output stylistically and has no built-in classifier hook
Originality.ai Aimed at SEO publishers, not at high-volume volunteer mod queues; pricing assumes per-document checks not per-subreddit firehoses
sources (3)
other https://rmoff.net/2026/05/06/ai-slop-is-killing-online-commu... "Subreddits and Slacks are overrun with AI-generated material" 2026-05-06
hn https://news.ycombinator.com/item?id=48053203 "wish there was an internet-wide 'don't show again' button for slop" 2026-05-07
other https://www.stanventures.com/news/ai-slop-is-ruining-reddit-... "Moderators estimate up to 50% of posts may be AI-created" 2026-04-22
ai-detectionmoderationredditcommunitiestrust-and-safety