03 Feb 24
endless emoji crafting game with llama 2
20 Jan 24
Analysis of AI models and hosting providers - choose the best model and provider for your use case
Analysis of AI models and hosting providers - choose the best model and provider for your use case
18 Jan 24
15 Jan 24
🤖 Chat with your SQL database 📊. Accurate Text-to-SQL Generation via LLMs using RAG 🔄. - vanna-ai/vanna: 🤖 Chat with your SQL database 📊. Accurate Text-to-SQL Generation via LLMs using RAG 🔄.
05 Dec 23
30 Nov 23
18 Nov 23
Powerful yet Compact: Browser-based AI models for a wide array of tasks, designed for optimal efficiency and user-friendliness, ensuring your privacy.
26 Oct 23
24 Oct 23
28 Sep 23
Donald Knuth commentary on his experimentation with Chat-GPT.
29 Aug 23
26 Aug 23
Dataherald is a natural language-to-SQL engine built for enterprise-level question answering over structured data. It allows you to set up an API from your database that can answer questions in plain English.
25 Aug 23
Get up and running with large language models, locally.
In this post, we’ll talk about why fine-tuning is probably not necessary for your app, and why applying two of the most common techniques to the base GPT models — few-shot prompting and retrieval-augmented generation (RAG) — are sufficient for most use cases.
13 May 23
ChatGPT and other AI applications such as Midjourney have pushed “Artificial Intelligence” high on the hype cycle. In this article, I want to focus specifically on the energy cost of training and using applications like ChatGPT, what their widespread adoption could mean for global CO₂ emissions, and what we could do to limit these emissions.
Key points
- Training of large AI models is not the problem
- Large-scale use of large AI models would be unsustainable
- Renewables are not making AI more sustainable
The enormous energy requirement of these brute force statistical models is due to the following attributes:
- Requires millions or billions of training examples
- Requires many training cycles
- Requires retraining when presented with new information
- Requires many weights and lots of multiplication
ChatGPT and other AI applications such as Midjourney have pushed “Artificial Intelligence” high on the hype cycle. In this article, I want to focus specifically on the energy cost of training and using applications like ChatGPT, what their widespread adoption could mean for global CO₂ emissions, and what we could do to limit these emissions.
Key points
- Training of large AI models is not the problem
- Large-scale use of large AI models would be unsustainable
- Renewables are not making AI more sustainable
25 Apr 23
The author shares how he leveraged Chat-GPT to solve some of the CTF hacking challenges at BSides 2023.