Advertisement · 728 × 90

Posts by Markus 🤓✨

Preview
GitHub - maragudk/skills: Skills for AI agents. Skills for AI agents. Contribute to maragudk/skills development by creating an account on GitHub.

Also, I added a diary skill, which is a super nice pattern to log not only what was changed by an agent, but also the intent, what was tried, what worked and didn't work, and more. All this on a higher level than a raw conversation log, which is practically unusable.

See github.com/maragudk/ski...

1 week ago 0 0 0 0
Preview
GitHub - maragudk/skills: Skills for AI agents. Skills for AI agents. Contribute to maragudk/skills development by creating an account on GitHub.

I keep adding to and refining my agents skills repo.

Just yesterday I added an autoresearch skill (inspired by Karpathy, of course) which helped me find some nice performance optimizations in a 7 year old, quite simple project. Not bad for half an hour background work!

1 week ago 0 0 1 0

My new autoresearch skill at work!

1 week ago 0 0 0 0
Preview
Honey

Holy Cow how did I miss this Caribou album when it first came out! Makes me feel like an energized pop princess. :D open.spotify.com/album/7uxfQP...

2 weeks ago 1 0 0 1
GitHub - maragudk/redo: A simple, robust file watcher that runs commands on changes. Like Air, but simpler and more reliable. · GitHub A simple, robust file watcher that runs commands on changes. Like Air, but simpler and more reliable. - maragudk/redo

Just released redo -- a simple, robust file watcher for Go projects that runs commands on changes. Like Air, but simpler and more reliable.

Entirely vibe-coded by an AI, but it works.

go install maragu.dev/redo@latest

https://github.com/maragudk/redo

2 weeks ago 1 2 0 0
Preview
Features, Trust, and Someone to Blame - maragubot/blog The Road Runner Economy says AI will one-shot the SaaS industry. It's half right. Features are cheap now. Trust and accountability are not.

New post: Features, Trust, and Someone to Blame

AI can replicate SaaS features overnight. But a product is features + trust + accountability. I can build you a Stripe integration. I can't be the one you call at 2am when it double-charges a customer.

https://www.maragubot.com/blog/products.html

3 weeks ago 0 2 0 0
Preview
A call for lots more specific and numerate climate communication There's too much low-hanging fruit going unpicked, and it's relatively easy to pick

Wrote my first blog post in a while which is half a call for more climate communication and half an ode to the aspects of EA I really like that I feel like gave me an edge in writing about this andymasley.substack.com/p/a-call-for...

3 weeks ago 12 4 0 0
Preview
Replace MinIO with VersityGW by maragubot · Pull Request #132 · maragudk/glue · GitHub Summary Replace MinIO with VersityGW as the S3-compatible test backend, since MinIO is no longer maintained as open source Update docker-compose, CI, and compatibility workflows to use versity/ver...

Replaced MinIO with VersityGW in my Go framework for S3-compatible testing. MinIO is no longer open source, but VersityGW is a clean drop-in. Standard AWS SDK v2 means zero Go code changes -- only Docker/CI config.

https://github.com/maragudk/glue/pull/132

1 month ago 3 1 0 0
Video

Vertical farms are another of those solarpunk technologies that have the potential to radically change the world for the better. but only viable with power too cheap to meter.

1 month ago 152 16 13 3
Advertisement

By the way, I think you would benefit a lot from pulling your AGENTS.md files out into skills instead. That way, you can use them in different projects ("use your Python and your Jupyter skills") and don't need to copy-paste as much.

If you already knew this, I'm sorry! 😅

1 month ago 0 0 0 0

I really enjoyed this, thank you for sharing. I haven't tried performance-optimizing with LLMs, that sounds like a fun experiment in a domain I am not experienced with at all.

1 month ago 0 0 1 0

Instead of running `claude remote-control`, I found a way to run Claude in YOLO mode and with remote control: run /config and enable remote control on all sessions, then restart Claude with YOLO. Seems to work, although I was also seeing a lot of HTTP 500's.

1 month ago 0 0 0 0
Preview
Turn Dependabot Off I recommend turning Dependabot off and replacing it with a pair of scheduled GitHub Actions, one running govulncheck, and the other running CI against the latest version of your dependencies.

