Tag: ai
-
Voice-to-Text First Test
The common assumption that “AI will replace software engineers at some point in the future” misses a crucial point: technological advancement rarely works in discrete leaps. Innovation unfolds gradually—starting slowly, then accelerating until it becomes undeniable. Often, people discuss these changes as future events, even though the process has already begun. By the time transformation…
-
The Automobile of Thinking
In the American West, horses were once essential for transportation until automobiles revolutionized how people moved. Cars made travel more efficient and cost-effective, yet horses didn’t disappear – they evolved from necessity to specialty, maintained by the wealthy and those in specialized industries while the average person relied on automobiles. This shift from mainstream utility…
-
Capitalism vs. AI
The current discussion centers on the idea that “AI will replace software engineers at some point in the future.” This assumption is flawed because technological advancement rarely works in such discrete leaps. Instead, innovation typically unfolds gradually—starting slowly, then accelerating rapidly until it becomes undeniable. Often, people claim that something will happen in the future,…
-
Chess vs. AI
I’ve been thinking about how chess grandmasters are consistently beaten by AI. For decades, artificial intelligence has been good enough to defeat the best human players. This fact keeps recurring in my mind because it’s been bothering me. We accept this reality—put the best GM against the best AI algorithm and the AI wins every…
-
A Necessary Transition
I think the United States is in a post-society, late-stage capitalist situation. We’re experiencing the aftermath of a period where quality of life improved dramatically in a short time, which created entrenched entities that gradually took control of our country’s development. What once were subsidies meant to help businesses innovate have transformed into direct government…
-
Automation Compensation
I’ve heard about universal basic income, and I fully agree that we’re going to need something like that. I’ve developed this concept of “automation compensation,” which I believe more accurately describes what will become necessary. It represents compensation for the rapid increase in competition for tasks that robots will excel at performing—tasks that humans simply…
-
Detect image similarity
This outlines my experience using AI to aid me in writing a Python script that determines the raw similarity of two images. Prompt: Python script:
-
Extract prompt from EXIF with Reg Ex
This is a process starting with an AI image generated using ComfyUI and extracting the prompt into a JSON format using Python. This demonstrates my understanding of fundamental concepts such as regular expressions, different file formats, and python syntax. Python script: Output:
-
Create database + import CSV
This post explains the process of prompting AI to generate Python code which creates a database and then imports a CSV file into the database. The database can then be queried using sqlite3. This process can be applied to many different applications. https://github.com/jaymasl/create_database Python script: data.csv: console output: