Jascha Beste

Jascha Beste

Creator
0 followers

Software engineer (TimescaleDB) posting about AI coding agents, enforceable/testable architecture (e.g., ArchUnit), and quality‑driven engineering practices.

Timescale Beats Clickhouse‑Postgres Combo for Simplicity
SocialFeb 26, 2026

Timescale Beats Clickhouse‑Postgres Combo for Simplicity

Clickhouse is trying to push postgres + clickhouse as the ultimate analytics DB stack. But tbh adding an eventually consistent database to your stack that you needed to sync too is anything but trivial. Love the product but I'd just use...

By Jascha Beste
Automate PR Demo Deployments to Save Development Time
SocialFeb 23, 2026

Automate PR Demo Deployments to Save Development Time

Thinking about setting up automatic demo deployments for PRs on my side project Kviklet. I do review all code that Claude Code produces and also click through the main flows manually locally. But it's always a fetch branch, restart stuff, potentially...

By Jascha Beste
LLM Coding Tools Evolve Rapidly, Future Still Uncertain
SocialFeb 23, 2026

LLM Coding Tools Evolve Rapidly, Future Still Uncertain

In 2023 I mostly used Copilot and ChatGPT to code In 2024 Sonnet 3.5 came out and became my daily driver. I tried a few things like Windsurf and Cursor but nothing had as big of an impact as the model...

By Jascha Beste
Use ArchUnit to Enforce Architecture for AI Agents
SocialFeb 15, 2026

Use ArchUnit to Enforce Architecture for AI Agents

Interesting additional thought about this: I use archunit https://www.archunit.org/ to force Claude to follow some patterns (never access the DB from the service layer for example, never return database package entities from the controller). I wonder if we should have more...

By Jascha Beste