I Tried to Make AI Writing Sound Human by Banning AI Words Through logit_bias
I tried to make AI writing sound more human with logit_bias, an API setting that changes how likely a model is to select specific…
Read postBlog
Laravel, AI-assisted development, SaaS, SEO, tooling, and the parts that only show up once software is used by real people. Mostly technical, but not trapped in one narrow lane.
Continue browsing the archive.
After a Windows 10 update Docker Desktop + WSL 2 stopped working: Cannot connect to the Docker daemon at unix:///var/run/docker.sock WSL distro terminated abruptly…
Read postWhen developing Laravel projects with Docker and Sail, it’s important that all commands use Sail to ensure the environment is consistent. However, the AI…
Read postWhen trying to add Laravel Sail to an existing project, you often encounter a classic catch-22 situation. You need to run php artisan sail:install…
Read postInternal documents and testimony from the U.S. Department of Justice's antitrust trial against Google reveal that Google uses a previously undisclosed Q* metric to…
Read postLet's stop pretending $20/month gets you professional-grade AI access. That era is over. Running LLM inference is expensive, and the honeymoon phase is over.…
Read postEvery time Google makes a "privacy" change, competitors mysteriously lose access to data while Google's own data empire grows stronger. For over a decade,…
Read postThe best mental model I've found for AI-assisted development: you're a film director. AI Coding is Directing. You have a vision in your head.…
Read postFor the first time, it's not the AI's capabilities that limit me. It's what I can afford to spend. I use AI for most…
Read postIf your Windows File Explorer is unusually slow when browsing folders or scrolling, but fast inside "Save As" dialogs, the cause may be third-party…
Read postI just made a costly mistake while using Cursor IDE that drained my credits in less than a minute. Here's what happened and how…
Read postUsing the :latest tag for Docker images in Laravel Sail can cause unexpected problems due to how Docker handles image caching. This post outlines…
Read postWhen working with Laravel Sail, you might encounter an issue where npm install starts but never completes. The command appears to hang after downloading…
Read post