Two AIs, One Notepad
I've been running two AI coding assistants in parallel. Claude for architecture and implementation — it reasons carefully about code structure and catches edge cases. Gemini for research, reading long
Search for a command to run...
Articles tagged with #llm
I've been running two AI coding assistants in parallel. Claude for architecture and implementation — it reasons carefully about code structure and catches edge cases. Gemini for research, reading long
So, in a sense Aww just committed suicide. I asked again “What is Augmented Awareness?” to itself, this time to a local LLM which is supposed to be less smart than frontier models but I find its response to be a lot deeper and more insightful. Its re...
I asked Augmented Awareness (my little project to analyze my daily journal) to write down its own timeline and key achievements: GEMINI_API_KEY=(echo $GEMINI_API_KEY ) uv run aww_run.py --provider=gemini --gemini_model=gemini-2.5-pro ask yearly \ "Wr...
I implemented self-improvement of prompts in Augmented Awareness. It uses two LLM agents, one acts as the generator and a second one as the critique. The critique receives the prompt, the input and the output of the generator agent, and generates an ...
Demonstration To show the potential of Augmented Awareness as an aid in managing one’s physical and mental health, I created a demo vault that contains the letters from the book “The Sorrows of Young Werther” by J.W. von Goethe. The Vault (epistolary...
A lot has changed in Augmented Awareness. I have refactored or discarded a lot of the previous code and developed new powerful capabilities: A new CLI and TUI for daily event tracking, implemented in Go. MCP server support, to allow interacting wit...