A great summary of the current geopolitical and macroeconomic environment, and how to navigate it from an investment perspective lynalden.com/june-2026-newsl…
One reason I’m transitioning to the role of product engineer. Product engineers are accountable for outcomes, however they get there. I don’t want my value to be tied to specific inputs while AI is reshaping those inputs.
oneusefulthing.org/p/what-it…
Only a handful of registrations again. I'm currently resorting to DMing people directly 😅 I really want to keep this going, but my motivation also only stretches so far 😮
📢 Our next meetup is this Wednesday! Christopher Miller @ccmiller2018 will explore some practical use cases of Event Sourcing and show us different ways to introduce the pattern into existing codebases.
📅 Details and registration 👇
meetup.com/php-sussex/events…#php
Very excited, honoured and proud to welcome the one and only @aarondfrancis to the @laravelliveuk stage! 🎉
If you've ever learned something from Aaron (who hasn't?!?), you know why this is a big deal.
Come see him live.
🎟️ Get your tickets now → laravellive.uk/
Early feedback on Opus 4.8: it seems to be way less assuming overall, which is definitely a good thing
ALT Screenshot of a terminal session that reads:
"User: Looks like bumping up the memory may have fixed it. Monitoring for now. Do 1. only
Model: Before I edit the plan table, I need the actual values you provisioned so it matches production — I shouldn't guess numbers into a plan you're executing from."
I'm finally using a task tracker for PixelWatcher (I was using a notebook until now 😅). I settled on GitHub Issues, since I'm already using GitHub anyway, and I don't feel the need for something like Linear at the moment. Claude can talk to GitHub via `gh`, which is good enough.
Anyone following the AI space has come across the term "evals", usually in the context of training models. But what do evals look like on the application side? This article covers why I ended up needing them for PixelWatcher, and how I implemented them: yellowraincoat.co.uk/blog/wh…
I ate one almond the other day. Then I felt bad about the water usage, so I thought to myself - well I just won’t make the next 15,000 AI queries I was planning on making
Pretty neat and straight-to-the point explainer of the difference between jobs, actions and services, with good examples. Only thing I would change is make the action invokable medium.com/@radenadri/servic…
📢 Our next event is up! On Wednesday 10 June, Christopher Miller @ccmiller2018 will show us how to time travel through Event Sourcing 🔮
📅 Details and registration 👇
meetup.com/php-sussex/events…#php
Just ended a Claude Code session (Opus 4.7 xhigh) that lasted a couple of weeks. I can't say I noticed any performance degradation. Multiple compaction rounds kept the context relevant enough (my main reason for keeping it alive), and multi-step workflows ran as usual.
Some AI behaviour is funny to observe. Lately, Claude started leaving verbose comments. I ignored it for a while, then it seemingly picked up on its own habit and doubled down, leaving even longer comments in more places. A benign example, but also a reminder to stay vigilant 👀