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.
Success in the tech industry isn't about chasing the latest trendy skills or technologies. It's about developing a deep understanding of the entire ecosystem…
Beitrag lesenI've seen technical debt in various forms. Here's a realistic look at when it's justified, when it's not, and what it means for your…
Beitrag lesenManaging API keys across client projects is often a mess. Personal emails, random agency accounts, and tangled permissions are the norm. Most platforms' org…
Beitrag lesenWe've seen this pattern: Initial hype and overinvestment A correction/consolidation phase as reality sets in Steady growth and value creation as the technology matures…
Beitrag lesenartisan migrate:fresh php artisan migrate:fresh This command: Drops all tables in the database Runs all migrations from scratch Key points: Completely wipes out the…
Beitrag lesenAutomate Everything Possible Continuous Integration/Continuous Deployment (CI/CD): Implement robust CI/CD pipelines to catch issues early and often. Linting: Use tools like ESLint for JavaScript…
Beitrag lesen1. Unintentional Vulnerabilities AI models are trained on vast codebases, including those with known vulnerabilities. They may inadvertently reproduce these vulnerabilities in generated code.…
Beitrag lesenTraditional wisdom about commenting code is being challenged by the use of Large Language Models (LLMs). Key Observations from Practice Comment Volatility with LLMs…
Beitrag lesenLearning Curve: New technologies require time and resources to master. Your team's productivity will initially decrease as developers familiarize themselves with new tools and…
Beitrag lesenWordPress typically requires separate installations for different domains or subdomains. Here I present a method to serve multiple domains or subdomains from a single…
Beitrag lesenWhen you encounter merge conflicts while trying to apply stashed changes using git stash apply, and you just want to force apply the changes…
Beitrag lesenThere seems to be a stark divide in the developer community regarding the effectiveness of LLMs for coding. Some are disappointed, others quietly reap…
Beitrag lesen