Advertisement · 728 × 90

Posts by Lars Lykke

When I was a corporate employee, my calendar was always packed. Meeting after meeting. By the end of the day, I'd been going 100 mph and gotten further behind.

The organization rewarded people who were always slammed.

But busy and productive are not the same thing.
#TimeToThink #SelfLeadership

1 day ago 10 1 2 0
Most organisations don’t lack effort. They lack clarity on where to start.

The Team Topologies assessment helps surface where things feel heavier than they should, and where to begin.

Take the assessment here - https://survey.teamtopologies.com/tt-assessment

Most organisations don’t lack effort. They lack clarity on where to start. The Team Topologies assessment helps surface where things feel heavier than they should, and where to begin. Take the assessment here - https://survey.teamtopologies.com/tt-assessment

Most organisations don’t lack effort. They lack clarity on where to start.

The Team Topologies assessment helps surface where things feel heavier than they should, and where to begin.

Take the assessment here - https://survey.teamtopologies.com/tt-assessment

2 weeks ago 5 1 0 0
Preview
TBM 414: Legibility and Legitimacy There is a big difference between legibility and legitimacy.

I feel this post from @johncutle.fish is about to become very important (for me) in terms of how work gets structured in my context…

cutlefish.substack.com/p/tbm-414-le...

2 weeks ago 3 0 0 0
Being the Human in the Loop – Kevlin Henney
Being the Human in the Loop – Kevlin Henney YouTube video by Agile meets Architecture

"Being the Human in the Loop" - @kevlin.bsky.social. Typing isn't the bottleneck. Be the driver, not the road. Watch youtu.be/vpYJMr1pJRY

2 weeks ago 6 4 0 0

Looking for work. Will DevRel for coffee or wine 😁

2 weeks ago 32 31 1 0
Preview
Harness engineering for coding agent users A mental model for building trust in coding agents through feedforward guides, feedback sensors, and iterative harness engineering.

New article where I offer definitions & a mental model how to think about harness engineering as coding agent users. Building blocks at our disposal, dimensions and goals to consider; emerging practices, open questions; and of course, what role do humans play martinfowler.com/articles/har...

2 weeks ago 13 6 1 1

Danish price for a gallon of diesel is approx USD 10.1 (for comparison)

