_AugmentedIntelligence Development YouTube Stream

As you may or may not know, I am streaming my journey through the development of _AugmentedIntelligence and other AI programs I am working on. https://www.youtube.com/@tylercrockett5354/streams

Mutually Assured Destruction (MAD)

The interviewees discuss the concept of “mutually assured destruction” (MAD) as a deterrent against nuclear war,but acknowledge its limitations and potential flaws. They argue that the idea of MAD is based on a flawed premise,as it assumes that both sides would be destroyed equally in the event of a nuclear conflict, which is unlikely tohappen. […]

Building a Powerful AI-Ready Server: Combining LLM, Whisper, and Linux

Introduction As AI technology continues to advance at a rapid pace, building a powerful server capable of handling demanding AIworkloads is becoming increasingly important. In this post, I’ll walk you through my journey of creating anartificial intelligence (LLM) and Whisper dedicated server using an old Windows 2016 license and Ubuntu. Thissetup will provide a robust […]

CodeLLama: Engineering Problem

Tyler: I am programming an application, it is an intelligene suite which I call _AugmentdIntelligence. The application should be GPU and CPU intensive. I am curious to ask if I should invest in clients on the spot or have most of the resource demanding tasks run on my server rack with a shared GPU? Codellama: […]

Meta.ai LLama3:8b-instruct Climate Change

Tyler: What is wrong with the following paragraph?: Many people argue that climate change is an urgent issue that needs immediate action. However, these arguments often come from scientists and researchers, many of whom live in urban areas and rarely experience nature firsthand. How can we trust their judgment about the environment when they spend […]

TranscriptionClient

I wrote a program inspired by my mom. The app records from the microphone, saves to a .wav, uploads it to one of my servers, then sends the transcription back to the client and displays it for the user.