Advertisement · 728 × 90

Posts by lotharschulz

Post image

The new Claude Desktop app includes a new diff viewer. I compared three ways to review Claude's code changes: the Desktop app diff viewer, the Claude Code CLI, and plain git diff, with a note on when to reach for each one.

www.lotharschulz.info/2026/04/17/c...

#diff #claude_code

2 days ago 0 0 0 0
Managed Agents APIs

Managed Agents APIs

Claude's new Managed Agents API requires a different anthropic-beta header for streaming than for other calls.

www.lotharschulz.info/2026/04/11/c...

#claude #ManagedAgents

1 week ago 1 0 0 0
Claude Code runs with your full user permissions. nono wraps it in a kernel-level sandbox that makes unauthorised filesystem and network operations structurally impossible.

Claude Code runs with your full user permissions. nono wraps it in a kernel-level sandbox that makes unauthorised filesystem and network operations structurally impossible.

Claude Code runs with your full user permissions. nono wraps it in a kernel-level sandbox that makes unauthorised filesystem and network operations structurally impossible. Five hands-on scenarios tested on macOS: www.lotharschulz.info/2026/04/11/s...

#claude_code #nono #CLI #AISecurity #sandbox

1 week ago 0 0 0 0
Post image

Gemma 4 Showdown: Linux vs. Mac 🚀

I tested the e4b gemma 4 variant on a 32GB Linux setup vs. a 16GB Mac. The Mac was 4.5x faster (44s vs 199s) and nailed a complex poem constraint. Find more details about _why_ Linux results were different on www.lotharschulz.info/2026/04/04/g... #Gemma4 #AI

2 weeks ago 0 0 0 0
Gemma 4 on Linux – Lothar Schulz

🚀 New AI Battle: Gemma 4 on Linux! 🐧

I tested the new Gemma 4 (e4b) running locally via Ollama on Linux. How does it solve the "HORSE-EARTH" poem test?

All technical details: www.lotharschulz.info/2026/04/03/g...

#Gemma4 #Linux #Ollama #OpenSource #AI #MachineLearning #LocalAI #SelfHosted

2 weeks ago 3 0 1 0
Preview
“Vibe querying” with comments to SQL in BigQuery | Google Cloud Blog Comments to SQL in BigQuery is an AI-powered feature that bridges the gap between human language and structured data queries. Read to learn more.

run "pseudo" sql queries with vibe querying: cloud.google.com/blog/product...

3 months ago 0 0 0 0
CDC & Outbox

CDC & Outbox

Build Real Time Data Pipelines with #PostgreSQL and Apache #Nifi: #CDC via logical replication and #Outbox via table polling.

www.lotharschulz.info/2026/01/05/b...

3 months ago 1 1 0 0
guide including code on building a LLM evaluation pipeline with MLflow

guide including code on building a LLM evaluation pipeline with MLflow

Stop guessing which LLM to use! 🎯

Wrote a guide on building an evaluation pipeline with MLflow. Docker Compose + Python + Ollama = systematic model comparison.

#MLflow #AI #DevOps

www.lotharschulz.info/2025/12/08/c...

4 months ago 1 0 0 0
Preview
How to write a great agents.md: Lessons from over 2,500 repositories Learn how to write effective agents.md files for GitHub Copilot with practical tips, real examples, and templates from analyzing 2,500+ repositories.

Links:

agents guide - github.blog/ai-and-ml/gi...

Long-running agents - www.anthropic.com/engineering/...

Agentic security principles - github.blog/ai-and-ml/gi...

Custom Copilot instructions docs - docs.github.com/en/copilot/h...

4 months ago 0 0 0 0
Advertisement
Post image
4 months ago 0 0 1 0

"How GitHub’s agentic security principles make our AI agents as secure as possible" -
Clear explanation of how explicitness and boundaries secure Copilot agents. Tip: you may use copilot custom instructions to implement these principles (link below).

4 months ago 0 0 1 0

"Effective harnesses for long-running agents" - Neat: use two agents (an Initialiser and a Coding agent) to solve the long running agent challenge.
The "Agent failure modes and solutions" section contains great troubleshooting guidance.

4 months ago 1 0 1 0

"How to write a great agents . md: Lessons from over 2,500 repositories" - Updated this week; includes 5 GitHub Copilot agent proposals. These were great inspiration for the agents I set up this week including a project-specific setup agent (not covered in the blog post).

4 months ago 0 0 1 0

My top 3 agentic reads this week:

4 months ago 0 0 1 0
Post image

Stop blaming your git skills. This GitHub push failure wasn't about your code — it was about your SSO authority.

A developer could clone a GitHub repository successfully, however failed to push updates to it.

www.lotharschulz.info/2025/11/16/g...

5 months ago 1 0 0 0
Post image

