HackerTrans
トップ新着トレンドコメント過去質問紹介求人

imjacobclark

no profile record

投稿

Understanding data sovereignty and jurisdictional risk

hyperact.co.uk
3 ポイント·投稿者 imjacobclark·24 日前·0 コメント

7 Levels of AI-Assisted Development

hyperact.co.uk
1 ポイント·投稿者 imjacobclark·6 か月前·0 コメント

Product engineering teams must own supply chain risk

hyperact.co.uk
1 ポイント·投稿者 imjacobclark·7 か月前·0 コメント

Interviewing for Evidence

dannorth.net
2 ポイント·投稿者 imjacobclark·8 か月前·0 コメント

Taking Jaggedness Seriously

helentoner.substack.com
1 ポイント·投稿者 imjacobclark·8 か月前·0 コメント

Why Container Images Keep Getting Bigger (and What to Do About It)

writethat.blog
2 ポイント·投稿者 imjacobclark·8 か月前·0 コメント

Shipping Progressive Web Apps Everywhere (2020)

bbc.co.uk
4 ポイント·投稿者 imjacobclark·8 か月前·0 コメント

Researchers fine tune their models to search their own parameters

deeplearning.ai
2 ポイント·投稿者 imjacobclark·8 か月前·0 コメント

What's the point of learning functional programming?

blog.daniel-beskin.com
7 ポイント·投稿者 imjacobclark·8 か月前·0 コメント

Can You Build a Product with Hard Single-Stack Developers?

oneknightinproduct.substack.com
1 ポイント·投稿者 imjacobclark·8 か月前·0 コメント

How revenue decisions shape technical debt

hyperact.co.uk
3 ポイント·投稿者 imjacobclark·8 か月前·0 コメント

[untitled]

1 ポイント·投稿者 imjacobclark·8 か月前·0 コメント

[untitled]

1 ポイント·投稿者 imjacobclark·8 か月前·0 コメント

[untitled]

1 ポイント·投稿者 imjacobclark·8 か月前·0 コメント

[untitled]

1 ポイント·投稿者 imjacobclark·9 か月前·0 コメント

Optimise for continuous change, not modernisation or legacy

hyperact.co.uk
3 ポイント·投稿者 imjacobclark·9 か月前·0 コメント

How to align teams and get things done

hyperact.co.uk
2 ポイント·投稿者 imjacobclark·9 か月前·0 コメント

Essential books for modern technology leaders

hyperact.co.uk
3 ポイント·投稿者 imjacobclark·10 か月前·0 コメント

Should we revisit Extreme Programming in the age of AI?

hyperact.co.uk
80 ポイント·投稿者 imjacobclark·10 か月前·72 コメント

コメント

imjacobclark
·7 か月前·議論
not quite, just the runtime above the os layer
imjacobclark
·7 か月前·議論
Owning your runtime is not about developer experience at the scale of Claude Code, it’s about your execution-surface area and the control you have over it.

Agentic systems are no longer just model-driven — they are increasingly runtime-driven through tools, sandboxes, and orchestration layers. When agents are writing code, executing tests, calling external tools, and validating outcomes, the reliability of the entire system becomes a function of the runtime and environment, not just the model.

Controlling the runtime gives Anthropic vertical control across:

- Packaging and distribution - Execution semantics - Performance characteristics - Security surface area - Operational stability

Of course, owning a JavaScript runtime does not magically make runtime deterministic. The dominant sources of variability still sit lower in the stack: OS behaviour, native dependencies, filesystem semantics, scheduling, hardware differences, and network effects. Runtime ownership is necessary, but not sufficient, for true runtime determinism.

What this does signal is a strategic shift in where value is being captured.

Model capability is no longer the only critical layer.

The execution plane is becoming just as strategic too, can see this in ChatGPT 5’s dynamic model routing capability as well as ecosystem wide Tool Calling and MCP adoption, which are all aimed at increasing LLM determinism through traditional software stacks.

Vertical integration here looks far less like a tooling move and far more like a control-plane strategy: consolidate the stack, reduce dependency entropy, and shrink the surface area where behaviour can diverge.

Intelligence may live in the model, but reliability, scalability, and trust are increasingly properties of the system that executes it.
imjacobclark
·8 か月前·議論
Now I need to grab my PS1 from the attic and give this a play!
imjacobclark
·10 か月前·議論
Agreed, we’ve come a long way since the dogmatic agile of the 90s, and maybe I could be more explicit that this is about introspecting how you’re delivering software (now AI-enabled workflows are everywhere) to decrease the probability of only increasing output (rather than increasing the probability of outcomes) for your users… XP is a good place to start (but not necessarily end).
imjacobclark
·10 か月前·議論
100%
imjacobclark
·10 か月前·議論
Yeah, much of XP has just been integrated into modern workflows (for the better!), really getting this out there as a call to arms for folks to _think_ before they churn out 1000s of lines of code with an LLM and ship without thought!

From your perspective, which bits of XP would you consider weird?