Blog Logo
TAGS

A Slack Bot implementation for integration with OpenAI ChatGPT

This repository contains code for a Slack bot which integrates with OpenAIs ChatGPT. The bot supports GPT4 by default and can be used to generate conversation responses, as well as provide suggestions...

Read more...

Generating a full-length work of fiction with GPT-4

In March 2023, Chiara Coetzee used GPT-4 to generate an entire novel from scratch, including the title, genre, story, characters, settings, and all the writing, with no human input. The result was Ech...

Read more...

Generative Manim - GPT-4 Powered Generative Videos

Generative Manim is a prototype of a web app that uses GPT-4 to generate videos with Manim. The idea behind this project is taking advantage of the power of GPT-4 in programming, the understanding of ...

Read more...

GitHub.com RSA SSH host key update

Out of an abundance of caution, GitHub replaced their RSA SSH host key used to secure Git operations for GitHub.com on March 24th at 05:00 UTC. This change only affects Git operations over SSH using R...

Read more...

Manim: A Python library for creating mathematical animations

Manim is a community maintained Python library for creating mathematical animations. It can be used to create animations that demonstrate mathematical concepts, visualize algorithms, and explain compl...

Read more...

On Trust in Software Development

In software development, trust is a powerful and seductive framing that can lead to unchallenged arguments. However, its important to recognize the limitations of trust and acknowledge the need for gu...

Read more...

OpenAI tech gives Microsofts Bing a boost in search battle with Google

Integration of OpenAIs technology into Bing has helped it compete better with Google in page visits growth, with 15.8% increase in visits on Bing since Microsoft unveiled its AI-powered version, compa...

Read more...

Schillace Laws of Semantic AI

Learn about the Schillace Laws for working with Large Language Model (LLM) AI systems, including tips such as not writing code when the model can do it, using interaction to mitigate trade leverage fo...

Read more...

Semantic Kernel - Lightweight SDK for AI Large Language Model Integration

Semantic Kernel (SK) is a lightweight SDK enabling integration of AI Large Language Models (LLMs) with conventional programming languages. SK offers a unique programming model that combines natural la...

Read more...

The Age of AI has begun

Artificial intelligence is the new revolution, with the potential to change the world as much as mobile phones and the Internet did. Bill Gates, a visionary in the tech world, reflects on his experien...

Read more...

Sparks of AGI - Bombshell GPT-4 Paper: Fully Read w/ 15 Revelations

Sparks of AGI - Bombshell GPT-4 Paper: Fully Read w/ 15 Revelations

A recently released report from Microsoft researchers reveals the impressive capabilities of GPT-4, a language model that shows sparks of artificial general intelligence, the Holy Grail of AI research...

Read more...

GitHub Copilot Chat for Visual Studio 2022

GitHub Copilot, the AI-assisted pair programmer, is now evolving to provide enhanced AI assistance beyond code completion. With fully integrated AI-powered Copilot chat experiences in Visual Studio, y...

Read more...

Sparks of Artificial General Intelligence: Early experiments with GPT-4

Artificial intelligence researchers have been refining large language models that exhibit remarkable capabilities, challenging our understanding of learning and cognition. The latest model, GPT-4, can...

Read more...

.NET Performance Delivers Again for Bing: Upgrading from .NET 5 to .NET 7

This article from the .NET Blog details the upgrade of Bings central workflow engine (XAP) to .NET 7, highlighting the major updates made, the challenges faced, and the wins realized as they aggressiv...

Read more...

Clean Architecture: The Bad Parts

Clean architecture is a software design pattern that separates domain logic from other concerns such as persistence and caching. It aims at keeping the domain objects and domain logic separate from ot...

Read more...

GitHub Copilot learns new tricks, adopts this years model

Microsoft GitHub’s Copilot programming model has been trained to perform new tasks and has been renamed as Copilot X. It will rely on an expanding set of language models including GPT-3.5-turbo and GP...

Read more...

GitHub Copilot X: The AI-powered developer experience

GitHub Copilot is now evolving into a more personalized developer experience with chat and voice interfaces, support for pull requests, and the adoption of OpenAI’s GPT-4. The GitHub Next R&D team is ...

Read more...

Globalization & Localization in ASP.Net Core 7

In todays world, applications need to be developed with a global audience in mind. Globalization and localization are two important concepts for developers to understand. Globalization is the process ...

Read more...

How To Structure Your .NET Solutions: Architecture And Trade-Offs

In this article, we explore the various ways to structure your .NET solutions and applications, including microservices, monoliths, clean architecture, and shared databases. We analyze the trade-offs ...

Read more...

Secure your .NET cloud apps with rootless Linux Containers

Starting with .NET 8, all Linux container images will include a non-root user, making .NET one of the most secure developer ecosystems. This aligns with the principle of least privilege, greatly limit...

Read more...