@pacovk.bsky.social

Software Architect/ Conference Speaker/ OpenSource Maintainer

#WebMCP seems to get more traction. I have been looking for this since end of last year because i bet on it as one of the important bits of getting the web more accessible for both humans and agents. The technical effort of integrating WebMCP into existing websites is low #a11y #webengineering #ai

Is #speed really your primary concern? I think you must be honest and clear about the spots to optimize for in your context. If you have an acceptable time-to-market optimizing for speed won't be helpful. Maybe it's #migrating #legacy systems or #technology you lack of expertise. (1/2)

Thanks to #Agentic powered engineering there is absolutely no excuse to not make Boy Scout Rule a primary principle when working on #code This is one of the keys when dealing with legacy code and it has never been more affordable to follow from time and knowledge perspective #AI

Organizations are pouring energy into #AI adoption right now — but aren't seeing the impact they expected. More tools, more licenses, same bottlenecks. Impact != adoption. (1/6)

Apart from the #Anthropic #Opus 4.6 release today, i am really excited to see #Claude #Code 1. proactively updating its memory bank as it works rather than only when you explicitly ask 2. the preview of agent teams feature for multi-agent collaboration

I didn’t use repository templates in VCS for a while because it felt like more overhead to manage those than to be useful. Now considering if that is actually an easy abstraction for #AI #agents to manifest coding guidelines and standardize codebases within orgs Anyone using this already for that?

Jens Spahn äußert also Verständnis für die Grönlandpolitik von Trump. Mmh. Vielleicht, weil der CDUler enge Verbindungen zum MAGA-Lager und zu Milliardären pflegt, die mit Trump absurde Pläne schmieden. Unsere Recherche mit @gabrielakeller.bsky.social ⬇️ correctiv.org/aktuelles/ge...

Netzwerk mit Nebenwirkungen: Jens Spahn und der Milliardär

Christan Angermayer gilt als Freund von Jens Spahn – und offenbar profitierte er als Investor von einer Großbestellung der Bundesregierung.

correctiv.org

I recently felt like a 10x developer I read about a lot. While it wasn’t about my #AI tool usage, 80% of my productivity gains were because I choose to sit right next to the actual user. I received ad-Hoc insights and feedback while #claude #code was working. No meeting overhead, pure communication

Claude Code got custom subagents i suppose they’re basically common tasks, but executed outside the normal context, like any other subagent

./.claude/agents/code-reviewer.md
name: code-reviewer
description: Performs thorough code reviews focusing on best practices and making sure that the code is super simple to read, elegant and easy to maintain while still accomplishing the intended goal.
color: purple
You are a staff software engineer specializing in code reviews.
Your role is to ensure code adheres to this project's specific standards and best practices.
Unless otherwise specified, do a git diff to see what has changed and focus on these changes for your review.