Skip to content

ittia-research/conscious

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Next step to be super human.

Explore interfaces between AI and human.

Latest Status

This project is experimental/research only at this moment.

Main features::

  • Find thoughts from text via basic LLM inference.
  • Store different type of data in one PostgreSQL database: table, vector, graph, timeseries.
  • Flashcard web portal to interact with stored thoughts:
    • Multi-speaker audio play via the the Speak TTS server.

Get Started

Online demo

Full user manual

Local deploy:

git clone https://github.com/ittia-research/conscious
cd conscious

# Below are for production, switch `prod` and `dev` if want to start services for development
docker compose --profile utils up -d  # Start utility services
docker compose --profile dev down  # Optional: prod and dev share some ports and can't start at the same time
docker compose --profile prod up -d  # Start in background
docker compose --profile prod logs -f  # Follow services logs

Goals

  • Find thoughts (knowledge, ideas) that are not within memory.
  • Store new thoughts into AI memory.
  • Sync between AI and human memory.
  • Memory could belong to a individual, a group, or a organization.
  • Memory could be linked together (federation).
  • Integrate with existing knowledge bases. For example, Obsidian.

And in doing so, hopefully unlock some secrets about conscious.

Theory

  • Reading in a lot of times are to find some missing puzzles.
  • People might learn better with the Zone of Proximal Development.

Guidelines

  • No word salad.

Links

Structure

Roadmap

Research

Acknowledgements

  • TPU Research Cloud team at Google
  • Google (Gemini, Search)