HackerTrans
TopNewTrendsCommentsPastAskShowJobs

imjacobclark

no profile record

Submissions

Understanding data sovereignty and jurisdictional risk

hyperact.co.uk
3 points·by imjacobclark·24 hari yang lalu·0 comments

7 Levels of AI-Assisted Development

hyperact.co.uk
1 points·by imjacobclark·6 bulan yang lalu·0 comments

Product engineering teams must own supply chain risk

hyperact.co.uk
1 points·by imjacobclark·7 bulan yang lalu·0 comments

Interviewing for Evidence

dannorth.net
2 points·by imjacobclark·8 bulan yang lalu·0 comments

Taking Jaggedness Seriously

helentoner.substack.com
1 points·by imjacobclark·8 bulan yang lalu·0 comments

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

writethat.blog
2 points·by imjacobclark·8 bulan yang lalu·0 comments

Shipping Progressive Web Apps Everywhere (2020)

bbc.co.uk
4 points·by imjacobclark·8 bulan yang lalu·0 comments

Researchers fine tune their models to search their own parameters

deeplearning.ai
2 points·by imjacobclark·8 bulan yang lalu·0 comments

What's the point of learning functional programming?

blog.daniel-beskin.com
7 points·by imjacobclark·8 bulan yang lalu·0 comments

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

oneknightinproduct.substack.com
1 points·by imjacobclark·8 bulan yang lalu·0 comments

How revenue decisions shape technical debt

hyperact.co.uk
3 points·by imjacobclark·8 bulan yang lalu·0 comments

[untitled]

1 points·by imjacobclark·8 bulan yang lalu·0 comments

[untitled]

1 points·by imjacobclark·8 bulan yang lalu·0 comments

[untitled]

1 points·by imjacobclark·8 bulan yang lalu·0 comments

[untitled]

1 points·by imjacobclark·9 bulan yang lalu·0 comments

Optimise for continuous change, not modernisation or legacy

hyperact.co.uk
3 points·by imjacobclark·9 bulan yang lalu·0 comments

How to align teams and get things done

hyperact.co.uk
2 points·by imjacobclark·9 bulan yang lalu·0 comments

Essential books for modern technology leaders

hyperact.co.uk
3 points·by imjacobclark·10 bulan yang lalu·0 comments

Should we revisit Extreme Programming in the age of AI?

hyperact.co.uk
80 points·by imjacobclark·10 bulan yang lalu·72 comments

comments

imjacobclark
·7 bulan yang lalu·discuss
not quite, just the runtime above the os layer
imjacobclark
·7 bulan yang lalu·discuss
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 bulan yang lalu·discuss
Now I need to grab my PS1 from the attic and give this a play!
imjacobclark
·10 bulan yang lalu·discuss
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 bulan yang lalu·discuss
100%
imjacobclark
·10 bulan yang lalu·discuss
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?