Advanced Tech: SynthID detection

I wanted to discuss SynthID today because AI image detection has reached a level where even pros aren’t able to detect if its real or not. Its bound to get worse over time. Google launched SynthID in 2023 for AI-generated images. Now the ecosystem is expanding with OpenAI and NVIDIA adopting the same.

So SynthID is an invisible watermark for AI-generated content. Google built it for images, text, audio and video, but the embedding method changes for each medium. For today, let us stick only to images. SynthID adds a weak hidden signal into image pixel data. You do not see it, but a detector trained for that signal can scan the image and return a confidence score.

Technically, SynthID-Image is described as a post-generation encoder-decoder system. The AI model first creates the image. A neural encoder then makes tiny, distributed pixel changes while keeping the image visually aligned with the original. A neural decoder later checks whether that hidden pattern is still present. Its a trade off basically. If the signal is too strong, image quality drops. If it is too weak, JPEG compression, resizing, filters or cropping can damage it.

Google’s paper gives the general design idea but does not publish the exact encoder architecture, secret keys, threshold logic used in production. Based on what I have seen and tested, it’s clear that the watermark is content-dependent and tested against real image edits like compression, resizing, cropping, rotation, blur, noise etc. The detector is trained to recover that weak signal without needing the original image.

BTW, you can now upload supported media to the Gemini SynthID Detector or OpenAI’s verification tool to check for these signals. So you really can’t pass off images as real from the top AI image model providers. The Chinese and open-weight models haven’t implemented them yet.

If there is interest in this, I will cover the latest reverse-engineering work on SynthID next, specifically how some folks are trying to reverse these watermarks. Let me know.

If you liked the post, Share it with your friends!

Advanced Tech: Microfluidic cooling

During some reading, I came across a cooling technology Microsoft published a few months back, and it felt somehwat more interesting than the usual “AI hardware” headline. The work focuses on cooling directly into the silicon itself.

To understand why this is important, we need to understand how chips are cooled today. Most high-power processors rely on cold plates where coolant flows through channels above the package, while heat still has to travel through silicon, thermal interfaces and packaging layers before reaching the liquid. So additional layers adds thermal resistance, and as chip power density keeps increasing, cooling becomes a bottleneck.

What Microsoft is exploring are microfluidic channels etched directly into the back of the silicon so coolant moves much closer to hotspots on the die. The interesting part for me is the leaf-like channel structure they discussed. Chips do not heat uniformly, so a simple straight-channel layout is inefficient. A branching structure inspired by leaf veins distributes coolant more intelligently toward hotter regions while avoiding unnecessary flow elsewhere. I think they modeled channels with some AI patterning customized to each chip based on the heat produced, mimicking how leaf veins move water/nutrients via branching.

In Microsoft’s lab-scale testing, this reportedly improved heat removal by up to 3x compared to conventional cold plates and reduced maximum GPU silicon temperature rise by as much as 65%, although I would still treat these as controlled research numbers rather than production ones.

Training and inference clusters already consume massive power. Data centres used ~486 TWh in 2025. In inefficient setups, cooling alone can cross 30%, about 146 TWh, enough to power ~12.5 crore Indian homes for a year.

I think the solution in its current format would have reliability issues. Moving coolant this close to silicon introduces risks around clogging, leakage & pressure balance. A tiny blockage inside microscopic channels can impact an entire hotspot region. It might be a while before this rolls out in production.

If you liked the post, Share it with your friends!
1 2 3 4 5