Auto-no-mation & AI should be the next DevOps hype


Hi!

Autonomation is a concept coined at Toyota production. The Japanese word is Jidoka.

The idea is, that automation is implemented to break when abnormality is observed. The implementation discussed supervisory functions that monitor any such behaviors. When one do arise, it needs to be handled manually, the condition requires improvement before it restarts.

Without diving too deep into the concept, this made me rethink every automation I have today as part of work / side projects. Can my automation handle failures? Will these failures be discovered? If they would, am I confident this will be in time?

When viewing automation this way, the trust in the process grows, and its creators are still involved as an integral part throughout its lifetime.

While ingenious, it leaves me to think whether the human component here will soon be replaced by an AI model. At least as far as application goes, many models are already fully skilled to fix bugs and handle testing. Humans will not be eliminated, but their involvement can be largely decreased.

And finally, if I combined the two concepts above - autonomation + AI, this creates all types of services, solutions and improvements I think about, and am planning to implement and built this year!

With that in mind,

Have a great 2024. May it be better than 2023 in every way ( the bar isn't too high).

Have a great weekend


My favorite discoveries this week:

Remember “just”? The Make alternative in Rust? Well here’s “Task”!

  • Remember “just”? The Make alternative in Rust? Well here’s “Task”: https://taskfile.dev/
  • Every once in a while I find myself creating a visually pleasing code snippet. For a demo, a slide, or a video.This tool creates beautiful, customizable snippets ❤️: https://ray.so

You can find me on other channels as well


📺 : ​https://www.youtube.com/@devopstoolbox​
🎤 : ​https://topeaks.buzzsprout.com
✍️ : ​https://omerxx.com


ESPRESSO FRIDAYS

Every once in a while I send hand picked things I've learned. Kind of like your filter to the tech internet. No spam, I promise!

Read more from ESPRESSO FRIDAYS

Thank you to our sponsors who keep this newsletter free to the reader: Aikido is your no-nonsense DevSecOps platform. One central system that shows you what matters and how to fix it, from code to cloud. So you can get back to building. Try Aikido today! We’ve all been there – that heart-stopping moment when you realize you’ve accidentally exposed sensitive information. Today, I’m sharing a personal story and introducing a tool that could save you from a similar nightmare. The Nightmare...

Hi friends! Today we’re diving deep into improving your terminal history management. Exploring techniques that can transform your command line experience from frustrating to fluid. Whether you’re a CLI novice or a terminal titan, these methods will boost your productivity and smoothen your workflow. To do that, we’ll explore three levels of terminal command management, from basic to advanced. Not actually running on my phone 😅 1. Basic: Built-in (mostly unused) tooling: Even without...

Hi friends, Tmux is a fantastic tool for managing terminal sessions, but it has its limitations. One major drawback is the lack of a floating pane feature, which can make navigating between different panes cumbersome and inefficient. Me frustrated with Tmux lack of floating panes while Zellij is killing it... Most users workaround this by creating new Tmux windows or panes, or by using hidden splits to zoom in and out. These methods work but can be inefficient and require many keystrokes,...