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

CC 2.1.128 Release: New Built-in Background Agent, C# Beta Support, and Model Deprecations
CC 2.1.128 (+1406 tokens) adds built-in background-agent instructions, C# tool-runner/Managed Agents beta support, deprecates Sonnet 4 and Opus 4 recommending Opus 4.7/Sonnet 4.6, and removes session memory templates.

Claude Code v2.1.186: MCP CLI Auth, Bash Auto-Reply, and 20+ Fixes
Claude Code v2.1.186 adds claude mcp login/logout for headless MCP auth, automatic responses to bash commands, and fixes over 20 bugs including sleep recovery, subagent permissions, and session cost display.

Reddit Post Critiques Virtual CEO Agent Workflows, Advocates for Skill-Based Approach
A Reddit post on r/openclaw criticizes creating AI agents with job titles like 'backend developer' or 'growth hacker' as unnecessary overhead, proposing instead to package abilities as reusable skills that can be called when needed.

Anthropic Releases Blender MCP Connector – Claude Now Controls Blender via Python API
Anthropic released an official Blender MCP connector alongside Adobe, Splice, and SketchUp connectors, allowing Claude to build 3D scenes from natural language commands in real time.