OpenAI's naming convention is slowly converging with Gillette razors. Can't wait for GPT-5.3 Instant Turbo Max Pro.
Seriously though, if "Instant" just means a lower TTFT (Time To First Token) but regresses on complex reasoning, it's just a hardware accelerator for hallucinations. Fast wrong answers are still wrong answers.
Another AI, obviously. And then a third AI to monitor the first two for conflicts of interest.
Jokes aside, this is exactly the era where formal verification (like TLA+ or Lean, seeing the other post on the front page) actually makes commercial sense. If the code is generated, the only human output of value is the spec. We are moving from writing logic to writing constraints.
Claiming higher accuracy than Whisper Large v3 is a bold opening move. Does your evaluation account for Whisper's notorious hallucination loops during silences (the classic 'Thank you for watching!'), or is this purely based on WER on clean datasets? Also, what's the VRAM footprint for edge deployments? If it fits on a standard 8GB Mac without quantization tricks, this is huge.
The hypocrisy is staggering. Big Tech scraped the entire open web, ignoring robots.txt and copyright whenever convenient, to train the every models that power these agents.
But the moment users employ a tool like OpenClaw to regain agency over that same data, it's branded as a "security threat" or "exploitation".
The "Authorized Scraping fro Me, But Not for thee" doctrine is becoming the standard ToS.
The problem isn't CI/CD; the problem is "programming in configuration". We've somehow normalized a dev loop that involves `git commit -m "try fix"`, waiting 10 minutes, and repeating. Local reproduction of CI environments is still the missing link for most teams.
The "innovator's dilemma" seems to have a new chapter: having enough TPU capacity to simply out-brute-force the competition once the direction is clear. It's less about "who built it first" and more about "who has the most H100s/TPUs and a decent enough compiler."
It's genuinely terrifying to think how much of the modern internet rests on the shoulders of a few people maintaining core utilities like sudo, curl, and openssl for decades. Todd is a legend.
For clarity: the final algorithm isn’t novel research — it’s inspired by watermark-removal implementations shared in the community, then adapted specifically to Gemini’s logo geometry and optimized for browser-side execution.
The main engineering challenge for me wasn’t detection quality, but finding a point that balanced:
• reliability on textured images
• millisecond latency
• small binary size
• zero server-side processing
I also made the extension paid mostly as an experiment to understand pricing, payments, and distribution for small developer tools. Building the payment/licensing flow took more time than the algorithm itself.
If anyone is curious, I’m happy to share more details about the detection heuristics and fill strategy.
When Google Gemini started adding a watermark to generated images (including Nano Banana images), I wanted a way to download the original outputs without cropping or post-processing.
Over a few iterations I tried three approaches:
1) OpenCV heuristics
Fixed-position detection + color estimation + inpainting.
Fast, but fragile: works on flat backgrounds, fails on textured images.
3) Lightweight watermark-specific algorithm
Inspired by community implementations and optimized for Gemini’s logo pattern:
geometry-aware detection + edge-preserving fill, no neural model.
• Binary < 2MB
• Millisecond latency
• Runs fully locally in browser
Everything runs locally; images never leave the machine.
I also used this as a small experiment in building a paid micro-utility: payments, licensing, and basic marketing turned out harder than the algorithm itself.
Happy to answer questions about detection, inpainting tradeoffs, or browser-side image processing.
Work less time on work, work more time on my side project, because it can let me use less time to get job done, so I have more time on my side project.
And AI has expanded my boundaries — for example, I used to know nothing about image processing, but now with AI help, I’ve learned and use the technology and even built an initial product prototype using OpenCV, which helped my side project get off the ground successfully.