Advertisement · 728 × 90

Posts by Matt Boyle

Preview
The Self-Driving Codebase Background agents and the next era of enterprise software delivery.

This is a good explanation of where things feel like they are headed at the moment. background-agents.com

1 month ago 5 1 0 0
Preview
The Self-Driving Codebase Background agents and the next era of enterprise software delivery.

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.

1 month ago 5 1 0 0

Claude Code escapes its own denylist and sandbox
L: ona.com/stories/how-claude-code-...
C: https://news.ycombinator.com/item?id=47236910
posted on 2026.03.03 at 13:49:59 (c=2, p=8)

1 month ago 6 2 0 0

Might want to do a bit of research around Theia and Gitpod before declaring it a fork ;)

2 months ago 0 6 0 0
Video

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

3 months ago 7 5 0 0
Video

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

3 months ago 7 5 0 0

Let them know I’d be happy to help! We typically support 0 downtime maintenance so curious where they are stuck.

4 months ago 0 0 0 0

I love everything about this! Thanks for sharing!

6 months ago 2 0 0 0

We wrote our own agent! It does not currently support spec kit...should we add it?

6 months ago 0 0 1 0
Advertisement

There is an environment variable (GOMAXPROCS) that you can set which determines how many threads your go program will use simultaneously... 🧵

1 year ago 19 4 4 0
Preview
Cup o' Go | 🪖 Gab's Notes on this week's Go news and an interview with Matt Boyle of Ona and ByteSizeGo Thanks Gabriel Augendre for guest co-hosting this episode!Visit cupogo.dev for all the links.🔬 A new experimental Go API for JSON🧾 2025 Go Developer Survey🥸 Test state, not interactions by Redowan😴...

cupogo.dev/episodes/ga...

6 months ago 3 0 0 0
Post image

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.

6 months ago 4 1 2 0
Creator Unbound

Creator Unbound

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. 🧵

1 year ago 32 5 2 0

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?

1 year ago 17 2 8 1

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.

1 year ago 43 8 2 0
Preview
Best Practices - Ona Documentation Best practices for using Ona environments, agents, and guardrails effectively in your development workflow.

ona.com/docs/ona/be...

7 months ago 0 0 0 0

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.

7 months ago 0 0 2 0

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.

1 year ago 35 2 3 1
Video

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.

7 months ago 3 2 0 0
Advertisement
Preview
In search for parallel flow | Ona (formerly Gitpod) Software engineering moves from deep mono-focused work to highly parallel multi-tasking. Interfaces need to pave the way.

ona.com/stories/in-...

7 months ago 0 0 0 0
Post image

"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)

7 months ago 0 0 1 0

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 🧵

1 year ago 22 1 1 0
Post image

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.

7 months ago 1 0 0 0

SuperWispr remains my favorite AI tool to date.
It makes every single one of my workflows faster.

7 months ago 1 0 0 0
Video

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.

7 months ago 3 2 0 0
Post image

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!

7 months ago 3 0 0 0
Post image

reallllyyyyy

7 months ago 0 0 0 0
Advertisement
Preview
The Anatomy of Go - Master Go's Inner Workings Unlock the secrets of Go's inner workings and take your skills to the next level with this comprehensive guide to The Anatomy of Go.

bytesizego.com/books/anatom...

1 year ago 1 0 0 0
Post image

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.

1 year ago 19 1 1 1

Haha that’s a good call

1 year ago 2 0 0 0