12 comments

[ 3.5 ms ] story [ 36.2 ms ] thread
I built BillAI Bass just because I could. It’s powered by a Raspberry Pi and Strands Agents with bidirectional streaming, and the repo includes the code and hardware setup. Happy to answer questions about the implementation!
This is great! I remember the commercials for these things as a kid. Imagine telling that kid that in the future Billy Bass will have the world's collective knowledge and you'll be able to talk to him about anything.
They're going to have to rewrite that herring joke in Joys of Yiddish
I love that you put the Amazon Shopping list in the readme.md. Hacking this together is not intuitive
+10 points for giving it context that it's nailed to a plaque. -10 points for using Amazon Bedrock instead of a local conversational model that can run on the Pi without a subscription fee.

Replace the bedrock setup for a gemma-4 E2B one.

Get a proper wire stripper! Don't strip wires with a diagonal cutter.
Does teeth qualify as a proper wire stripper?

Always worked for me

If there is a small model that can run on a low powered device you might be able to use that too so that it is all self contained.

It will think (generate tokens) throughout the day, then convert that to voice and save it and will keep generating so on. Every time it is poked, it will play one of the saved recordings.

(comment deleted)
how long did the hardware integration take ?