Blog

  • Exploring the Difference Between Artificial Life and Biological Life in AI Ethics
    Discover the intriguing realm of artificial life and biological life in the context of AI ethics. Explore the distinctions between these two forms of life, from their origins and replication to their autonomy and consciousness. Delve into the ethical considerations surrounding the creation and treatment of artificial life, including the granting of rights and the potential consequences of introducing these life forms into society. Gain insights into the philosophical and metaphysical perspectives on artificial life and its relationship to biological life. Join us as we navigate the boundaries of AI ethics and reflect on our role as creators and stewards of life. Dive into this thought-provoking discussion today!
  • 5 Ways ChatGPT Can Augment Your Engineering Team
    ChatGPT is an AI language model that can help engineering teams in a number of ways, from speeding up research and development to improving code quality and documentation. It can provide accurate and informative insights and suggestions on various tasks like research and development, code reviews, documentation, testing and quality assurance, and productivity. By integrating ChatGPT into your workflow, your team can become more efficient and effective, allowing you to build better software more quickly and with less effort.
  • Implementing a Neural Network Using Raw JavaScript
    Quite some time ago I implemented a neural network multi-class classifier using raw JavaScript. The implementation had a single hidden layer of nodes… Implementing a Neural Network Using Raw JavaScript
  • Create A ChatGPT Discord Bot With Slash Commands
    In this tutorial I create a Discord ChatGPT OpenAI bot. You can run it as a Docker container or build from source!
  • Creating A Web IoT Javascript Package: NFC, Bluetooth, Web Serial, Web USB
    IoT has been increasing in relevance over the past decade. The idea of connecting physical devices to a website has always intrigued me. Bringing the physical world into the digital in my opinion brings us closer together globally.

Introduction AI ethics is a complex and thought-provoking field that raises important questions about the impact and boundaries of artificial intelligence. One particular topic of interest is the distinction between artificial life and biological life. In this blog post, we will delve into this subject, exploring the characteristics that set artificial life apart from biological life
Read More

Introduction As technology advances, so do the challenges faced by engineering teams. The complexities of modern software development can be overwhelming, from the ever-growing list of programming languages and frameworks to the increasing need for automation and speed. This is where ChatGPT comes in. ChatGPT is an AI language model that can help your engineering team
Read More

Quite some time ago I implemented a neural network multi-class classifier using raw JavaScript. The implementation had a single hidden layer of nodes…Implementing a Neural Network Using Raw JavaScript

Introduction The Source Code Package.json Index.js Commands Docker File GitHub Actions Usage Via Node Usage Via Docker Adding ChatGPT and OpenAI To Your Discord Server I love writing Discord bots, my favorite one was the Discord Twitter Bot. Now that ChatGPT API is available to developers I decided to create an OpenAI ChatGPT discord bot in Node.js and share the source code with you. This
Read More