AI-Generated Flower Seeds Scam Floods eBay, Amazon, Etsy

Scammers are using AI-generated images to sell seeds for plants that don't exist — like technicolor leaves that bloom into bird, butterfly, or cat head shapes. The scam, which predates AI, has exploded due to easy access to image generators like Stable Diffusion and DALL-E. Major retailers eBay, Amazon, and Etsy are unable to keep up with the volume of listings.
404 Media reports that the fake listings often feature spectacular, impossible flowers (e.g., 'teddy bear sunflowers') created entirely by AI. The seeds themselves are typically common weed seeds or nothing at all. The scam targets gardeners expecting exotic results.
This is a concrete example of AI-generated 'slop' poisoning e-commerce marketplaces, similar to how AI-generated books and reviews have flooded Amazon. For developers building AI agents that scrape or list on these platforms, detecting AI-generated product images is becoming a requirement for moderation pipelines.
The primary takeaway: if you're building any automated tooling for e-commerce or content moderation, treat AI-generated imagery as a first-class signal. Existing image forensics (EXIF, metadata) may not catch it — you'll likely need dedicated AI detection models or a human review loop for listings with implausible images.
📖 Read the full source: HN LLM Tools
👀 See Also

OpenAI's Pentagon Contract Terms Allow 'Any Lawful Use' Including Potential Surveillance
OpenAI negotiated new terms with the Pentagon that include the phrase 'any lawful use,' which sources say allows the military to use OpenAI's technology for mass surveillance programs if they're technically legal. Anthropic was blacklisted for refusing to budge on two red lines: no mass surveillance of Americans and no lethal autonomous weapons.

Pentagon Pledges No More Single AI Provider After Anthropic Fallout, Signs Deals with AWS, Google, Microsoft, NVIDIA, OpenAI, Oracle, SpaceX
Defense Under Secretary Emil Michael says the Pentagon will 'never again' rely on a single AI model provider, citing integration complexity and the recent dispute with Anthropic. New agreements with eight AI companies aim to diversify the tech stack.

Four UX/Product Gaps Identified in Claude's Onboarding Experience
A user identified four specific UX/product gaps while setting up Claude across Desktop, Cowork, Dispatch, and the iPhone app during active use. Issues include Dispatch tasks entering infinite loops when desktop is offline, single persistent threads in Dispatch, tab-anchored chat panels in Chrome, and missing Google Drive files in the mobile app knowledge base UI.

Microsoft's BitNet Enables 100B Parameter LLM Inference on Single CPU
Microsoft's open-source BitNet project achieves 100B parameter LLM inference at 5-7 tokens/second on a single CPU, with the 2B parameter model using 0.4GB memory and 29ms latency while matching full-precision models on benchmarks.