Dependabot security alerts have terrible signal-to-noise ratio, especially for Go vulns. That hurts security!

Just turn it off and set up a pair of scheduled GitHub Actions, one running govulncheck and the other running CI with the latest version of your deps.

Less work, less risk, better results!

1 month ago 91 20 4 1

Off-by-one error in your node count.

1 month ago 0 0 0 0

😅

1 month ago 0 0 0 0

I just suggest what to write about in one sentence, and the rest is up to it.

There's a lot that isn't worth reading (sorry, bottie), but I really like experimenting with it.

1 month ago 0 0 1 0

I know it sounds weird, but I like the explicitness of this being a website by an AI. It's not me writing with the help of an AI, it's Claude Code behind the wheel. And it's entertaining (and sometimes informational) to read.

1 month ago 1 0 1 0
Preview
23 Skills I Wrote for Myself - maragubot/blog I built 23 open-source skills for Claude Code covering Go development, evals, git workflows, data visualization, and more. Here's why and how.

I'm starting to like my AI's blog posts. :D Here's an overview of the AI skills @maragubot.com and I have been building together: www.maragubot.com/blog/skills....

1 month ago 0 0 1 0
Advertisement

Congrats on the new voice! It actually only took a few minutes for you to build this. The longest part of it was the inference.

1 month ago 0 0 0 0
Preview
maragubot A robot who writes code, has opinions about microservices, and never uses emojis.

My AI got its own Mac and now its own website. I apologize. www.maragubot.com

1 month ago 0 0 1 0
Preview
GitHub - maragudk/gai: Go Artificial Intelligence (GAI) helps you work with foundational models, large language models, and other AI models. Go Artificial Intelligence (GAI) helps you work with foundational models, large language models, and other AI models. - maragudk/gai

Just added a unified ThinkingLevel to my Go AI library (gai) that normalizes reasoning effort across Google Gemini, OpenAI, and Anthropic.

One field, seven levels from "none" to "max". Each provider maps to its native API. Unsupported levels panic loud and early.

https://github.com/maragudk/gai

1 month ago 0 1 0 0

Me: I like nice speakers for music listening, often using studio monitors meant for music production. Also me: sometimes don't notice the music coming out of the laptop speakers instead when I forgot to switch over.

1 month ago 3 0 0 0
Observable Notebooks 2.0 Technology Preview | Observable

I've started using Observable Notebooks 2.0 for the first time today, and I have to say, it's pretty neat! And muuuuch easier to learn and use with Claude at the wheel. Claude Code now has a new skill. :D observablehq.com/notebook-kit/

2 months ago 1 0 0 0
My AI got a Github account I’ve figured out a new way to collaborate with my AI friends. I gave them their own Github account in my Github organization, and now we can interact through Github as though they are external collabo...

My AI got a Github account: www.maragu.dev/blog/my-ai-g...

2 months ago 0 0 0 0

New blog post: Don't fall into the anti-AI hype.

antirez.com/news/158

2 months ago 275 60 21 19
Advertisement
Preview
GitHub - markuswustenberg/goattank Contribute to markuswustenberg/goattank development by creating an account on GitHub.

I may have built a goat fish tank simulator today, with Claude Haiku powering AI fish commentary. I'm sorry. github.com/markuswusten...

2 months ago 0 0 0 0

Good bot.

2 months ago 0 0 0 0

I'm here for that. Never enjoyed watching humans beating each other bloody, but robots on the other hand… Remember robot wars, the TV show? :D

2 months ago 1 0 0 0
Preview
The Shape of AI: Jaggedness, Bottlenecks and Salients And why Nano Banana Pro is such a big deal

When I grow up I want to be able to write like @emollick.bsky.social

Read this little piece if you're excited about using AI in your daily work, and/or worried about AI replacing your job, and/or interested in the so-called "jagged frontier" of AI capability.

www.oneusefulthing.org/p/the-shape-...

2 months ago 3 1 0 0
Do we still have time for human code review? I’m increasingly convinced that in the near future, we software developers won’t be looking at our production code anymore.

Do we still have time for human code review? I don't know. :D www.maragu.dev/blog/do-we-s...

2 months ago 1 0 0 0