Marc Nuri's Avatar

Marc Nuri

@marcnuri.com

I ❤️ FOSS Working on @jkubeio & @fabric8io blog.marcnuri.com github.com/manusa

186
Followers
154
Following
69
Posts
14.09.2023
Joined
Posts Following

Latest posts by Marc Nuri @marcnuri.com

Preview
Fabric8 Kubernetes Client 7.6 is now available! - Marc Nuri Fabric8 Kubernetes Client 7.6 is available! Check out the major changes and learn how you can contribute.

Fabric8 Kubernetes Client 7.6.0 is out! 🎉

✨ Kubernetes 1.35 (Timbernetes) support
✨ New Vert.x 5 HTTP client implementation
✨ OkHttp upgraded to 5.3.2
🐛 TLS, timeout & type erasure fixes

📖 blog.marcnuri.com/fabric8-kube...

03.03.2026 11:20 👍 6 🔁 5 💬 0 📌 0
Preview
AI Coding Agent Dashboard: Orchestrating Claude Code Across Devices - Marc Nuri Learn how I built a real-time dashboard to monitor and orchestrate multiple AI coding agents running in parallel across projects and devices.

The hardest part of running 5-10 AI coding agents in parallel isn't the AI.

It's remembering what's running where.

Wrote the full deep dive on the dashboard I built to fix it:

blog.marcnuri.com/ai-coding-ag...

23.02.2026 14:59 👍 1 🔁 1 💬 0 📌 0

Well, I'm kind of addicted to software development/coding.
If it's not work, it's some side-project or open source project I maintain on my free time. But there's always something on my mind.
On my free time I usually do sports, go out with friends, family...while others check social media I code :)

19.02.2026 12:10 👍 1 🔁 0 💬 1 📌 0

I added more features!

bsky.app/profile/marc...

19.02.2026 11:19 👍 0 🔁 0 💬 0 📌 0
AI Coding Agent Dashboard: Real-Time Monitoring & Remote Terminal Access
AI Coding Agent Dashboard: Real-Time Monitoring & Remote Terminal Access YouTube video by Marc Nuri

Previous video: www.youtube.com/watch?v=CY70...

Curious what you'd add next — what feature would make this even more useful?

19.02.2026 11:19 👍 0 🔁 0 💬 0 📌 0
I Can Now Launch AI Coding Agents from Anywhere - Here's How
I Can Now Launch AI Coding Agents from Anywhere - Here's How YouTube video by Marc Nuri

If you're running several coding agents in parallel, a dashboard like this becomes essential.

Full demo: www.youtube.com/watch?v=Czen...

19.02.2026 11:19 👍 0 🔁 0 💬 1 📌 0

Two more upgrades this week:

• PR-aware sessions — each session card now shows the linked pull request
• Smoother terminal scrolling — rebuilt the scroll pipeline for trackpads and touch

Small details, but they add up fast when you're orchestrating multiple agents.

19.02.2026 11:19 👍 1 🔁 0 💬 1 📌 0

Here's the workflow:

• Tap "spawn" on any device group
• Pick a project
• A terminal opens on that machine with a fresh Claude Code session, ready to work

I can trigger this while commuting and review the results when I sit down.

19.02.2026 11:19 👍 0 🔁 0 💬 1 📌 0

Last week I shared a dashboard for managing multiple AI coding agents.
This week it got the upgrade I've wanted the most: remote session spawning.

I can now launch new Claude Code sessions from any browser, even my phone.
🧵👇

19.02.2026 11:19 👍 0 🔁 0 💬 2 📌 1

This is (still) part of my personal automation platform, it's not publicly available.
If there's enough interest I'll try to extract it into a separate open source project so that others can reuse it or self host it.

12.02.2026 08:30 👍 1 🔁 0 💬 0 📌 0

Not yet, this is part of my personal automation system (for the moment).
If there's peopler interested, for sure, externalizing to its own free open source project is something that may happen.

11.02.2026 17:25 👍 0 🔁 0 💬 0 📌 0
Preview
Boosting My Developer Productivity with AI in 2025 - Marc Nuri How I restructured my software development workflow with asynchronous AI coding agents to dramatically boost developer productivity in 2025.

