The A.I. Dilemma - March 9, 2023

The co-founders of the Center for Humane Technology, Tristan Harris and ASA Raskin, discuss the potential dangers and irresponsible deployment of artificial intelligence (AI) in their presentation tit...
Announcing Google DeepMind: Accelerating Progress in AI Safely and Responsibly
Earlier today, Google announced the formation of Google DeepMind, which combines the talents and efforts of the DeepMind and Brain teams from Google Research as a single, focused unit. The goal is to ...
Azure Cost CLI
This is a simple command line tool to get the cost of your Azure subscription. It uses the Azure Cost Management API to get the cost and output the results to the console or JSON. E.g. so it can be us...
griptape: A modular Python framework for LLM workflows, tools, memory, and data
# griptape [](https://pypi.python.org/pypi/griptape) [](https://griptape.readthedocs...
Smoother Rebases with Auto-squashing Git Commits
At work, a colleague introduced the author to Gits --autosquash option. In this post, the author explores what it does, why its useful, and how to use it by default. The author also discusses interact...
Testing Roslyn Incremental Source Generators
Roslyn Source Generators allow us to generate code based on the current project code and additional files. This blog post by Gérald Barré goes in-depth on how to write a test to ensure that the increm...
Automatically generate interactive sequence diagrams of your Java codes runtime behavior
The AppMap team has introduced automatic, interactive sequence diagrams for Java applications in the IntelliJ IDE. Sequence diagrams are powerful for visualizing and understanding runtime behaviors, m...
Introducing Repository Rules Public Beta
Today GitHub announced the public beta of repository rules, the next evolution of branch protections to make repositories more secure and compliant at scale. Rules allow easy definition of protections...
Introducing the Space Git Flow - A Complete Process for Better Code Quality | The Space Blog
Learn about the branching strategies commonly used by development teams and how they can affect your production environment. Introducing the Space Git flow, a complete process that helps you achieve b...
Microsoft.VisualStudio.Threading
Microsoft.VisualStudio.Threading is a library for asynchronous programming in .NET that provides async versions of many threading synchronization primitives and common types, await extension methods, ...
Pretty TypeScript Errors
Make TypeScript errors prettier and human-readable in VSCode. TypeScript errors become messier as the complexity of types increases. This extension will help you understand whats going on. Features in...
You, too, can LLM: A Quick Guide to Semantic Kernel and Language Models
This article provides insights on the Semantic Kernel, a Software Development Kit that simplifies integration of language models into your own applications. It discusses the capabilities of the Semant...
Elon Musk Launches New AI Company, X.AI, to Take on OpenAI
Elon Musk, the founder of Tesla and SpaceX, has quietly started a new AI company called X.AI to challenge OpenAI. The company will focus on developing advanced AI technologies across various domains, ...
Emergent Autonomous Scientific Research Capabilities of Large Language Models
Transformer-based large language models are gaining a foothold in the field of machine learning research, with a plethora of applications in natural language processing, biology, chemistry, and comput...
GPT Deploy: One line to generate them all 🧙🚀
Turn your natural language descriptions into fully functional, deployed microservices with a single command! This project streamlines the creation and deployment of microservices. Simply describe your...
Kavita - A Cross Platform Reading Server
Kavita is a feature-rich and fast cross-platform reading server that aims to provide a full solution for all your reading needs. It allows you to serve up Manga, Webtoons, Comics (cbr, cbz, zip/rar/ra...
Meditations On Moloch by Slate Star Codex
In this blog post, Scott Alexander reflects on Allen Ginsbergs famous poem Moloch, exploring the meaning and implications of this entity in modern society. He examines Molochs role in perpetuating hum...
Marvin: A Batteries-Included Library for Building AI-Powered Software
Meet Marvin: a batteries-included library for building AI-powered software that introduces AI Functions and flexible bots. With AI functions, developers dont have to write complex code for tasks like ...
MicroGPT: An Autonomous Agent Compatible with GPT-3.5-Turbo and GPT-4
MicroGPT is a simple and effective autonomous agent compatible with GPT-3.5-Turbo and GPT-4. The installation process involves cloning the repository, installing necessary Python packages, and configu...
NumSharp - The Fundamental Package for Scientific Computing with C# and F#
NumSharp (NS) is a NumPy port to C# targeting .NET Standard. It provides a fundamental package for scientific computing with C# and F#. With NumSharp, it is no longer difficult to translate Python mac...