Adam C.H. Profile picture
ai, cyber, agents, games - now working on something new and sharing my journey | ex: founding swe @cadosecurity, founder @ Gruchka Games, swe@idf
Feb 2 5 tweets 2 min read
A completely open-source AI Wearable device like Avi’s Tab, Rewind’s pendant, and Humane’s Pin!

Not only is it open-source, where you can own your data and switch between foundation models, but you can actually set it up today, not in a few months (oh, and it's cheaper!) The setup is also quite easy:

1. a simple @supabase instance for vector db, authentication, and compute functions connected either to OpenAI or your own @ollama server running somewhere

2. A @nextjs app (with native support with @capacitorjs )

2. The hardware device Image
Apr 8, 2023 6 tweets 4 min read
My brother (@0xDACA) and I worked on a fun project tonight, inspired by @yoheinakajima : Coding Agent that follows the Test Driven Development (TDD) methodology!

You write the tests - and the agent runs in a loop until it creates the feature properly!

1/6
#buildinpublic We start with a simple FastAPI app and two tests - one of which will fail (the "echo" endpoint does not exist)

2/6 ImageImage