3 weeks ago 0 1 1 0
Preview
TBM 412: Institutionalized Overload (Now With AI) (I’ll be playing a bit of TBM catchup over the next couple days.

This post by @johncutle.fish really resonates with me
cutlefish.substack.com/p/tbm-412-in...

I don’t see any change in how work is performed - just people working faster - because that’s what expected with AI right?
That behavior gets promoted and internalized.
We need to work different - not more

3 weeks ago 0 0 0 0
Advertisement

This is one of the things collaborative software design is fundamentally about: making implicit knowledge explicit. The opinions, the preferences, the emotions behind a technical stance, they don't disappear when you ignore them. They just go underground and shape decisions anyway, invisibly.
>>>

4 weeks ago 2 1 1 0
What AI augmentation means for technical leaders – Birgitta Boeckeler
What AI augmentation means for technical leaders – Birgitta Boeckeler YouTube video by Agile meets Architecture

"AI Augmentation for Technical Leaders" - Birgitta Boeckeler. Can AI help with architectural decisions? Watch:& Subscribe. youtu.be/qB7rsbDfmQg

1 month ago 6 6 0 0
Post image Post image Post image

🎉 That's a wrap with the last sessions from @andrewhl.bsky.social
@bitboss.bsky.social and @josvanschouten.bsky.social 2 days, 28+ sessions, countless connections. From AI to Team Topologies to real-world solutions. Thank you. See you next year

1 month ago 5 2 0 1

And so it’s a wrap!
I’ve been attending the Agile Meets Architecture 2026 #amaberlin @amaconf.bsky.social in Berlin and my head is still buzzing from all the insights on how we (could?) shape both systems, organisations and ways of working through architecture.
…and sometimes the other way round 😉

1 month ago 0 0 0 0

We would really like to enable our developers to use Copilot CLI but are currently somewhat stuck on the terms for Copilot Business stating that prompts from Copilot CLI will be retained.
I can’t seem to find info on for what purpose and for how long GitHub retains those prompts?

1 month ago 0 0 0 0

Does it even make sense to introduce agentic ai to accellerate workflow execution if we don’t have a clear idea of what that flow or process looks like?
It does seem worthwhile to accelerate a code generation phase if it only accounts for 20%(?) of the entire value-stream?
Removing waste is better?

2 months ago 0 0 0 0

If using agentic ai corresponds to ingesting more work into a system (e.g.generating code) but we’re not moving faster?
So using ai didn’t remove the right bottleneck in a theory of constraints type of way?
During a discussion I got the feeling that value-stream-mapping and LEAN are still relevant.

2 months ago 0 0 1 0
Programming pearls

The first time I heard about “back-of-an-envelope-calculations” was during a computer science class in 2002 which referenced a “Programming Pearls” article by Jon Bentley.
This has been a tremendous help in my life (both personal and professional) ever since!
dl.acm.org/doi/epdf/10....

2 months ago 0 0 0 0
Advertisement

My personal (unscientific) theory is that it’s the NTFS filesystem itself, which results in poor build time performance for Java Microservices (e.g. Quarkus). We’ve unfortunately not seen Dev Drive make a huge difference. So our Java developers favor MacBooks because it’s much faster build times!

2 months ago 0 0 0 0

For a long time we thought it was Defender which resulted in poor build performance when building Java Microservices on our Win11 developer machines. But that was disproved by comparing performance with a non-enrolled machine with similar poor build performance. We don’t see this issue on MacOS

2 months ago 0 0 1 0

That rule prevents newly build binaries (the output of a build) to be run on a machine with Defender of you don’t disable it (or put it into monitor/ audit mode).
Disabling that rule for specific file paths made the world of a difference.

2 months ago 0 0 1 0

We’ve done these things to exactly avoid local signing of files as part of a developer flow.
Our risk scenario was a developer machine that was compromised and able to sign executable files which were then distributed across the network and trusted.
We wanted to avoid that.

2 months ago 0 0 0 0

We’ve been meaning to investigate process whitelisting to avoid having to request an IDE to run as Admin based on fingerprinting - but it hasn’t been prioritized (yet). So some teams still have to elevate processes locally +10 times a day….

2 months ago 0 0 1 0

Our local developer environment (Windows 11 with E5 license and Defender XDR) is (almost?) CIS2 baseline compliant.
So lots of things have been disabled and or restricted as well.
ASR rules and not local admin user however being the major issues that we had to handle. There is no local signing…

2 months ago 0 0 1 0

Many restrictions! 😂
Apologies - I thought you were asking about what we tried to do to make “Windows Desktop” development feasible again?

Running IDE as admin user when you’re no longer local admin on your dev machine is also a pain. We use a PIM tool: User requests that program is run as admin.

2 months ago 0 0 1 0

Exactly that one! 👍

2 months ago 0 0 1 0

Binary signing is done using an EV certificate stored in a Azure keyvault and can only be done through a pipeline. Never locally.

2 months ago 1 0 1 0

ASR = Attack Surface reduction rules

2 months ago 1 0 1 0
Advertisement

We choose to exclude a specific folder from Defender ASR which was the worst issue for home-built exe/dll as well as Python development. Our developers love WSL because it’s much faster for Java development than e.g. normal Windows and Dev Drive

2 months ago 1 0 2 0
Preview
Trump’s Most Dangerous Obsession His irrational fixation with Greenland could lead to global conflict.

“As the US military chases Trump’s ever-changing Sharpie lines across the world’s maps, the West’s enemies will be tempted to take advantage of the fact that the US has obliterated the most powerful alliance in history while scattering American forces around the globe in showpiece operations.”

3 months ago 431 124 15 10

Analysis paralysis?… everything needs to be thought of before taking action.

So many times, nothing (bad) actually happened… yet weeks are spent consulting, asking, contemplating… without adding value.

4 months ago 1 0 0 0