├── LICENSE ├── README.md └── papers ├── 2212.08073.pdf ├── 2302.09248.pdf ├── 2303.17548.pdf ├── 2304.05332.pdf ├── 2305.03047.pdf ├── 2305.07882.pdf ├── 2305.14705.pdf ├── 2305.15324.pdf ├── 2306.03809.pdf ├── 2306.11644.pdf ├── 2306.13952.pdf ├── 2306.14824.pdf ├── 2306.15595.pdf ├── 2306.16388.pdf ├── 2306.16649.pdf ├── 2306.17492.pdf ├── 2307.02047.pdf ├── 2307.02435.pdf ├── 2307.02472.pdf ├── 2307.02477.pdf ├── 2307.02483.pdf ├── 2307.02485.pdf ├── 2307.03718.pdf ├── 2307.04349.pdf ├── 2307.04668.pdf └── 2307.04699.pdf /LICENSE: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2023 David Shapiro 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Dave's Awesome List of AI Tools & Papers 2 | 3 | > Please suggest tools in the Issues or Discussions tab. Do not submit a PR please. 4 | 5 | ## Other Master Lists 6 | 7 | Like, whoa, it's meta. A list of lists! Postmodern AF. 8 | 9 | - https://theresanaiforthat.com/ - There's an AI for that: AI Search Engine to Find AI 10 | - https://coda.io/@alignmentdev/alignmentecosystemdevelopment - Master list of AI alignment communities 11 | 12 | ## Cloud SaaS Tools 13 | 14 | Generally speaking, these are production-ready services with a professional or enterprise-level of quality and production-grade APIs. They may also just have good web UIs. Point is they are SaaS. 15 | 16 | - https://www.pinecone.io/ - Vector DB 17 | - https://ingestai.io/ 18 | - https://infranodus.com/ - Vector DB + Knowledge Graph and informatics tooling 19 | - https://www.adept.ai/ 20 | - https://podcast.adobe.com/enhance - Enhance MP3 audio with Adobe 21 | - https://firefly.adobe.com/ - Adobe's text-to-image offering 22 | - https://pipegpt.com/ - Graphical prompt chaining 23 | 24 | ## Python Modules 25 | 26 | - https://www.trychroma.com/ - Local vector DB like SQLITE but for semantic search 27 | - https://python.langchain.com/en/latest/ 28 | - https://github.com/logspace-ai/langflow 29 | - https://gpt-index.readthedocs.io/en/latest/ 30 | 31 | ## GitHub Repos 32 | 33 | Cool experiments and such 34 | 35 | - https://github.com/Mattie/cataclysm - Metacoding (aka it figures out the function code just from the name of the function). Psuedocode straight into live code. 36 | - https://github.com/KernAlan/ChroniclerAI - ChroniclerAI is a desktop application that records, transcribes, and summarizes audio using the OpenAI GPT-3.5-turbo model. The application is built in C# with XAML for the user interface. 37 | - https://github.com/lightaime/camel - CAMEL: Communicative Agents for “Mind” Exploration of Large Scale Language Model Society 38 | - https://github.com/reworkd/AgentGPT - AgentGPT 39 | - https://github.com/microsoft/TaskMatrix - Microsoft TaskMatrix TaskMatrix connects ChatGPT and a series of Visual Foundation Models to enable sending and receiving images during chatting. 40 | - https://github.com/DataBassGit/HiAGI - Heuristic Imperative AGI project, inspired by AutoGPT and BabyAGI 41 | - https://github.com/Significant-Gravitas/Auto-GPT - Original AutoGPT experiment 42 | - https://github.com/antimatter15/alpaca.cpp - Run a ChatGPT like model locally 43 | 44 | 45 | 46 | 47 | ## Scientific Papers 48 | 49 | Exactly what it says on the tin. We will probably subdivide this into ML, alignment, and a few other categories over time 50 | 51 | - https://link.springer.com/article/10.1007/s43681-023-00268-7 - Symbiosis, not alignment, as the goal for liberal democracies in the transition to artificial general intelligence 52 | - https://arxiv.org/abs/2303.11381 - MM-REACT: Prompting ChatGPT for Multimodal Reasoning and Action 53 | - https://arxiv.org/abs/2303.12712 - Sparks of Artificial General Intelligence: Early experiments with GPT-4 54 | - https://arxiv.org/abs/2303.11366 - Reflexion: an autonomous agent with dynamic memory and self-reflection 55 | - https://ai.facebook.com/blog/robots-learning-video-simulation-artificial-visual-cortex-vc-1/ - Robots that learn from videos of human activities and simulated interactions 56 | - https://arxiv.org/abs/2304.11490 - Boosting Theory-of-Mind Performance in Large Language Models via Prompting 57 | - https://arxiv.org/abs/1901.00064 - Impossibility and Uncertainty Theorems in AI Value Alignment (or why your AGI should not have a utility function) 58 | - https://arxiv.org/abs/2102.03896 - Consequences of Misaligned AI 59 | - https://arxiv.org/abs/2306.03809 - LLMs enable untrained scientists to potentially create pandemic-level pathogens 60 | 61 | 62 | -------------------------------------------------------------------------------- /papers/2212.08073.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daveshap/AI_Tools_and_Papers/91926883a5b8a72d6618c874895921559684c884/papers/2212.08073.pdf -------------------------------------------------------------------------------- /papers/2302.09248.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daveshap/AI_Tools_and_Papers/91926883a5b8a72d6618c874895921559684c884/papers/2302.09248.pdf -------------------------------------------------------------------------------- /papers/2303.17548.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daveshap/AI_Tools_and_Papers/91926883a5b8a72d6618c874895921559684c884/papers/2303.17548.pdf -------------------------------------------------------------------------------- /papers/2304.05332.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daveshap/AI_Tools_and_Papers/91926883a5b8a72d6618c874895921559684c884/papers/2304.05332.pdf -------------------------------------------------------------------------------- /papers/2305.03047.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daveshap/AI_Tools_and_Papers/91926883a5b8a72d6618c874895921559684c884/papers/2305.03047.pdf -------------------------------------------------------------------------------- /papers/2305.07882.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daveshap/AI_Tools_and_Papers/91926883a5b8a72d6618c874895921559684c884/papers/2305.07882.pdf -------------------------------------------------------------------------------- /papers/2305.14705.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daveshap/AI_Tools_and_Papers/91926883a5b8a72d6618c874895921559684c884/papers/2305.14705.pdf -------------------------------------------------------------------------------- /papers/2305.15324.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daveshap/AI_Tools_and_Papers/91926883a5b8a72d6618c874895921559684c884/papers/2305.15324.pdf -------------------------------------------------------------------------------- /papers/2306.03809.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daveshap/AI_Tools_and_Papers/91926883a5b8a72d6618c874895921559684c884/papers/2306.03809.pdf -------------------------------------------------------------------------------- /papers/2306.11644.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daveshap/AI_Tools_and_Papers/91926883a5b8a72d6618c874895921559684c884/papers/2306.11644.pdf -------------------------------------------------------------------------------- /papers/2306.13952.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daveshap/AI_Tools_and_Papers/91926883a5b8a72d6618c874895921559684c884/papers/2306.13952.pdf -------------------------------------------------------------------------------- /papers/2306.14824.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daveshap/AI_Tools_and_Papers/91926883a5b8a72d6618c874895921559684c884/papers/2306.14824.pdf -------------------------------------------------------------------------------- /papers/2306.15595.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daveshap/AI_Tools_and_Papers/91926883a5b8a72d6618c874895921559684c884/papers/2306.15595.pdf -------------------------------------------------------------------------------- /papers/2306.16388.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daveshap/AI_Tools_and_Papers/91926883a5b8a72d6618c874895921559684c884/papers/2306.16388.pdf -------------------------------------------------------------------------------- /papers/2306.16649.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daveshap/AI_Tools_and_Papers/91926883a5b8a72d6618c874895921559684c884/papers/2306.16649.pdf -------------------------------------------------------------------------------- /papers/2306.17492.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daveshap/AI_Tools_and_Papers/91926883a5b8a72d6618c874895921559684c884/papers/2306.17492.pdf -------------------------------------------------------------------------------- /papers/2307.02047.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daveshap/AI_Tools_and_Papers/91926883a5b8a72d6618c874895921559684c884/papers/2307.02047.pdf -------------------------------------------------------------------------------- /papers/2307.02435.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daveshap/AI_Tools_and_Papers/91926883a5b8a72d6618c874895921559684c884/papers/2307.02435.pdf -------------------------------------------------------------------------------- /papers/2307.02472.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daveshap/AI_Tools_and_Papers/91926883a5b8a72d6618c874895921559684c884/papers/2307.02472.pdf -------------------------------------------------------------------------------- /papers/2307.02477.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daveshap/AI_Tools_and_Papers/91926883a5b8a72d6618c874895921559684c884/papers/2307.02477.pdf -------------------------------------------------------------------------------- /papers/2307.02483.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daveshap/AI_Tools_and_Papers/91926883a5b8a72d6618c874895921559684c884/papers/2307.02483.pdf -------------------------------------------------------------------------------- /papers/2307.02485.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daveshap/AI_Tools_and_Papers/91926883a5b8a72d6618c874895921559684c884/papers/2307.02485.pdf -------------------------------------------------------------------------------- /papers/2307.03718.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daveshap/AI_Tools_and_Papers/91926883a5b8a72d6618c874895921559684c884/papers/2307.03718.pdf -------------------------------------------------------------------------------- /papers/2307.04349.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daveshap/AI_Tools_and_Papers/91926883a5b8a72d6618c874895921559684c884/papers/2307.04349.pdf -------------------------------------------------------------------------------- /papers/2307.04668.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daveshap/AI_Tools_and_Papers/91926883a5b8a72d6618c874895921559684c884/papers/2307.04668.pdf -------------------------------------------------------------------------------- /papers/2307.04699.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daveshap/AI_Tools_and_Papers/91926883a5b8a72d6618c874895921559684c884/papers/2307.04699.pdf --------------------------------------------------------------------------------