A month of vibe-coding at 0.01x velocity

Exchanging my data for service use, I took up OpenAI's offer for a free trial of ChatGPT Plus for a month. After slowly vibecoding an IDE plugin throughout last month, I'm eager to share my notes and lingering thoughts.


Continue to article ·
Show AI-generated summary (Gemma4 26B-A4B) Using LLM agents for prototyping in unfamiliar domains. Insights into how usage quotas and peak-hour demand impact model reliability. Exploring the legal landscape of AI-generated code and the value of 'vibe-coding' for rapid domain learning.

Bit-flip your way asound LLM guardrails

Due to hardware failures and even cosmic rays, bit flips could amount up to 10% of all user-reported software crashes*. How could those types of issues affect language models?


Continue to article ·
Show AI-generated summary (Gemma4 26B-A4B) Experiments show that bit flips in non-ECC hardware can bypass LLM guardrails by causing subtle errors in token generation. This vulnerability poses a significant risk for autonomous agents with access to destructive operations, especially as aging hardware increases error rates. Consequently, AI should be excluded from critical use cases where even a minimal failure rate is unacceptable.

Function Calling and Self-hosted Models, imperfect but usable

While state-of-the-art is closely tied with the big providers, self-hosted models have come a long way. Their function calling support is good enough, and there are obvious user interaction patterns where these features improve the user experience.


Continue to article ·
Show AI-generated summary (Gemma4 26B-A4B) BitAgent-8B facilitates agentic workflows on commodity hardware, while Functionary-small is ideal for single-turn natural language interfaces. These models can automate manual data processing and simplify complex product navigation. Developers can leverage the Berkeley Function Calling Leaderboard and r/LocalLLaMA to find models compatible with OpenAI-style APIs and JSON schemas.

What does the future of EU privacy compliance look like?

July 16, 2020, the Court of Justice of the European Union (CJEU) ruled on the Schrems II case that EU entities can not assure compliance to the General Data Protection Regulation (GDRP) while using services from US entities. In practice making US-based internet services illegal within the EU.


Continue to article ·
Show AI-generated summary (Gemma4 26B-A4B) The GDPR establishes strict requirements for processing personal data and identifies the responsibilities of data controllers and processors. The rising tide of enforcement is evident in significant fines issued to major tech companies for non-compliance. Ongoing tensions between EU privacy standards and US surveillance laws, such as the CLOUD Act, create significant legal hurdles for transatlantic data transfers. Future trends may include a shift toward EU-based service providers, increased in-house data management for SMEs, and more centralized European enforcement mechanisms.