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.
o1 shows some improvements over GPT-4o. It fixed a small bug in my code, returning a working solution that was on par with Claude…
Read postInline composables offer a way to refactor components without creating multiple files. The idea is to organize related functionality into units within the same…
Read postOpenAI has split their GPT-4 model into two distinct versions: one optimized for ChatGPT and another for API use. This change was announced on…
Read postPicture this: It's ten years ago, and you've just launched a new WordPress blog. Within hours, sometimes even minutes, your content is indexed by…
Read postIn Laravel applications with Inertia.js and Vue, sharing data between components often involves provide/inject patterns, or custom composables. Inertia's page props offer a simple…
Read postWhen working with Laravel's Eloquent ORM, you may have noticed that you can access relationships with parentheses () and without. This small syntactical difference…
Read postThe Problem: Redundant Database Queries Imagine you have a Laravel component that fetches data from the database. This component is used multiple times in…
Read postGit worktrees provide a flexible way to work with multiple branches in separate directories. Basic Syntax The basic syntax for creating a new worktree…
Read postYour vision is the cornerstone of your business. It's the reason you started this journey in the first place. This vision is shaped by…
Read post1. Open Core Overview The open core model involves offering a core product under an open source license, while providing additional proprietary features, tools,…
Read postUnlike many AI coding assistants that operate as VSCode plugins, Cursor is built as a fork of VSCode itself. This architectural choice has significant…
Read postJujutsu is an experimental version control system designed to be both powerful and user-friendly. Created by Martin von Zweigbergk, it started as a hobby…
Read post