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.
As Google's search quality has declined in recent years, competitors like Bing have managed to catch up, offering comparable search results. However, being on…
Beitrag lesenPHP has come a long way since its humble beginnings in 1995. While it was originally designed as a simple templating language, PHP has…
Beitrag lesenImagine you're working on a project that involves sending and receiving JSON data. You want to ensure that the data follows a specific structure…
Beitrag lesenAs a freelance Laravel and Vue.js developer in 2024, I can confidently say that there has never been a better time to be a…
Beitrag lesenBootstrap 5 utility classes are a set of predefined CSS classes that allow you to quickly apply common styles and layout options to your…
Beitrag lesenTo rename the master branch to main and make it the default branch in your GitHub repository, follow these steps: Clone the repository from…
Beitrag lesenMoving a Git repository to another (or from one hosting platform like Bitbucket to another like GitHub) while preserving the full history, including all…
Beitrag lesenWith the rise of large language models (LLMs) like GPT-4 and Claude 3 Opus, some people are wondering if software developers will soon be…
Beitrag lesenHere's a how Cursor, a VSCode fork with built-in GPT-4 support, crafts its API requests to GPT-4 to generate code. Original API Request {…
Beitrag lesenCursor is a VSCode fork with built-in support for large language models (LLMs). It allows users to select code, hit Ctrl+K, write an LLM…
Beitrag lesenWhen attempting to upgrade Ubuntu (in my case from 18.04 LTS to 20.04 LTS) on Windows Subsystem for Linux 2 (WSL2), the process may…
Beitrag lesenUsing a database for email storage seems like a logical step for enhanced search efficiency. But there's a number of things to consider. Databases…
Beitrag lesen