RSSAmplifier

Blog

I'm Lars

larsgregori.de

larsgregori.deRSS feed ↗20 posts

Latest posts

Building an NFL Game Predictor While I Slept: The Ralph Wiggum Paradigm in Action

I went to bed. 53 minutes later, I had a working NFL game prediction microservice. The Ralph Wiggum paradigm turned a concept document into a deployed application with ML predictions.

The T in vibe coding stands for testing (Part 3): Mutation testing the vibes

Theory said AI-generated tests are circular. Now let's get empirical. I ran mutation testing on vibe-coded tests and found an 85% mutation score. That means 15% of bugs would slip through. Spec-first tests hit 92%. Property tests found 11 real bugs that all example tests missed entirely.

The T in vibe coding stands for testing (Part 2): What independence actually means

Using a different LLM for testing sounds like it would create independence. It doesn't. The moment any model sees your implementation, it reasons about what the code does, not what it should do. Real independence requires different information sources, not different systems.

The T in vibe coding stands for testing

Vibe coding's dirty secret - AI-generated tests only prove the code does what the AI thought it should do. At 39C3, security researcher Johann Rehberger showed it's worse than that. Prompt injection attacks can turn your AI coding assistant into a ZombAI, and the tests will still be green.

The AI Hype Cycle - Déjà Vu in Silicon Valley

The AI boom feels like déjà vu for anyone who's weathered past tech bubbles. While media headlines promise sentient machines and mass disruption, real-world adoption tells a slower, more grounded story. This article compares the current AI hype cycle to previous technology frenzies, critiques inf...

How to explain MCP (Model Context Protocol) and what are its advantages?

Ever wondered why AI gives you meeting dates from 2023 when you ask for "next week"? Dive into Model Context Protocol (MCP) — Anthropic's game-changing approach that connects LLMs to real-world data. I tested three different AI models with the same scheduling request and built several MCP service...

AI on FPGA — Generating an XOR Neural Network with LLMs

AI meets FPGA! Used an LLM to generate an XOR neural network on a Cyclone 10 FPGA — Verilog, simulation, training, and Arduino integration. A fun journey into AI-powered hardware design!

AI-Generated Honeycomb Design in Python

Explore how I used AI to generate honeycomb SVG patterns in Python, overcoming challenges and refining designs. Plus, my take on whether AI will replace our jobs—it’s more of a partnership than you think.

Designing a Keyboard with Five Keys and AI

Exploring the intersection of AI, GPIO, and keyboard design, I built a five-key keyboard prototype powered by neural networks—an oversized but rewarding challenge that combined engineering and creativity.

xLSTM Meetup - Hello xLSTM, how are you doing?

During our recent xLSTM Meetup, Professor Sepp Hochreiter presented the latest advancements in the xLSTM architecture, showcasing its potential to revolutionize the field of natural language processing.

What Can We Learn from GraphRAG for Structured Data?

How I used the GraphRAG paper to enhance structured product data for televisions.

Create an ERC20 LARS Token

Starting with a small web3 nodejs example and ending up with an ERC20 LARS token.

Create App Icons with app-icon

I want for my iOS apps an own icon which I create with app-icon.

My LinkedIn Learning Course is Online

One of my Corona project … my first LinkedIn Learning course is online

gitignore.io

.gitignore entries depend on the programming language, development environment and operating system and gitignore.io can help.

How to write a Dockerfile for gnu-poke

In this blog post I describe how I've created a Dockerfile for gnu-poke.

Extend Docker size on EC2

In this blog post I describe how to extend the size of Docker on an EC2 instance.

Docker Compose and Nginx

In this example I split a webservice into two applications and merge them together with Nginx. I also use docker-compose.

Docker Compose and Raspberry Pi

docker-compose defines and executes a microservice application that is structured as a multi-container docker application.

Raspberry Pi and Docker

If the Raspberry Pi should say goodbye, I only need to know how to start the Docker image.