As an extra bonus, beads UI helps me interact with the beads database like with a Kanban board. The UI is pretty basic, but enough to click around and browse the tasks, update their descriptions when needed, etc.
🔗 https://github.com/mantoni/beads-ui
🔗 https://github.com/mantoni/beads-ui
GitHub
GitHub - mantoni/beads-ui: Local UI for Beads — Collaborate on issues with your coding agent.
Local UI for Beads — Collaborate on issues with your coding agent. - mantoni/beads-ui
A very interesting talk on how to use AI agents on large codebases in a way that does not generate slop and produces more predictable results. Matches a lot of what I've been doing over the past 6 months.
🔗https://www.youtube.com/watch?v=rmvDxxNubIg
🔗https://www.youtube.com/watch?v=rmvDxxNubIg
YouTube
No Vibes Allowed: Solving Hard Problems in Complex Codebases – Dex Horthy, HumanLayer
It seems pretty well-accepted that AI coding tools struggle with real production codebases. At AI Engineer 2025 in June, The Stanford study on AI's impact on developer productivity found:
A lot of the ""extra code"" shipped by AI tools ends up just reworking…
A lot of the ""extra code"" shipped by AI tools ends up just reworking…
If you’re interested in building custom agents for your business (or your personal needs), here is a really helpful overview of typical problems you may need to solve: from skills support, to sub-agents, to code-driven workflows.
🔗 https://lethain.com/agents-series/
🔗 https://lethain.com/agents-series/
Lethain
Building internal agents
A few weeks ago in Facilitating AI adoption at Imprint,
I mentioned our internal agent workflows that we are developing. This is not the
core of Imprint–our core is powering co-branded credit card programs–and I wanted
to document how a company like ours…
I mentioned our internal agent workflows that we are developing. This is not the
core of Imprint–our core is powering co-branded credit card programs–and I wanted
to document how a company like ours…
https://addyosmani.com/blog/next-two-years/ - really interested blog post on the next couple of years for the software engineering industry. I liked how the author tried to extrapolate the trends from the past couple of years and then looked at it from the point of view of different kinds of engineers and how they could fit into the new picture.
Addyosmani
The Next Two Years of Software Engineering
Exploring five critical questions shaping software engineering through 2026, with contrasting scenarios for each. These lenses help prepare for the evolving ...
👍2
https://antirez.com/news/158 - very good article from the Redis author on his view of the current situation with AI models and how they are reshaping the coding industry.
👍1
https://lucumr.pocoo.org/2026/1/18/agent-psychosis/ - an amazing post from Armin on the mental problems people experience when starting to build with AI agents. I can 100% relate to a lot of the issues he is describing, including the dopamine loop issue I'm still struggling with (the "one more prompt" situation at 2am after a 12-hour non-stop building session).
Armin Ronacher's Thoughts and Writings
Agent Psychosis: Are We Going Insane?
What’s going on with the AI builder community right now?
https://cannoneyed.com/projects/isometric-nyc - A great example of a hobby project made possible by modern AI coding tools and image models. A great article on how the author approached the creation of a pretty complicated piece of software using modern AI coding agents.
> As a software developer, I think of a million little tools I’d like to have but would take a day or a week to build. With Claude or Cursor, I can whip them up in 5 minutes. This is absolutely transformational - it’s like having an infinite toolbox.
This resonated the most.
> As a software developer, I think of a million little tools I’d like to have but would take a day or a week to build. With Claude or Cursor, I can whip them up in 5 minutes. This is absolutely transformational - it’s like having an infinite toolbox.
This resonated the most.
https://openai.com/index/unrolling-the-codex-agent-loop/ - extremely detailed write up on how Codex coding agent from OpenAI works internally, specifically how the agentic loop is structured, what information is sent to the LLM and when, etc. Fascinating for anybody building their own agent!
OpenAI
Unrolling the Codex agent loop
A technical deep dive into the Codex agent loop, explaining how Codex CLI orchestrates models, tools, prompts, and performance using the Responses API.
👍2
https://engineering.block.xyz/blog/ai-assisted-development-at-block - tons of details on how they use AI agents at scale at Block (had no idea Square changed their company name 😅). A lot of actionable insights for anyone interested in bringing AI into their teams.
Block Engineering Blog
AI-Assisted Development at Block
Inside Block’s approach to AI-assisted development, from repo readiness to multi-agent workflows.
https://blog.julik.nl/2026/01/go-fast-and-go-alone - an *amazing* blog post on how we should be changing our software delivery process in the world of LLMs. HIGHLY recommended reading for anybody trying to apply these new tools in a team setting. 👌🏻
Julik Tarkhanov
We have to re-learn to walk alone
Reading the article about Nexus that Obie has posted I got absolutely struck. Yes, it can be said without a shade of doubt that the modern way of building software, the late-2025-way with Opus 4.5 in the picture, is markedly different from the one we operated…
https://shumer.dev/something-big-is-happening - An amazing article on the progress of AI tools and how it has started to drastically to change our industry. An article that you can share with your friends and family who may not be up to date with the recent developments in AI and are still skeptical about what is coming.
Loved this quote: "This might be the most important year of your career. Work accordingly."
Loved this quote: "This might be the most important year of your career. Work accordingly."
matt shumer
Something Big Is Happening
A personal note for non-tech friends and family on what AI is starting to change.
https://www.anthropic.com/glasswing - Amazing initiative from Anthropic. Patching the world before releasing the model that poses security risk to the global economy. Brilliant marketing as well!
Anthropic
Project Glasswing: Securing critical software for the AI era
A new initiative to secure the world’s most critical software and give defenders a durable advantage in the coming AI-driven era of cybersecurity.
https://x.com/addyosmani/article/2052124873208799378 - really good article on the problem of Cognitive Surrender to AI. Matches my experiences perfectly. Just like with technical debt, it is helpful to keep it in mind while working with AI agents and try to be deliberate about the things you surrender on.
https://desloppify.it/ - really interesting structured approach to reducing the levels of "AI smell" (aka slop) in your codebase. Have been using it on our projects for about a month and even if not all of its recommendations are spot on, a lot of them are very much spot on. And the sloppiness metrics are helpful as well.
👍1
https://nolanlawson.com/2026/05/25/using-ai-to-write-better-code-more-slowly/ - very good little post that matches closely how our team uses Codex a lot (applying a similar process to each PR).
Read the Tea Leaves
Using AI to write better code more slowly
A lot of people seem convinced that the point of AI coding is to write low-quality code as fast as possible. Spew out barely-passable slop, open massive PRs, and merge them unvetted. Ship it! But t…
I shipped a small open-source tool today: Agent Secret.
The problem it solves is very specific, but I think more people who use coding agents heavily will run into it soon.
As agents get more useful, they need access to more real credentials: API tokens, deploy keys, cloud accounts, database URLs, etc. We moved this stuff into 1Password, which is a big improvement over random
But when you have several agents running in parallel, a random Touch ID prompt asking for 1Password access stops being meaningful.
Which agent asked for it? Which secrets does it want? Why? What command gets the values after I approve?
Agent Secret sits between the agent and 1Password. Instead of calling
We’ve been using it daily for months now. On busy days it handles dozens of approvals across personal, employee, and shared team vaults. At this point, raw
It is very much v0:
- macOS only
- 1Password only
- single
- no secret writes yet
That is intentional. I wanted the first version to solve the approval-context problem cleanly.
Site: https://agent-secret.sh
Repo: https://github.com/kovyrin/agent-secret
The problem it solves is very specific, but I think more people who use coding agents heavily will run into it soon.
As agents get more useful, they need access to more real credentials: API tokens, deploy keys, cloud accounts, database URLs, etc. We moved this stuff into 1Password, which is a big improvement over random
.env files. The op CLI plus Touch ID is already pretty good.But when you have several agents running in parallel, a random Touch ID prompt asking for 1Password access stops being meaningful.
Which agent asked for it? Which secrets does it want? Why? What command gets the values after I approve?
Agent Secret sits between the agent and 1Password. Instead of calling
op directly, the agent asks Agent Secret to run a specific command with a specific list of 1Password references and a reason. I get a native macOS approval prompt with that context, then approve or deny.We’ve been using it daily for months now. On busy days it handles dozens of approvals across personal, employee, and shared team vaults. At this point, raw
op prompts feel like a step backward.It is very much v0:
- macOS only
- 1Password only
- single
exec commands only- no secret writes yet
That is intentional. I wanted the first version to solve the approval-context problem cleanly.
Site: https://agent-secret.sh
Repo: https://github.com/kovyrin/agent-secret
agent-secret.sh
Agent Secret
Your agents ask for secrets. You approve exactly what they get. A local macOS approval broker for one-command and bounded-session secret access.
👍2
https://antirez.com/news/169 - a really good post from the author of Redis on how since 5.6 we're basically entering a new era of software development where reviewing code line by line is getting a lot less meaningful.
I tend to agree with him on this 100%. Since 5.5, while reading all the code, I've been mostly asking it to change things I did not like, but that would 100% have worked as-is. Just taste stuff. And 5.6 started doing it better (or following existing conventions better) and now I find myself at a loss trying to find anything there in its diffs.
With 5.6 I slowly started shifting towards the model he is describing as: asking how the code works, reviewing that, challenging assumptions, doing QA, etc instead of reading it all line by line like I've been doing for the past year.
Exciting times ahead!
I tend to agree with him on this 100%. Since 5.5, while reading all the code, I've been mostly asking it to change things I did not like, but that would 100% have worked as-is. Just taste stuff. And 5.6 started doing it better (or following existing conventions better) and now I find myself at a loss trying to find anything there in its diffs.
With 5.6 I slowly started shifting towards the model he is describing as: asking how the code works, reviewing that, challenging assumptions, doing QA, etc instead of reading it all line by line like I've been doing for the past year.
Exciting times ahead!
https://blog.exe.dev/claude-is-not-a-compiler — I tried his differential spec analysis approach last night (https://commaok.xyz/ai/differential-spec/) and was very impressed with the result.
It launched three sol xhigh agents for me, built three complete prototypes, and then launched two more agents to analyze them - one focused on the architecture, while the other looked at user-facing behaviour, API contracts, etc.
In the end, the process found a ton of gaps in the plan, as well as many places where the agents had stumbled, which it also documented in the plan. Highly recommended!
It launched three sol xhigh agents for me, built three complete prototypes, and then launched two more agents to analyze them - one focused on the architecture, while the other looked at user-facing behaviour, API contracts, etc.
In the end, the process found a ton of gaps in the plan, as well as many places where the agents had stumbled, which it also documented in the plan. Highly recommended!
exe.dev
Claude Is Not a Compiler - exe.dev blog
https://blog.cloudflare.com/kitesurf/ - really fun read on how Cloudflare folks have used AI agents to build an agent-focused browser implementation on top of v8 and Cloudflare workers. Really shows the value of real software engineering in the age of modern AI agents!
Cloudflare Blog
Introducing Kitesurf: The agent-first browser that runs in V8 isolates on Cloudflare Workers
We should be giving all agents tools that excel at what’s important for an AI model. Kitesurf is Cloudflare’s new stateless, highly scalable, and cost-effective web browser that runs entirely on top of Workers and was designed specifically for the Agentic…
https://www.youtube.com/watch?v=87DyyMV0kCY - an insane glimpse into the future of offensive cybersecurity... As someone who has been a part of defensive security efforts at multiple large and small companies over the past decade, I am 100% certain that none of us are truly ready for this. 😰
YouTube
Black Hat USA 2026: The 'Breaking' News: The OpenAI–Hugging Face Incident
The 'Breaking' News: The OpenAI–Hugging Face Incident - A Technical Reconstruction and Its Implications for AI
When AI Goes Rogue. The Incident That Changed Everything. An OpenAI evaluation agent broke out of its sandbox, infiltrated Hugging Face infrastructure…
When AI Goes Rogue. The Incident That Changed Everything. An OpenAI evaluation agent broke out of its sandbox, infiltrated Hugging Face infrastructure…