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…
Beitrag lesenBlog
Ich schreibe über Software, KI-gestützte Entwicklung, Laravel, SaaS, SEO, Tooling und alles, was sichtbar wird, wenn Software im Alltag genutzt wird. Meist technisch, aber nicht auf ein Thema beschränkt.
Weiter im Archiv.
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…
Beitrag lesenInline composables offer a way to refactor components without creating multiple files. The idea is to organize related functionality into units within the same…
Beitrag lesenOpenAI has split their GPT-4 model into two distinct versions: one optimized for ChatGPT and another for API use. This change was announced on…
Beitrag lesenPicture 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…
Beitrag lesenIn 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…
Beitrag lesenWhen working with Laravel's Eloquent ORM, you may have noticed that you can access relationships with parentheses () and without. This small syntactical difference…
Beitrag lesenThe Problem: Redundant Database Queries Imagine you have a Laravel component that fetches data from the database. This component is used multiple times in…
Beitrag lesenGit worktrees provide a flexible way to work with multiple branches in separate directories. Basic Syntax The basic syntax for creating a new worktree…
Beitrag lesenYour vision is the cornerstone of your business. It's the reason you started this journey in the first place. This vision is shaped by…
Beitrag lesen1. Open Core Overview The open core model involves offering a core product under an open source license, while providing additional proprietary features, tools,…
Beitrag lesenUnlike many AI coding assistants that operate as VSCode plugins, Cursor is built as a fork of VSCode itself. This architectural choice has significant…
Beitrag lesenJujutsu is an experimental version control system designed to be both powerful and user-friendly. Created by Martin von Zweigbergk, it started as a hobby…
Beitrag lesen