⚠️ #PostgreSQL #CDC danger: Inactive replication slots can accumulate TBs of WAL, crashing your #database!

New post covers:
WAL retention pitfalls
Monitoring best practices
WAL-based CDC vs Outbox Pattern

Don't let silent #WAL growth take you down 🔥
www.lotharschulz.info/2025/10/15/p...

6 months ago 0 0 0 0
Advertisement
Post image

Fixed a prod crash: Snowflake connector down because private key in Azure had no newlines 🤦

Lesson: use `az keyvault secret set --file` for keys. Never copy-paste!

Even whitespace matters in crypto. Full debugging story: www.lotharschulz.info/2025/10/13/w...

#Kubernetes #AzureCloud #Snowflake

6 months ago 1 0 0 0
Post image

Keine #BoundedContext bei Netflix: Irrweg oder Inspiration?
#SoftwareArchitektur im #Stream
HEUTE 13:00 CEST
Mehr Informationen und Möglichkeit für Fragen:
software-architektur...

7 months ago 2 1 0 0
Post image

🧪 Tested Kiro IDE - spec-driven AI development vs traditional coding assistants

Key differentiator: EARS requirements + design blueprints before coding

Great security controls but preview limitations.

www.lotharschulz.info/2025/07/20/k...

#Kiro #DeveloperTools #SpecDriven

8 months ago 1 0 0 0
Let the Agents Vibe: Introducing Flow Coding – Lothar Schulz

www.lotharschulz.info/2025/07/07/l...

9 months ago 0 0 0 0

It’s like conducting an orchestra where each musician is an AI agent with its own specialty – one handles the frontend, another manages the backend, a third optimizes performance, and they all jam together in perfect harmony.

9 months ago 0 0 1 0
Post image

There’s a new kind of multi-agent development I call “Flow coding”, where you orchestrate a symphony of AI agents and just let them find their groove together. You set the high-level vision, define the boundaries, then step back and watch the magic happen.

9 months ago 1 0 1 0
Google Gemini vs. Claude Sonnet 4: A Head-to-Head for Rapid AI Prototyping – Lothar Schulz

📖 Full writeup with all details: www.lotharschulz.info/2025/06/28/g...

9 months ago 0 0 0 0
Advertisement
Video

Create a weird animals quiz.

I put Claude Sonnet 4 & Google Gemini 2.5 Flash to the test creating "weird animal quizzes."

🚀 Gemini (Canvas): Faster, great look.
⏱️ Claude: Comparable results, but slower.

Both excellent for fast AI prototyping! What are your experiences?

#GoogleGemini #ClaudeAI

9 months ago 0 0 1 0
Post image

Tested Google's new Gemini CLI 🦀

✅ Auto-code generation
⚠️ Sandbox limits external tools
🔧 Highly configurable

I enjoyed security-first vs seamless integration. Shows promise but needs polish.

Full review: www.lotharschulz.info/2025/06/25/g...

#GeminiCLI #AICoding #RustLang

9 months ago 0 0 0 0
Post image

Just had a lightbulb moment 💡

That complex Python script I built 6 months ago for AI-powered supplier due diligence? Modern AI can now do the same thing through simple prompts.

www.lotharschulz.info/2025/06/15/s...

From Jupyter notebooks + API setup → just copy/paste a prompt into AI.

10 months ago 0 0 0 0
Post image

Spent the weekend hacking on a local AI setup for Linux — no cloud, just llm + Ollama.

Wrote a quick guide if you want to try it too 👇

www.lotharschulz.info/2025/06/07/r...

#Linux #AI #LocalAI #OpenSource #WeekendProject #SelfHosted

10 months ago 2 0 0 0
Post image

📢 AI coding tools are creating silent vulnerabilities through "slopsquatting"—where attackers register package names hallucinated by AI.
This attack vector “exploits vibecoding" & targets less technical developers. 

#AISecurityRisks #Slopsquatting #VibeCoding

www.lotharschulz.info/2025/05/12/t...

11 months ago 1 0 0 0
Post image

Lost in the software engineering metrics jungle? 🌳 Which framework is right for your team? 🤔

🚀 #DORA 🧠 #SPACEframework 👋 #DevEx 📊 #DXCore4 ⚙️ #ESSP

Find out similarities and differences & how they can transform your software engineering.

Read more: www.lotharschulz.info/2025/05/04/e...

11 months ago 0 0 0 0
Post image

🚀 Bring Rust to AI Workflows!

Learn how to integrate Rust with AI frontends like Claude Desktop using the Model Context Protocol (MCP) by leveraging WebAssembly (Wasm)!

www.lotharschulz.info/2025/04/09/r...

#AI #RustLang #MCP #WebAssembly #AIIntegration #LLMs #ClaudeDesktop

1 year ago 3 0 0 0