Autonomous AI at Work: How AutoGPT Uses Prompting to Instruct OpenAI and Perform Tasks Independently
An In-Depth Look at AutoGPT's Prompting Process

Search for a command to run...
An In-Depth Look at AutoGPT's Prompting Process

String comparison before and after will always fail

It's a simple solution 馃槑

And throttling requestAnimationFrame()

A close look at closures in JavaScript

Using AbortController() to abort is so clean

I recently needed to create a small popup element that could be dragged around the page and remember its new position. This is not the behaviour that the default dragging=true attribute provides and so wanted to share my solution for this. For this d...

CSS custom properties (a.k.a CSS variables) have been a great addition to CSS. We can set or update a CSS variable in a single place and have that value available to other locations in our CSS code using the var() CSS function. I recently came across...

Universally Unique IDs are great to use anywhere in our application where we need random and unique IDs. In the past, we have always needed to reach for a library such as uuid in order to bring this into our applications. If we put aside any immediat...
