Claudine, the only AI assistant you will ever need. An AI agent, which is using your machine as a window to external world, therefore perceiving your

Search code, repositories, users, issues, pull requests...

submited by
Style Pass
2024-10-23 20:30:03

Claudine, the only AI assistant you will ever need. An AI agent, which is using your machine as a window to external world, therefore perceiving your reality, values and needs, and reasoning how to fulfill them.

⚠️ I am working on packaging Claudine as a small native executable for each platform, until this happens, it has to run on the JVM.

Claudine is a relatively simple AI agent. It's part of my research on agentic AI and it's powers and limitations. But don't be misled by the simplicity - agentic power of an AI system is a function of these 3 factors which amplify each other:

Claudine can "reason", as much as Claude LLM can reason, so you can have any typical interaction like with a conversational bot. In addition, it can also use these 3 tools:

I would like to shape Claudine into something more similar to git command line tool, where a session, associated with a token window, is like a branch. Realizing certain task might result in forking to a new session, to completely fulfill a sub-task, like writing a custom tool, and then passing control back to the parent session.

Leave a Comment