RSSAmplifier

Blog

The Road Goes Ever On RSS Feed

Thoughts on software engineering, artificial intelligence, and life.

nathanclonts.comRSS feed ↗7 posts

Latest posts

Robot Logs 0

Emitting velocity commands too slowly can lead to poor behavior in a face tracking robot. After deploying my face-tracker model to a…

We Only Learn from Error

We only learn from error. The same could be said for neural networks. I implemented a vision-language-action model trained to follow faces…

Building a Text-to-Audiobook Application with Kubernetes

One of the more beautiful outcomes of AI development in recent years is the ability to quickly transform any written text into a spoken word…

SQL Database Analysis using OpenAI Assistants

Generative AI tools can make writing SQL very easy: ask a question, and an LLM will translate it into a SQL query that provides the answer…

Prioritizing your email inbox with AI

Ever had too many emails in your inbox? In many jobs, people deal with a flood of incoming messages via email or chat software. This can be…

Breadth-First Search Algorithm in Clojure

"All that is gold does not glitter, Not all those who wander are lost…" — J. R. R. Tolkien Below is an implementation of a graph structure…

Debugging Django in Production

Django's debugger works great in a development environment, but one of the first rules of deployment is to set : after all, you wouldn't…