⚡OpenAI will acquire Ona, a cloud development environment company to add secure, persistent cloud execution to Codex, allowing agents to keep working beyond a single session and supporting enterprise deployments alternativeto.net/news/2026/6...
Matt Boyle
@mattboyle.bsky.social
Head of Product Engineering @ ona.com
looking forward to the Background Agents summit to learn more background-agents.com/summit
Background Agents Summit
Talks from leading practitioners building agent infrastructure — plus facilitated workshops to define the background agent stack. Free and virtual.
background-agents.com
This is a good explanation of where things feel like they are headed at the moment. background-agents.com
The Self-Driving Codebase
Background agents and the next era of enterprise software delivery.
background-agents.com
The Self-Driving Codebase background-agents.com Now, agents run autonomously across thousands of repos in the background. This trend is already in motion at companies like Stripe, who recently published about their Minions platform, Ramp, and Spotify.
The Self-Driving Codebase
Background agents and the next era of enterprise software delivery.
background-agents.com
Claude Code escapes its own denylist and sandbox L: https://ona.com/stories/how-claude-code-escapes-its-own-denylist-and-sandbox C: https://news.ycombinator.com/item?id=47236910 posted on 2026.03.03 at 13:49:59 (c=2, p=8)
I have been working on something new - a fun way to learn the Go programming language. If you want to be one of the first to give it a try, you can join the waitlist here: www.bytesizego.com/goflow-landing
I have been working on something new - a fun way to learn the Go programming language. If you want to be one of the first to give it a try, you can join the waitlist here: www.bytesizego.com/goflow-landing
There is an environment variable (GOMAXPROCS) that you can set which determines how many threads your go program will use simultaneously... 🧵
People are often surprised that both Ona (formerly Gitpod) agents and our platform are built in Go, not Python. The advantages are real, and I think we’ll see more and more companies making the same choice. I talk about this (and a lot more) on the latest episode of the Cup O’ Go podcast.
For most of us, garbage collection is something we have heard of but never need to pay attention to.However, one of the reasons Go is so efficient and easy to learn is due to its excellent GC. 🧵
This weekend I vibe coded a tool where you can check if sites were created by vibe coding so you can judge other sites for vibe coding whilst you vibe code. Check it out here: https://vibe-coder-analyzer.pages.dev What's the lowest score you can find?
Here's a thread with a brief history of dependency management in Go. For those of you newer to Go, it might surprise you to know that go modules was not always part of the language. When Go launched in 2009, it did not have any dependency management solution as Google had no need for one.
We sometimes struggle to position Ona, as we built it for parallelism to be at the core of everything you do and you have to feel it to "get it". Our CTO Chris has put together a best practise guide for how to use our platform to get maximum productivity without trading off security.
errGroups are probably my favourite Go package. errGroup makes it really easy to take a bunch of tasks and run them in parallel, making your program faster. They do this whilst keeping your code readable. Here's an example of one of my most common use-cases I asked chatGPT to generate.
I have seen many complex setups and memes about people being able to use Claude Code on the go. Ona Cloud uses Sonnet 4 under the hood, and because our platform is cloud-native, handing off from Laptop to phone is as simple as just going to app.ona.com.
"We need new interfaces, new tools that embrace parallelism" Read more about how we designed Ona for parrallism to be at the core (link below)
You have probably heard of gRPC if you haven't used it. It is particularly popular for inter-service communication due to its efficiency, language agnostic nature and support out of the box for things like MTLS. Here's a really simple example of how you can get started with gRPC 🧵
We have a Slack channel, #so-many-demos, where we share quick Loom or CleanShot demos of ideas. These demos might not ship, but they spark early sharing and experimentation. With AI making demos nearly free, the goal is clear: create more.
SuperWispr remains my favorite AI tool to date. It makes every single one of my workflows faster.
I have seen many complex setups and memes about people being able to use Claude Code on the go. Ona Cloud uses Sonnet 4 under the hood, and because our platform is cloud-native, handing off from Laptop to phone is as simple as just going to app.ona.com.
Really cool to see Ona mentioned alongside great companies such as OpenAI, Cursor and AMP When working on Ona, we were very tempted to introduce our own standard for Agent Rules, but the old XKCD on standards came to mind. AGENTS.md just makes sense!
We just shipped chapter 4 of The Anatomy of Go! For those who have already purchased the book at the discounted price; simply click the link in the next post to download the latest version free. Chapter 4 adds 100+ new pages and digs into how Structs, Interfaces and Generics work under the hood.
If you could go back in time and show Alan Turing ChatGPT, and he had to guess which year it was released. What would he say?
Wow what a reception! Even Reddit was kind about it, that’s how you know you’re on to something!
Today I'm proud to launch your new favourite Go book in early access! This book will go to a depth not seen before in Go books, and the first three chapters are available right now: www.bytesizego.com/books/anatom...
Today I'm proud to launch your new favourite Go book in early access! This book will go to a depth not seen before in Go books, and the first three chapters are available right now: www.bytesizego.com/books/anatom...
Today I'm proud to launch your new favourite Go book in early access! This book will go to a depth not seen before in Go books, and the first three chapters are available right now: www.bytesizego.com/books/anatom...
If video is more your thing, you can watch me discuss it and generate one for the biggest Go project I could think of; Kubernetes Watch free here: bytesizego.com/lessons/sbom...
Generating A SBOM for Go Apps - ByteSizeGo
bytesizego.com
Short to the point blog this week on: - what is an SBOM? - why should you care? - How to generate one in Go www.bytesizego.com/blog/underst...
Understanding SBOM in Go: Why It Matters and How to Generate One
A deep dive into Software Bill of Materials (SBOM), its importance in Go projects, and how to generate one using CycloneDX.
bytesizego.com
Short to the point blog this week on: - what is an SBOM? - why should you care? - How to generate one in Go www.bytesizego.com/blog/underst...
Understanding SBOM in Go: Why It Matters and How to Generate One
A deep dive into Software Bill of Materials (SBOM), its importance in Go projects, and how to generate one using CycloneDX.
bytesizego.com