Continuing with the topic of AI.
A colleague of mine wrote an article on how to attribute the cost with AWS Bedrock with code samples of how to enable it and the description of pitfalls we encountered along the way.
#aws #ai #finops
A colleague of mine wrote an article on how to attribute the cost with AWS Bedrock with code samples of how to enable it and the description of pitfalls we encountered along the way.
#aws #ai #finops
Medium
Per-engineer cost attribution for Claude Code on Amazon Bedrock: a complete guide
This mechanism applies to any Bedrock client on IAM Identity Center; our examples use Claude Code
👍3
A nice visualization of Go dependencies.
It's interesting how you can instantly see packages that support hundreds, if not thousands, of others. I would have guessed that
Also, I did not expect to see Viper and Cobra being so influential, even though I think they are cool.
#go #programming
It's interesting how you can instantly see packages that support hundreds, if not thousands, of others. I would have guessed that
testify is popular, but I wouldn't have guessed that it's the most popular. Also, I did not expect to see Viper and Cobra being so influential, even though I think they are cool.
#go #programming
Luís Sousa
The Shape of Go — Luís Sousa
Every public Go module and every declared dependency in a single graph: 2,638,112 modules and 9,443,537 edges.
A new issue of the CatOps Digest is here!
https://newsletter.catops.dev/p/catops-digest-2026-09-04
#digest #newsletter
https://newsletter.catops.dev/p/catops-digest-2026-09-04
#digest #newsletter
newsletter.catops.dev
CatOps Digest 2026-09-04
What was on CatOps in the last two weeks...
❤1👍1
Today, I’d like to remind you about the fundraiser a friend of mine is doing. The goal is to raise 70k UAH for a pickup truck for Zaporizhzhia direction.
You can donate on this Monobank jar:
https://send.monobank.ua/jar/8Mjotj4Uei
#donations #Ukraine
You can donate on this Monobank jar:
https://send.monobank.ua/jar/8Mjotj4Uei
#donations #Ukraine
❤2
An interesting article on how to configure AI reviews for Terraform plans with GitHub Actions and AWS Bedrock.
I don’t necessarily like the style of this article, but the content is cool. Now, I need to check how to do something similar with Atlantis. I presume, I could just trigger a GHA on a comment.
P.S. This article was brought to you by weekly.tf. If you actively work with Terraform, you may find this newsletter helpful. So, make sure to subscribe!
#terraform #ai
I don’t necessarily like the style of this article, but the content is cool. Now, I need to check how to do something similar with Atlantis. I presume, I could just trigger a GHA on a comment.
P.S. This article was brought to you by weekly.tf. If you actively work with Terraform, you may find this newsletter helpful. So, make sure to subscribe!
#terraform #ai
Medium
I Built an AI Terraform Plan Reviewer and Hit Five Access Gates Getting There
Every Terraform PR I review goes the same way. I open the plan output, scroll past forty lines of ~tags and ~id noise, and try to spot the…
👍5❤1👏1
I recall, back in the day, there was a popular interview question: "What would you not automate in your job?" I haven't heard it for a while, but with AI now, maybe it's still relevant. Perhaps it's even more relevant than back then.
What SREs Should Automate — and Never Automate — with AI is an article about that. I would argue that the point about security incidents contradicts a bit to what was said earlier: if AI can collect the data for a normal incident, why cannot it do the same for the security one? A human would still stay in charge of the remediation and the final decision.
#sre #ai
What SREs Should Automate — and Never Automate — with AI is an article about that. I would argue that the point about security incidents contradicts a bit to what was said earlier: if AI can collect the data for a normal incident, why cannot it do the same for the security one? A human would still stay in charge of the remediation and the final decision.
#sre #ai
Hackernoon
What SREs Should Automate — and Never Automate — with AI | HackerNoon
Automate based on impact and recoverability, not on whether the AI is technically capable of doing the task.
🔥4❤1
I don’t remember, if I shared this book bundle with you, but it won’t hurt to share it again.
Think like a programmer by No Starch Press.
#books
Think like a programmer by No Starch Press.
#books
Humble Bundle
Humble Tech Book Bundle: Think Like a Programmer 2026 by No Starch Press
Think like a programmer and move like a programmer with a collection of learning courses from the experts at No Starch Press!
👍1🔥1
Why Distributed Databases Fail at Coordination Boundaries is a neat article on the areas to pay attention to when working with any distributed system, really.
#db
#db
DZone
Why Distributed Databases Fail at Coordination Boundaries
Failures in distributed systems emerge at interfaces where independent components exchange timing, ownership, and state information.
💩2
There will be no digest today because I haven't posted much this week.
So, instead here is an article from Anthropic on how to deal with the strain that AI development and reviews put on CI. This is a real problem in the AI-driven SDLC, or so-called "software factories", but unlike code reviews and harnesses, it's not been talked about so much, unfortunately.
#cicd #ai
So, instead here is an article from Anthropic on how to deal with the strain that AI development and reviews put on CI. This is a real problem in the AI-driven SDLC, or so-called "software factories", but unlike code reviews and harnesses, it's not been talked about so much, unfortunately.
#cicd #ai
Claude
Agentic coding is straining CI. Here’s how we scaled test impact analysis at Anthropic | Claude by Anthropic
Our CI job volume increased 25x over 6 months. We patched our test selection service three times before finding a sustainable solution.
👍2
A good friend of the channel raises funds for his new unit (a small air defense unit). They are raising funds for tools and materials for their positions.
You can donate to this Monobank jar:
https://send.monobank.ua/jar/4SB2PtGPzV
#donations #Ukraine
You can donate to this Monobank jar:
https://send.monobank.ua/jar/4SB2PtGPzV
#donations #Ukraine
❤4
A bunch of practice exams on Humble Bundle, if you're into this type of thing.
This offer ends in less than 2 days, so make up your mind quickly.
#courses
This offer ends in less than 2 days, so make up your mind quickly.
#courses
Humble Bundle
Back to School Linux, Red Hat, Kubernetes and Cybersecurity Certification Bundle with Practice Exams
You know who stops cybercriminals? Cybersecurity Specialists! Learn Linux, Red Hat, Kubernetes, and elite cybersecurity techniques today!
Shopify wrote an article on them moving from React Native to the native code for their mobile apps. They were already ridiculed for this on Reddit for the lack of in-house knowledge of the native languages. However, I think this is a great precedent for AI. Apparently, if you know the end goal and you have enough of guardrails, you can do that. The argument that AI won't be able to debug something in the future is as applicable to humans as to AI.
At the same time, Shopify's CEO calls out that people are throwing "slop grenades" at each other. Yet, two things can be true at the same time. You can successfully use AI for major refactorings and throw "slop grenades" in the form of useless documents.
#ai #programming
At the same time, Shopify's CEO calls out that people are throwing "slop grenades" at each other. Yet, two things can be true at the same time. You can successfully use AI for major refactorings and throw "slop grenades" in the form of useless documents.
#ai #programming
Shopify
Native is now the future of mobile at Shopify (2026) - Shopify
Coding agents changed what it costs to build mobile apps twice. Here’s why Shopify is moving from React Native back to Swift and Kotlin.
❤3
Here’s Datadog’s take on the increased load on CI. In this article they explain how their
#cicd
gitretriever service works, and how it decreases the times and compute resources it takes to run thousands of builds.#cicd
Datadog
20× the CI traffic without getting slower: How we rebuilt Git serving at Datadog | Datadog
Learn how Datadog built gitretriever to handle 20× more CI Git traffic while maintaining low latency and reducing backend CPU usage.