Urgent.News

What's breaking now, across thousands of outlets.

Tech

Making agent approvals easier to live with

A guardrail becomes difficult to keep enabled when every interruption sends you looking for a phone or typing another code. I've experienced that friction using coding agents, and I've been working on the ways Doberman asks for a decision and helps you recover afterward. There are several changes worth trying together. They solve different parts of the workflow, so it helps to know where each one…

We haven't written up this one. Dev.to has the full story — the link below goes straight to it.

Read the original at dev.to →

More in Tech

PWC 391 Median Boxes

The first task asks us to combine sorted arrays and find the median, and the second asks us to combine boxes by stacking them inside each other. I feel the urge to merge.

  • Merge boxes by stacking them inside one another
  • Calculate median of combined sorted arrays
  • Median is middle element for odd total

More from Thursday 17 September →