Using science fiction to reconceptualize AI and superintelligence using Large-Language Models (LLMs).
pip install -r requirements.txt
mkdir -p /home/codespace/.local/lib/python3.12/site-packages/google/colab
Add a new file called .env and type in the following:
OPENAI_API_KEY = "<yourapikeywhichisprivate>"Create a .gitignore file and add the following
.env
You can then execute the following notebooks in Github codespaces or Google Colab.
RAG_sciencefiction_superintelligence_SB.ipynb: Notebook with RAG for reenvisioning superintelligence with science fiction
papers folder has documents for RAG
.jinja files have system prompts for querying the LLM
.txt files have logs for the output of LLMs
simple_agent_ag2.ipynb: Simple agent to call OpenAI and ask it to re-envision AI repeatedly
deep_research_agent_ag2.ipynb: DeepResearch agent to re-envision AI
deep_research_agent_ag2_lifeaswedonotknowit.ipynb: DeepResearch agent to re-envision life as we do not know it
Re-Envisioning Superintelligence using Generative AI and Science Fiction, First International Superintelligence Conference (SiC25), 2025
https://github.com/neelsoumya/paper_preprints/blob/master/AI_scifi_superintelligence.pdf
Accelerate Programme for Scientific Discovery
Soumya Banerjee