Love seeing photos like this.
Let's see some more setups.
Curious what everyone's running these days. What models are you using and what are you building?
I’ve had a few "wow" moments over the last few months working with agentic AI harnesses.
This weekend I had another one.
I ran Hermes Agent on an NVIDIA DGX Spark and gave it a single prompt:
/goal Follow the NVIDIA tutorial to fine-tune a FLUX model locally, troubleshoot issues autonomously, resume long-running tasks automatically, and validate the final model by generating an image.
Tutorial: https://t.co/IMoDbrvltC
For the next ~4 hours, Hermes agent autonomously:
- downloaded and validated ~30GB+ of FLUX model weights
- built Dockerized training/inference environments
- launched and monitored 100-epoch DreamBooth LoRA fine-tuning
- created its own recovery/resume scripts
- scheduled cron-based orchestration for long-running tasks
- handled troubleshooting without supervision
- wrote Python scripts to validate the workflow through the ComfyUI API
- generated the final fine-tuned image successfully
And it completed everything in one shot!
One thing that stood out to me was how capable DGX Spark is for local AI customization workflows.
Being able to run DreamBooth LoRA fine-tuning locally on a compact AI supercomputer changes the equation for teams that want to customize foundation models for their own business requirements, proprietary datasets, products, or domain-specific use cases.
The stack was:
- NVIDIA DGX Spark
- FLUX.1-dev (12B model)
- DreamBooth LoRA fine-tuning
- ComfyUI
- Hermes Agent
- GPT-5.5 reasoning/planning
If you want to get started with DGX Spark, NVIDIA created a bunch of recipes and tutorials for different use cases: https://t.co/64aVChEhqf Just point your AI harness into the tutorial and let it do itself.
@NousResearch@NVIDIAAIDev@bfl_ai #hermes #nvidia #dgxspark #flux #Nous