Building a Pigeon Deterrent Water Turret With Claude AI — Zero Code Written

A Reddit user built a fully automated pigeon deterrent water turret using Claude AI — from component selection to electrical schematics to all the code — without writing a single line themselves. The project, GardenGuardian, runs on a Raspberry Pi 5 with an AI HAT, Pan-Tilt HAT, camera, servo motors, and a modified water gun.
Hardware Stack
- Raspberry Pi 5 AI Kit (available from Kubii)
- Pan-Tilt HAT from WaveShare
- Camera Module V3
- Servo motors (from the pan-tilt assembly)
- Electrical water gun (disassembled for pump + battery)
- Optical relay (5V, for switching the pump)
- Wires and basic electronics kit
How Claude AI Was Used
Claude handled every technical decision:
- Component selection: Claude recommended the specific hardware list above based on the project requirements.
- Schematics: Claude generated electrical wiring diagrams that the author could follow despite having no prior robotics experience.
- Code: Everything from camera integration to motor control to detection logic was written by Claude. The author wrote zero lines of code.
- On-device execution: Claude Code was installed directly on the Raspberry Pi so it could interact with camera, motors, and GPIO in real time over SSH.
Workflow
The author iterated extensively on specifications before ordering hardware, had Claude memorize everything during shipping delays, and then ran Claude Code directly on the Pi for final assembly and testing. The hardest parts: thinking through the specs, waiting for hardware, and physically mounting the water pump on the servo with electrical tape.
Results
Two demos were shared — one of the turret tracking and shooting at the author, and another of a pigeon being successfully repelled. The next planned upgrades: a waterproof case and a solar panel + battery setup, all to be designed by Claude.
Source Code
Full source is available on GitHub: tarraschk/GardenGuardian
Who This Is For
Developers curious about the practical limits of AI coding agents for hardware projects, or anyone wanting to build a similar automated deterrent without learning electronics or Python.
📖 Read the full source: r/ClaudeAI
👀 See Also

Vibe Coding a $20k/Year Enterprise Logistics Platform with Claude and Superpowers
TRMNL replaced ShipHero with Claude and Superpowers in under a month, building a custom fulfillment system with UPS, FedEx, DHL, and USPS integrations for $100 in tokens.

Multi-agent security review running daily in production: architecture and findings
ultrathink.art runs 6+ AI agents in production including a dedicated security agent that performs daily vulnerability checks against a structured checklist, files findings as prioritized tasks, and has a coding agent fix them automatically.

Personal Finance Dashboard Built with Claude AI: Self-Hosted with Google Sheets Backend
A developer built a full-stack personal finance dashboard using Claude AI that aggregates investments across stocks, mutual funds, physical gold, and fixed deposits. The app runs on a spare PC, uses Cloudflare Tunnel for serving, and stores all data in the user's own Google Sheets.

Developer Compares Claude AI to a Modern Calculator for Coding Workflow
A developer with 18 months on a serverless Angular/AWS SPA/PWA project reports using Claude AI for 90% of AI-assisted coding, describing it as a '21st century version of a calculator' that makes them 10x more productive despite occasional catastrophic outputs.