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.
It's Monday morning. My coffee is hot, my IDE is open, and Claude Code just suggested I fix a bug by... creating the exact…
Beitrag lesenMost searches now end without a single click to an actual website. AI companies are training their models on publisher content while destroying the…
Beitrag lesenEveryone keeps asking if AI tools are making software development cheaper. The short answer is no. The long answer is more interesting. I've been…
Beitrag lesenThinkPad External Monitor Lag: The Hybrid Graphics Problem My Lenovo ThinkPad T15g Gen 2 becomes almost unusable when connecting an external 4K monitor after…
Beitrag lesenRemember a few months ago when Cursor launched their $200/month plan? They marketed it as essentially unlimited usage with "20x more than Pro." Users…
Beitrag lesenI was working on a blog post about how AI would eventually replace social media when OpenAI just... did it. They launched Sora 2…
Beitrag lesenLaravel's $touches property automatically updates parent model timestamps when child models are modified. Basic Usage class Comment extends Model { protected $touches = ['post'];…
Beitrag lesenRendering Chart.js charts into PDFs with wkhtmltopdf can be surprisingly tricky. wkhtmltopdf uses QtWebKit (an older browser engine), while Chart.js draws on an HTML5…
Beitrag lesenEveryone talks about prompt engineering as if memorizing templates and adding "think step by step" will suddenly get you amazing AI results. That's not…
Beitrag lesenStock prices are at all-time highs and traditional valuation metrics like P/E ratios are largely ignored. At the same time, passive investing through ETF…
Beitrag lesenGPT-5 doesn't just write code; it thinks like an engineer. When faced with complex dependency conflicts that stumped previous models, GPT-5 takes a methodical…
Beitrag lesenIn Laravel, a Factory is a class dedicated to generating instances of your Eloquent models. They solve a fundamental problem: your application needs data…
Beitrag lesen