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.
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…
Read postI'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…
Read postManaging API keys across client projects is often a mess. Personal emails, random agency accounts, and tangled permissions are the norm. Most platforms' org…
Read postWe'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…
Read postartisan 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…
Read postAutomate 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…
Read post1. Unintentional Vulnerabilities AI models are trained on vast codebases, including those with known vulnerabilities. They may inadvertently reproduce these vulnerabilities in generated code.…
Read postTraditional wisdom about commenting code is being challenged by the use of Large Language Models (LLMs). Key Observations from Practice Comment Volatility with LLMs…
Read postLearning Curve: New technologies require time and resources to master. Your team's productivity will initially decrease as developers familiarize themselves with new tools and…
Read postWordPress typically requires separate installations for different domains or subdomains. Here I present a method to serve multiple domains or subdomains from a single…
Read postWhen you encounter merge conflicts while trying to apply stashed changes using git stash apply, and you just want to force apply the changes…
Read postThere seems to be a stark divide in the developer community regarding the effectiveness of LLMs for coding. Some are disappointed, others quietly reap…
Read post