Categories: Image

Made a local AI pipeline that yells at drivers peeing on my house

Last week I built a local pipeline where a state machine + LLM watches my security cam and yells at Amazon drivers peeing on my house.

State machine is the magic: it flips the system from passive (just watching) to active (video/audio ingest + ~1s TTS out) only when a trigger hits. Keeps things deterministic and way more reliable than letting the LLM run solo.

LLM handles the fuzzy stuff (vision + reasoning) while the state machine handles control flow. Together it’s solid. Could just as easily be swapped to spot trespassing, log deliveries, or recognize gestures.

TL;DR: gave my camera a brain and a mouth + a state machines to keep it focused. Repo in comments to see how it’s wired up.

submitted by /u/Weary-Wing-6806
[link] [comments]

AI Generated Robotic Content

Share
Published by
AI Generated Robotic Content
Tags: ai images

Recent Posts

Retrieval vs. Memory in Agentic AI Systems

In this article, you will learn the conceptual and practical differences between retrieval and memory…

41 mins ago

Here is What I am Building In Public

Hi everyone,In my last post, and I know its been a while, I promised to…

41 mins ago

Part 2: Amazon Bedrock cost attribution with Amazon Athena and CUDOS

Part 1 introduced granular cost attribution for Amazon Bedrock. This feature automatically traces every inference…

41 mins ago

The Best Photos of the Big August Solar Eclipse

It’s been a century since the Iberian Peninsula has been in the full shadow of…

2 hours ago

Extending AI architectures to address continuous scientific problems

Artificial intelligence is proving to be transformative in its ability to work with language and…

2 hours ago

7 Async Patterns for Running Agents Concurrently in Python

In this article, you will learn seven async patterns for running AI agents concurrently in…

1 day ago