A wrapper of LLMs that biases its behaviour using prompts
# Smarty-GPT ## A wrapper of LLMs (chatgpt, gpt4, etc.) that biases its behaviour using prompts A wrapper of LLMs that biases its behaviour using prompts and contexts in a **transparent** manner to th...
Awesome ChatGPT Prompts
This is a collection of prompt examples to be used with the ChatGPT model, a large language model trained by OpenAI, that is capable of generating human-like text. In this repository, you will find a ...
Awesome GPT-4 - A Curated List of Prompts, Tools, and Resources for the GPT-4 Language Model
This is a curated list of impactful scientific papers, open-source projects, community demos, product integrations, prompts, and tools related to the GPT-4 language model. The papers section includes ...
Chatbox - Desktop App for ChatGPT API and Prompt Debugging
Chatbox is a desktop application for ChatGPT API (OpenAI API), providing prompt debugging and management tools. It offers the same fast speed as ChatGPT Plus, and data is stored locally, reducing the ...
Intro to tRPC: Integrated, full-stack TypeScript
The tRPC project brings together strong typing with server-side JavaScript capabilities in a single client-server interaction protocol. tRPC stands for Typescript Remote Procedure Call which directly ...
Italy’s Privacy Watchdog Bans ChatGPT Over Data Breach Concerns
Italy’s Data Protection Authority has banned ChatGPT due to concerns about a recent data breach and the illegal use of personal data to train the chatbot. The move is a temporary measure “until ChatGP...
Vogen: .NET Source Generator and Analyzer for Value Objects
Vogen is a .NET Source Generator and analyzer that helps turn primitives into Value Objects, such as CustomerId and AccountBalance, which represent domain concepts. It generates strongly-typed domain ...
Eliezer Yudkowsky: Dangers of AI and the End of Human Civilization | Lex Fridman Podcast #368

Eliezer Yatkowski, a researcher and philosopher, expressed concern about the increasing intelligence of GPT-4 and the fact that we do not have any guard rails or tests to determine if there is a mind ...
Sam Harris: Consciousness, Free Will, Psychedelics, AI, UFOs, and Meaning | Lex Fridman Podcast #185

Sam Harris, influential author and host of the Making Sense podcast, discusses the nature of thoughts with Lex Friedman in a recent podcast episode. Harris explains that subjectively, thoughts appear ...
Debugging Azure Functions in PyCharm
This article discusses the use of Azure Functions in Python, and how to debug them using PyCharm instead of Visual Studio Code. Airwalk offers a range of services including technology strategy, digita...
MinimalRPC - An opinionated starter project using Minimal APIs with RPC style endpoints
MinimalRPC is a starter project that provides a simple and opinionated way to use Minimal APIs with RPC-style endpoints. The project follows the Request-Endpoint-Response (REPR) pattern, where each en...
Toolformer: Language Models Can Teach Themselves to Use Tools
Language models exhibit remarkable abilities to solve new tasks from just a few examples or textual instructions. However, they paradoxically struggle with basic functionality such as arithmetic or fa...
# 🤖 Awesome ChatGPT Plugins [](https://awesome.re)
⚡ An up-to-date collection of info about plugins for ChatGPT from OpenAI⚡. A curated list of awesome [ChatGPT Plugins](https://openai.com/blog/chatgpt-plugins), guides, blogs, and other resources. The...
AI-enhanced development makes me more ambitious with my projects
As an experienced developer, ChatGPT (and GitHub Copilot) save me an enormous amount of “figuring things out” time, which not only makes me more productive but also lowers my bar for when a project is...
AI Experts Distancing Themselves from Musk-Backed Campaign Due to Concerns Raised from 12 Pieces of Research
Four AI experts have expressed their concerns after their work was cited in an open letter demanding an urgent pause in research signed by Elon Musk; the letter cites 12 pieces of research stating tha...
Hosting ASP.NET Core WebAPI on Amazon EC2: Step-by-Step Guide
In this article, we will guide you step-by-step on how to host ASP.NET Core WebAPI on Amazon EC2. We will cover various concepts such as setting up the .NET environment, hosting applications, DevOps-r...
HuggingGPT: Solving AI Tasks with ChatGPT and its Friends in HuggingFace
HuggingGPT is a system that leverages large language models like ChatGPT to connect various AI models in machine learning communities like HuggingFace to solve complicated AI tasks. By leveraging the ...
MIT Turbocharges Python’s Compiler for Faster Performance
In the April 2023 issue of IEEE Spectrum, a new software tool called Codon is unveiled by MIT that can make Python code run as efficiently as C or C++. This groundbreaking development will significant...
Reactive user interfaces with pure Python
[ReactPy](https://reactpy.dev/) is a library for building user interfaces in Python without Javascript. ReactPy interfaces are made from components which look and behave similarly to those found in [R...
Twitter Recommendation Algorithm
The Twitter Recommendation Algorithm is a set of services and jobs that are responsible for constructing and serving the Home Timeline. This algorithm includes several main components such as SimClust...