More context on this workflow in my blog post:
blog.marcnuri.com/boosting-dev...

11.02.2026 16:49 👍 0 🔁 0 💬 1 📌 0
AI Coding Agent Dashboard: Real-Time Monitoring & Remote Terminal Access
AI Coding Agent Dashboard: Real-Time Monitoring & Remote Terminal Access YouTube video by Marc Nuri

This reflects how I think software engineering is evolving.

We're becoming orchestrators: providing guidance, making design decisions, reviewing output—while agents handle implementation in parallel.

Full demo: www.youtube.com/watch?v=CY70...

11.02.2026 16:49 👍 0 🔁 0 💬 2 📌 0

The killer feature: remote terminal access.

I can connect to any session from my browser and interact with it—even if I'm away from the machine running the agent.

WebSocket-based, works anywhere.

11.02.2026 16:49 👍 0 🔁 0 💬 1 📌 0

The dashboard shows all my Claude Code sessions in real-time:

• Which device and project
• Current status (working, idle, needs my input)
• Context usage and tokens
• Git branch and model info

No more guessing what's happening where.

11.02.2026 16:49 👍 2 🔁 0 💬 2 📌 0

I've been running multiple AI coding agents in parallel across different machines.

The problem: it's chaos. I'd forget about sessions and recover them days later.

So I built a dashboard to fix it. Quick demo 🧵👇

11.02.2026 16:49 👍 1 🔁 1 💬 1 📌 0
Preview
Eclipse JKube 1.19 is now available! - Marc Nuri Eclipse JKube 1.19 is available! Check out the major changes and learn how you can contribute.

🚀 New release alert! Eclipse JKube v1.19.0 is out! 🔥

✨ Improved Spring Boot health probes configuration
✨ ECR auth with AWS SDK v2
🐛 Bug fixes & minor improvements

👉 Check my blog post here:

11.02.2026 06:45 👍 0 🔁 0 💬 0 📌 0
Preview
2025 Year in Review: The Year of AI - Marc Nuri Personal reflections on 2025, my sixth year as a Red Hatter, and the year AI transformed my developer workflow.

My 2025 Year in Review is live: The Year of AI.

A look back at the projects, shifts, and highlights of the year.

👉

29.01.2026 07:00 👍 1 🔁 1 💬 0 📌 0
Preview
What is JBang? The Complete Guide to Java Scripting - Marc Nuri Learn what JBang is and how it transforms Java into a scripting language. Complete guide with installation, dependencies, native images, and examples.

My JBang guide was stuck in 2020. Spent the weekend rewriting it from scratch.

Now covers dependency management, native images, Quarkus/Camel integration, and CI/CD workflows.

blog.marcnuri.com/jbang-introd...

#Java #JBang

26.01.2026 07:00 👍 1 🔁 1 💬 0 📌 0
Preview
Synology DS224+: How to upgrade hard drives in RAID 1 - Marc Nuri Step-by-step guide to upgrade hard drives on a Synology DS224+ NAS configured with RAID 1, increasing storage capacity without data loss.

Used the holiday break to triple my NAS storage.

The beauty of RAID 1: no downtime, no data loss, just patience.

💾 5.4TB → 14.5TB usable.

📝 Step-by-step guide: blog.marcnuri.com/synology-nas...

13.01.2026 05:51 👍 0 🔁 0 💬 0 📌 0
Preview
Fabric8 Kubernetes Client 7.5 is now available! - Marc Nuri Fabric8 Kubernetes Client 7.5 is available! Check out the major changes and learn how you can contribute.

Fabric8 Kubernetes Client 7.5.0 is out! 🎉

✨ Kubernetes 1.34 & OpenShift 4.20 support
✨ Streaming lists with Watchable.streamingList()
✨ @SchemaCustomizer for CRD generation
🐛 Leader election & WebSocket fixes

📖 blog.marcnuri.com/fabric8-kube...

12.01.2026 06:33 👍 1 🔁 0 💬 0 📌 0
Preview
Boosting My Developer Productivity with AI in 2025 - Marc Nuri How I restructured my software development workflow with asynchronous AI coding agents to dramatically boost developer productivity in 2025.

I went all-in on AI-assisted development this year.

Not autocomplete.
Not faster typing.

Asynchronous AI agents working in parallel.

The result: 2× daily GitHub contributions and a fundamental shift from coding to orchestration.

blog.marcnuri.com/boosting-dev...

22.12.2025 06:06 👍 1 🔁 1 💬 1 📌 0
Post image Post image Post image

#ValenciaJUG is spoon back! 🎉

20.11.2025 16:40 👍 2 🔁 0 💬 0 📌 0
Preview
Black Box vs White Box Testing: When to Use Each Approach - Marc Nuri Discover key differences between blackbox and whitebox testing, and why blackbox should be your default for robust, maintainable test suites.

As AI coding tools become more common, I've been thinking about testing strategies.

Blackbox (focusing on behavior) vs whitebox testing (focusing on implementation) hits differently when working with AI assistants that suggest optimizations regularly.

blog.marcnuri.com/blackbox-whi...

07.10.2025 06:00 👍 1 🔁 1 💬 0 📌 0
Solving the too many tools problem in ai-cli with Dynamic Tool Selection
Solving the too many tools problem in ai-cli with Dynamic Tool Selection In this demo, I’ll show you how we're solving the too many tools problem in ai-cli: https://github.com/manusa/ai-cli When you provide too many tools to an LLM, it becomes confused and is not able to…

🚀 Dynamic Tool Selection is coming to ai-cli!

Too many tools overwhelm LLMs, especially smaller ones with tiny context windows.
In ai-cli the LLM can enable MCP servers automatically based on the user's prompt 🔥

🎥 www.youtube.com/watch?v=892d...

#AI #MCP #LLM

30.09.2025 06:00 👍 0 🔁 1 💬 0 📌 0
Preview
Fabric8 Kubernetes Client 7.4 is now available! - Marc Nuri Fabric8 Kubernetes Client 7.4 is available! Check out the major changes and learn how you can contribute.

🎉 Fabric8 Kubernetes Client 7.4.0 is here!

✅ Enhanced testing with mock client improvements
✅ Better informer & watch stability
✅ CRD generation with @Annotations support

Get it from Maven Central!

#Kubernetes #Java #OpenSource

📖 blog.marcnuri.com/fabric8-kube...

09.09.2025 06:00 👍 4 🔁 2 💬 0 📌 0
Preview
Kubernetes MCP Server Joins the Containers Organization! - Marc Nuri The Kubernetes MCP Server GitHub repository has moved to the Containers organization.

🚨 Big news! The Kubernetes MCP Server has joined the GitHub Containers organization!

It’s a big step toward open, community-driven innovation for AI Kubernetes tooling.

📖 Read the announcement: blog.marcnuri.com/kubernetes-m...

#Kubernetes #MCP #LLM #DevTools #OpenSource #Containers

24.07.2025 06:00 👍 4 🔁 2 💬 1 📌 0

🚨 Just dropped the recording of my @devbcn.bsky.social talk:

“Model Context Protocol Servers 101: Unlocking the Power of AI”

🧠 What is MCP?
⚡️ How to build an MCP server
🔐 Challenges & tips

🏆 Voted one of the most original talks!

📺 Watch now: youtu.be/7Tpz5dG5k_w?...

15.07.2025 06:01 👍 2 🔁 1 💬 0 📌 0
Post image

Next Wednesday at #DevBcn I’m distilling months of work into 40 minutes:

Model Context Protocol Servers 101: Unlocking the Power of AI

🧠 What is MCP
🔧 How to build a server
💡 Real-world lessons from Kubernetes + Podman MCP servers
🕥 10:25am — Not recorded!

07.07.2025 06:00 👍 2 🔁 1 💬 0 📌 0
Hooks provide deterministic control over Claude Code’s behavior, ensuring certain actions always happen rather than relying on the LLM to choose to run them.

Hooks provide deterministic control over Claude Code’s behavior, ensuring certain actions always happen rather than relying on the LLM to choose to run them.

It seems the future of agentic platforms will be more deterministic by leveraging traditional automation techniques. In this case Claude Code is adding support for lifecycle hooks, which allow you to write shell commands to ensure certain actions always happen. docs.anthropic.com/en/docs/clau...

01.07.2025 13:45 👍 104 🔁 15 💬 4 📌 3