# jobs

Hugging Face Jobs is a managed compute service for running AI and data workloads on Hugging Face infrastructure.

This is one page of public article previews, not the complete archive. Follow Next page to continue. Summaries are not the original full articles.

## Async GRPO with LoRA across HF Jobs: a bucket, a proxy, and no NCCL

DevFeed: [Async GRPO with LoRA across HF Jobs: a bucket, a proxy, and no NCCL](<https://devfeed.tech/articles/async-grpo-with-lora-across-hf-jobs-a-bucket-a-proxy-and-no-nccl-17376.md>)

Original publisher: [Read original article](<https://huggingface.co/blog/asyncgrpo-lora-hfjobs>)

Author: Amine Dirhoussi; Quentin Gallouédec; Kashif Rasul; Sergio Paniego

Published: 2026-09-10T00:00:00Z

Content type: article

Language: en

Sources: [Hugging Face - Blog](<https://devfeed.tech/sources/hugging-face-blog.md>)

Topics: [lora](<https://devfeed.tech/topics/lora.md>), [grpo](<https://devfeed.tech/topics/grpo.md>), [jobs](<https://devfeed.tech/topics/jobs.md>), [vllm](<https://devfeed.tech/topics/vllm.md>), [NCCL](<https://devfeed.tech/topics/nccl.md>), [async](<https://devfeed.tech/topics/async.md>), [hugging face](<https://devfeed.tech/topics/hugging-face.md>)

Tags: [async](<https://devfeed.tech/tags/async.md>), [grpo](<https://devfeed.tech/tags/grpo.md>), [hub](<https://devfeed.tech/tags/hub.md>), [hugging-face](<https://devfeed.tech/tags/hugging-face.md>), [jobs](<https://devfeed.tech/tags/jobs.md>), [llm](<https://devfeed.tech/tags/llm.md>), [lora](<https://devfeed.tech/tags/lora.md>), [nccl](<https://devfeed.tech/tags/nccl.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [rl](<https://devfeed.tech/tags/rl.md>), [storage](<https://devfeed.tech/tags/storage.md>), [trl](<https://devfeed.tech/tags/trl.md>), [vllm](<https://devfeed.tech/tags/vllm.md>)

### AI overview

This article describes asynchronous GRPO training with a LoRA adapter across separate Hugging Face Jobs. The adapter is synchronized to vLLM replicas through a shared Storage Bucket, while a proxy handles authentication, rollout routing, and adapter-load broadcasts. Five runs reduced the time for 500 steps from 3 hours 27 minutes to 53 minutes.

### Source excerpt

We're on a journey to advance and democratize artificial intelligence through open source and open science.

## Training a coding model to paint watercolours with TRL and OpenEnv

DevFeed: [Training a coding model to paint watercolours with TRL and OpenEnv](<https://devfeed.tech/articles/training-a-coding-model-to-paint-watercolours-with-trl-and-openenv-7531.md>)

Original publisher: [Read original article](<https://huggingface.co/blog/train-to-paint-with-code>)

Author: Sergio Paniego

Published: 2026-09-03T00:00:00Z

Content type: tutorial

Language: en

Sources: [Hugging Face - Blog](<https://devfeed.tech/sources/hugging-face-blog.md>)

Topics: [openenv](<https://devfeed.tech/topics/openenv.md>), [coding](<https://devfeed.tech/topics/coding.md>), [Language models](<https://devfeed.tech/topics/language-models.md>), [hugging face](<https://devfeed.tech/topics/hugging-face.md>), [AI Development](<https://devfeed.tech/topics/ai-development.md>), [jobs](<https://devfeed.tech/topics/jobs.md>), [dataset](<https://devfeed.tech/topics/dataset.md>)

Tags: [ai-art](<https://devfeed.tech/tags/ai-art.md>), [coding](<https://devfeed.tech/tags/coding.md>), [grpo](<https://devfeed.tech/tags/grpo.md>), [guide](<https://devfeed.tech/tags/guide.md>), [hugging-face](<https://devfeed.tech/tags/hugging-face.md>), [javascript](<https://devfeed.tech/tags/javascript.md>), [jobs](<https://devfeed.tech/tags/jobs.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [openenv](<https://devfeed.tech/tags/openenv.md>), [rl](<https://devfeed.tech/tags/rl.md>), [spaces](<https://devfeed.tech/tags/spaces.md>), [training](<https://devfeed.tech/tags/training.md>), [trl](<https://devfeed.tech/tags/trl.md>)

### AI overview

A tutorial describing an open reproduction of a reinforcement-learning pipeline that trains a coding model to create watercolor-like paintings by writing JavaScript with p5.brush. It uses TRL and OpenEnv, with datasets, environments, training scripts, models, and other artifacts published on Hugging Face.

### Source excerpt

We're on a journey to advance and democratize artificial intelligence through open source and open science.

## How Hugging Face Inference Endpoints, Jobs, and Buckets Power Search on Papers with Code

DevFeed: [How Hugging Face Inference Endpoints, Jobs, and Buckets Power Search on Papers with Code](<https://devfeed.tech/articles/how-hugging-face-inference-endpoints-jobs-and-buckets-power-search-on-papers-with-code-7447.md>)

Original publisher: [Read original article](<https://huggingface.co/blog/pwc-search>)

Author: Niels Rogge

Published: 2026-08-21T00:00:00Z

Content type: article

Language: en

Sources: [Hugging Face - Blog](<https://devfeed.tech/sources/hugging-face-blog.md>)

Topics: [AI search](<https://devfeed.tech/topics/ai-search.md>), [inference-endpoints](<https://devfeed.tech/topics/inference-endpoints.md>), [jobs](<https://devfeed.tech/topics/jobs.md>), [hugging face](<https://devfeed.tech/topics/hugging-face.md>), [Embeddings](<https://devfeed.tech/topics/embeddings.md>), [PostgreSQL](<https://devfeed.tech/topics/postgresql.md>), [Retrieval Augmented Generation (RAG)](<https://devfeed.tech/topics/retrieval-augmented-generation-rag.md>)

Tags: [database](<https://devfeed.tech/tags/database.md>), [embeddings](<https://devfeed.tech/tags/embeddings.md>), [hugging-face](<https://devfeed.tech/tags/hugging-face.md>), [inference](<https://devfeed.tech/tags/inference.md>), [inference-endpoints](<https://devfeed.tech/tags/inference-endpoints.md>), [jobs](<https://devfeed.tech/tags/jobs.md>), [latency](<https://devfeed.tech/tags/latency.md>), [rag](<https://devfeed.tech/tags/rag.md>), [research](<https://devfeed.tech/tags/research.md>), [search](<https://devfeed.tech/tags/search.md>), [storage](<https://devfeed.tech/tags/storage.md>)

### AI overview

This article explains how Papers with Code uses hybrid search to find research papers through exact keyword matching and semantic vector search. The production system combines PostgreSQL full-text search, pgvector embeddings, reciprocal rank fusion, and Hugging Face Jobs, Storage Buckets, and Inference Endpoints.

### Source excerpt

We're on a journey to advance and democratize artificial intelligence through open source and open science.

## Same Cluster, 33 Points More Utilization: What Changed Was the Order

DevFeed: [Same Cluster, 33 Points More Utilization: What Changed Was the Order](<https://devfeed.tech/articles/same-cluster-33-points-more-utilization-what-changed-was-the-order-6996.md>)

Original publisher: [Read original article](<https://huggingface.co/blog/Dharma-AI/gpu-management-pt2>)

Author: Gabriel Pimenta de Freitas Cardoso; Breno de Almeida Beleza; Francisco de Almeida Rocha Alves; Bruno Duarte

Published: 2026-08-17T19:46:21Z

Content type: article

Language: en

Sources: [Hugging Face - Blog](<https://devfeed.tech/sources/hugging-face-blog.md>)

Topics: [GPU](<https://devfeed.tech/topics/gpu.md>), [benchmarking](<https://devfeed.tech/topics/benchmarking.md>), [Benchmark](<https://devfeed.tech/topics/benchmark.md>), [jobs](<https://devfeed.tech/topics/jobs.md>), [Inference](<https://devfeed.tech/topics/inference.md>), [model-deployment](<https://devfeed.tech/topics/model-deployment.md>)

Tags: [batch](<https://devfeed.tech/tags/batch.md>), [benchmark](<https://devfeed.tech/tags/benchmark.md>), [comparison](<https://devfeed.tech/tags/comparison.md>), [gpu](<https://devfeed.tech/tags/gpu.md>), [inference](<https://devfeed.tech/tags/inference.md>), [jobs](<https://devfeed.tech/tags/jobs.md>), [real-time](<https://devfeed.tech/tags/real-time.md>), [training](<https://devfeed.tech/tags/training.md>)

### AI overview

The article describes a constraint-aware GPU allocator and compares it with a FIFO scheduler across seven benchmark scenarios. On identical hardware and workloads, the allocator increased GPU utilization by up to 33 percentage points and priority-weighted output by up to 105%. It explains how training, batch inference, quantization, and real-time inference impose different scheduling constraints, especially under contention.

### Source excerpt

We built a constraint-aware GPU allocator and benchmarked it against a FIFO scheduler across seven benchmark scenarios. On identical hardware, running identical workloads, GPU utilization rose by as much as 33 percentage points, and priority-weighted output rose in every one of them, by as much as 105%. Nothing about the hardware changed. What changed was the order in which allocation decisions get made. One note on measurement before the numbers start.

## OpenAI joins PORTS-Pike project

DevFeed: [OpenAI joins PORTS-Pike project](<https://devfeed.tech/articles/openai-joins-ports-pike-project-6578.md>)

Original publisher: [Read original article](<https://openai.com/index/openai-joins-ports-pike-project>)

Published: 2026-08-17T05:00:00Z

Content type: news

Language: en

Sources: [OpenAI News](<https://devfeed.tech/sources/openai-news.md>)

Topics: [datacenter](<https://devfeed.tech/topics/datacenter.md>), [OpenAI](<https://devfeed.tech/topics/openai.md>), [Nvidia](<https://devfeed.tech/topics/nvidia.md>), [jobs](<https://devfeed.tech/topics/jobs.md>)

Tags: [data-center](<https://devfeed.tech/tags/data-center.md>), [energy](<https://devfeed.tech/tags/energy.md>), [global-affairs](<https://devfeed.tech/tags/global-affairs.md>), [infrastructure](<https://devfeed.tech/tags/infrastructure.md>), [jobs](<https://devfeed.tech/tags/jobs.md>), [local](<https://devfeed.tech/tags/local.md>), [nvidia](<https://devfeed.tech/tags/nvidia.md>), [openai](<https://devfeed.tech/tags/openai.md>), [partnership](<https://devfeed.tech/tags/partnership.md>)

### AI overview

OpenAI has agreed to secure approximately 8 gigawatts-IT at the PORTS-Pike Technology Campus in Ohio in partnership with SB Energy, NVIDIA, and the U.S. Department of Energy. The project is expected to create construction and long-term operating jobs, fund community priorities, and support local infrastructure. Its data center will pay its energy and infrastructure costs and use closed-loop, air-cooled cooling systems to reduce ongoing water demand.

### Source excerpt

OpenAI joins PORTS-Pike project, expanding community investment and supporting thousands of Southern Ohio jobs

## Rerun Only the Jobs That Failed

DevFeed: [Rerun Only the Jobs That Failed](<https://devfeed.tech/articles/rerun-only-the-jobs-that-failed-20427.md>)

Original publisher: [Read original article](<https://semaphore.io/blog/rerun-only-the-jobs-that-failed>)

Author: Pete Miloravac

Published: 2026-08-12T10:31:39Z

Content type: release

Language: en

Sources: [Semaphore Engineering](<https://devfeed.tech/sources/semaphore-engineering.md>)

Topics: [ci](<https://devfeed.tech/topics/ci.md>), [jobs](<https://devfeed.tech/topics/jobs.md>), [Development](<https://devfeed.tech/topics/development.md>)

Tags: [2026](<https://devfeed.tech/tags/2026.md>), [ci](<https://devfeed.tech/tags/ci.md>), [cost](<https://devfeed.tech/tags/cost.md>), [flag](<https://devfeed.tech/tags/flag.md>), [jobs](<https://devfeed.tech/tags/jobs.md>), [pipeline](<https://devfeed.tech/tags/pipeline.md>), [product-news](<https://devfeed.tech/tags/product-news.md>), [rebuilds](<https://devfeed.tech/tags/rebuilds.md>), [run](<https://devfeed.tech/tags/run.md>), [workflow](<https://devfeed.tech/tags/workflow.md>)

### AI overview

Semaphore now reruns only failed jobs in a pipeline, carrying over successful jobs and preserving the workflow topology. This reduces rerun time and billable usage, while a YAML flag preserves the previous full-block rebuild behavior.

### Source excerpt

Your pipeline fails on one job, and until now you had to rebuild the entire block to recover. Not anymore. Semaphore now reruns only the jobs that actually failed, so you get feedback faster and pay less to get it. What Shipped: Job Rerun When a pipeline failed, the old behavior rebuilt every job inside [...] The post Rerun Only the Jobs That Failed appeared first on Semaphore.

## Fair by design: orchestrating background jobs in Ruby

DevFeed: [Fair by design: orchestrating background jobs in Ruby](<https://devfeed.tech/articles/fair-by-design-orchestrating-background-jobs-in-ruby-19782.md>)

Original publisher: [Read original article](<https://evilmartians.com/chronicles/fair-by-design-orchestrating-background-jobs-in-ruby>)

Author: Travis Turner (richardturner@evilmartians.com)

Published: 2026-08-11T00:00:00Z

Content type: tutorial

Language: en

Sources: [Evil Martians](<https://devfeed.tech/sources/evil-martians.md>)

Topics: [Ruby](<https://devfeed.tech/topics/ruby.md>), [jobs](<https://devfeed.tech/topics/jobs.md>), [Latency](<https://devfeed.tech/topics/latency.md>), [autoscaling](<https://devfeed.tech/topics/autoscaling.md>)

Tags: [autoscaling](<https://devfeed.tech/tags/autoscaling.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [jobs](<https://devfeed.tech/tags/jobs.md>), [latency](<https://devfeed.tech/tags/latency.md>), [performance](<https://devfeed.tech/tags/performance.md>), [rails](<https://devfeed.tech/tags/rails.md>), [redis](<https://devfeed.tech/tags/redis.md>), [ruby](<https://devfeed.tech/tags/ruby.md>), [sidekiq](<https://devfeed.tech/tags/sidekiq.md>)

### AI overview

This tutorial examines fairness in Ruby background-job processing. It explains how queue latency affects quality of service, why adding workers or autoscaling may be limited by shared resources and operational cost, and introduces background-job prioritization as a way to address bottlenecks.

### Source excerpt

Are you treating your users fairly? They could be stuck in the queue while a greedy user monopolizes resources. And you might not even know it! In this post, you'll see if it's time for you to take background job prioritization seriously, and how to make it fair for all users.

## How HeyGen runs millions of AI workflows on Temporal

DevFeed: [How HeyGen runs millions of AI workflows on Temporal](<https://devfeed.tech/articles/how-heygen-runs-millions-of-ai-workflows-on-temporal-35863.md>)

Original publisher: [Read original article](<https://temporal.io/blog/how-temporal-powers-workflows-at-heygen>)

Author: Jiajun Zhao

Published: 2026-08-06T00:00:00Z

Content type: article

Language: en

Sources: [Temporal Blog](<https://devfeed.tech/sources/temporal-blog.md>)

Topics: [Orchestration](<https://devfeed.tech/topics/orchestration.md>), [jobs](<https://devfeed.tech/topics/jobs.md>), [GPU](<https://devfeed.tech/topics/gpu.md>), [Cloud](<https://devfeed.tech/topics/cloud.md>)

Tags: [cloud](<https://devfeed.tech/tags/cloud.md>), [gpu](<https://devfeed.tech/tags/gpu.md>), [jobs](<https://devfeed.tech/tags/jobs.md>), [orchestration](<https://devfeed.tech/tags/orchestration.md>), [scale](<https://devfeed.tech/tags/scale.md>), [temporal-voices](<https://devfeed.tech/tags/temporal-voices.md>)

### AI overview

HeyGen replaced an internal job-queue system with Temporal to coordinate video-generation workflows across many services, task queues, worker deployments, and a multi-cloud GPU fleet. The article explains the operational problems in the former system and the platform capabilities used to scale workflow execution.

### Source excerpt

HeyGen replaced a brittle job-queue system with Temporal, coordinating millions of daily workflow runs across a multi-cloud GPU fleet.

## Millions of Batch Jobs Migrated in Four Weeks

DevFeed: [Millions of Batch Jobs Migrated in Four Weeks](<https://devfeed.tech/articles/your-homegrown-system-was-right-in-2018-it-s-a-liability-now-17939.md>)

Original publisher: [Read original article](<https://read.bytesizeddesign.com/p/netflix-deleted-their-batch-scheduler>)

Author: Byte-Sized Design

Published: 2026-07-13T17:15:37Z

Content type: article

Language: en

Sources: [Byte-Sized Design](<https://devfeed.tech/sources/byte-sized-design.md>)

Topics: [jobs](<https://devfeed.tech/topics/jobs.md>)

Tags: [batch](<https://devfeed.tech/tags/batch.md>), [jobs](<https://devfeed.tech/tags/jobs.md>)

### AI overview

The article describes migrating millions of batch jobs in four weeks without users noticing.

### Source excerpt

Millions of batch jobs, migrated in 4 weeks, and nobody noticed

## Profiling in PyTorch (Part 3): Attention is all you profile

DevFeed: [Profiling in PyTorch (Part 3): Attention is all you profile](<https://devfeed.tech/articles/profiling-in-pytorch-part-3-attention-is-all-you-profile-7521.md>)

Original publisher: [Read original article](<https://huggingface.co/blog/torch-attention-profile>)

Author: Aritra Roy Gosthipaty; Sergio Paniego; Sayak Paul; Rémi Ouazan Reboul

Published: 2026-07-10T00:00:00Z

Content type: tutorial

Language: en

Sources: [Hugging Face - Blog](<https://devfeed.tech/sources/hugging-face-blog.md>)

Topics: [AI, ML & Data Engineering](<https://devfeed.tech/topics/ai-ml-data-engineering.md>), [jobs](<https://devfeed.tech/topics/jobs.md>), [cpu](<https://devfeed.tech/topics/cpu.md>)

Tags: [artificial-intelligence](<https://devfeed.tech/tags/artificial-intelligence.md>), [cudnn](<https://devfeed.tech/tags/cudnn.md>), [flash](<https://devfeed.tech/tags/flash.md>), [gpu](<https://devfeed.tech/tags/gpu.md>), [jobs](<https://devfeed.tech/tags/jobs.md>), [kernel](<https://devfeed.tech/tags/kernel.md>), [profile](<https://devfeed.tech/tags/profile.md>), [pytorch](<https://devfeed.tech/tags/pytorch.md>), [torch](<https://devfeed.tech/tags/torch.md>), [traces](<https://devfeed.tech/tags/traces.md>), [xformers](<https://devfeed.tech/tags/xformers.md>)

### AI overview

A PyTorch profiling tutorial examines naive attention, identifying its primitive operations and the CPU and GPU kernels they launch.

### Source excerpt

We're on a journey to advance and democratize artificial intelligence through open source and open science.

## Run a vLLM Server on HF Jobs in One Command

DevFeed: [Run a vLLM Server on HF Jobs in One Command](<https://devfeed.tech/articles/run-a-vllm-server-on-hf-jobs-in-one-command-7559.md>)

Original publisher: [Read original article](<https://huggingface.co/blog/vllm-jobs>)

Author: Quentin Gallouédec

Published: 2026-06-26T00:00:00Z

Content type: tutorial

Language: en

Sources: [Hugging Face - Blog](<https://devfeed.tech/sources/hugging-face-blog.md>)

Topics: [jobs](<https://devfeed.tech/topics/jobs.md>), [vllm](<https://devfeed.tech/topics/vllm.md>), [API](<https://devfeed.tech/topics/api.md>), [inference-endpoints](<https://devfeed.tech/topics/inference-endpoints.md>), [model-deployment](<https://devfeed.tech/topics/model-deployment.md>), [cURL](<https://devfeed.tech/topics/curl.md>), [GPU](<https://devfeed.tech/topics/gpu.md>), [Python](<https://devfeed.tech/topics/python.md>)

Tags: [api](<https://devfeed.tech/tags/api.md>), [gpu](<https://devfeed.tech/tags/gpu.md>), [guide](<https://devfeed.tech/tags/guide.md>), [inference](<https://devfeed.tech/tags/inference.md>), [inference-endpoints](<https://devfeed.tech/tags/inference-endpoints.md>), [infrastructure](<https://devfeed.tech/tags/infrastructure.md>), [jobs](<https://devfeed.tech/tags/jobs.md>), [json](<https://devfeed.tech/tags/json.md>), [model](<https://devfeed.tech/tags/model.md>), [models](<https://devfeed.tech/tags/models.md>), [python](<https://devfeed.tech/tags/python.md>), [vllm](<https://devfeed.tech/tags/vllm.md>)

### AI overview

A practical guide to launching a vLLM model server on Hugging Face Jobs with a single command, querying it through the OpenAI-compatible API, authenticating requests with an HF token, managing costs, and scaling to larger multi-GPU models. It also contrasts ephemeral Jobs with managed Inference Endpoints.

### Source excerpt

We're on a journey to advance and democratize artificial intelligence through open source and open science.

## Inspect Volcano workloads faster with Headlamp

DevFeed: [Inspect Volcano workloads faster with Headlamp](<https://devfeed.tech/articles/inspect-volcano-workloads-faster-with-headlamp-4562.md>)

Original publisher: [Read original article](<https://kubernetes.io/blog/2026/06/25/visual-context-volcano-headlamp-plugin/>)

Author: Mahmoud Magdy

Published: 2026-06-25T20:00:00Z

Content type: article

Language: en

Sources: [Kubernetes Blog](<https://devfeed.tech/sources/kubernetes-blog.md>)

Topics: [Kubernetes](<https://devfeed.tech/topics/kubernetes.md>), [jobs](<https://devfeed.tech/topics/jobs.md>), [High-Performance Computing](<https://devfeed.tech/topics/high-performance-computing.md>), [Machine learning](<https://devfeed.tech/topics/machine-learning.md>), [Web](<https://devfeed.tech/topics/web.md>), [Command-line interface](<https://devfeed.tech/topics/cli.md>)

Tags: [ai-ml](<https://devfeed.tech/tags/ai-ml.md>), [cli](<https://devfeed.tech/tags/cli.md>), [high-performance-computing](<https://devfeed.tech/tags/high-performance-computing.md>), [jobs](<https://devfeed.tech/tags/jobs.md>), [kubernetes](<https://devfeed.tech/tags/kubernetes.md>), [quotas](<https://devfeed.tech/tags/quotas.md>), [ui](<https://devfeed.tech/tags/ui.md>), [workflow](<https://devfeed.tech/tags/workflow.md>)

### AI overview

This article introduces the Volcano plugin for Headlamp, a Kubernetes web UI. The plugin brings Volcano jobs, queues, PodGroups, Pods, and events into a unified interface, helping teams inspect batch workloads, scheduling behavior, quotas, priorities, and gang scheduling for Kubernetes, AI/ML, and high-performance computing workloads.

### Source excerpt

Volcano is a cloud native batch scheduler for Kubernetes, built for high-performance computing, AI/ML, and other batch workloads. Headlamp is an extensible Kubernetes web UI. With its plugin system, Headlamp can surface APIs and workflows beyond the built-in Kubernetes resources. The Volcano plugin brings core Volcano resources into Headlamp so you can inspect workload state, queue behavior, and gang scheduling details in one place. Kubernetes was originally designed around long-running services, where applications are expected to start and remain available over time. Batch, AI/ML, and HPC workloads often behave differently: jobs arrive dynamically, compete for limited resources, and may need multiple workers to start together before useful work can begin. Volcano extends Kubernetes with concepts such as queues, priorities, quotas, and gang scheduling. Instead of treating every Pod independently, Volcano schedules workloads with awareness of the job as a whole and the resources it needs to make progress. To make these workloads easier to operate and troubleshoot, the Volcano plugin brings that scheduling context directly into Headlamp. Watch this short walkthrough to see the Volcano plugin in Headlamp: Visual context helps teams understand Volcano jobs, queues, and PodGroups faster Working with Volcano often means moving across several related resources while trying to understand a batch workload. You might start with a Job, then look at the related PodGroup, inspect the Pods behind it, check the Queue, and finally return to the Job again. All of that is possible with CLI tools like kubectl and the Volcano CLI, but it can become fragmented very quickly. The Volcano plugin for Headlamp makes that workflow easier by bringing the key resources together in a single UI. Instead of reconstructing relationships manually, you can move directly between Jobs, Queues, PodGroups, Pods, and events from the same interface. Volcano introduces its own resources on top of core Kuber

## Is it agentic enough? Benchmarking open models on your own tooling

DevFeed: [Is it agentic enough? Benchmarking open models on your own tooling](<https://devfeed.tech/articles/is-it-agentic-enough-benchmarking-open-models-on-your-own-tooling-7295.md>)

Original publisher: [Read original article](<https://huggingface.co/blog/is-it-agentic-enough>)

Author: Lysandre; Nathan Habib; Pedro Cuenca

Published: 2026-06-18T00:00:00Z

Content type: article

Language: en

Sources: [Hugging Face - Blog](<https://devfeed.tech/sources/hugging-face-blog.md>)

Topics: [benchmarking](<https://devfeed.tech/topics/benchmarking.md>), [Tooling](<https://devfeed.tech/topics/tooling.md>), [LLM evaluation / benchmarking](<https://devfeed.tech/topics/llm-evaluation-benchmarking.md>), [AI-assisted coding](<https://devfeed.tech/topics/ai-assisted-coding.md>), [jobs](<https://devfeed.tech/topics/jobs.md>), [hugging face](<https://devfeed.tech/topics/hugging-face.md>), [Open Source](<https://devfeed.tech/topics/open-source.md>)

Tags: [agents](<https://devfeed.tech/tags/agents.md>), [benchmark](<https://devfeed.tech/tags/benchmark.md>), [benchmarking](<https://devfeed.tech/tags/benchmarking.md>), [cli](<https://devfeed.tech/tags/cli.md>), [code](<https://devfeed.tech/tags/code.md>), [coding](<https://devfeed.tech/tags/coding.md>), [developers](<https://devfeed.tech/tags/developers.md>), [development](<https://devfeed.tech/tags/development.md>), [evaluation](<https://devfeed.tech/tags/evaluation.md>), [hugging-face](<https://devfeed.tech/tags/hugging-face.md>), [jobs](<https://devfeed.tech/tags/jobs.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [tooling](<https://devfeed.tech/tags/tooling.md>), [transformers](<https://devfeed.tech/tags/transformers.md>)

### AI overview

A benchmark for evaluating how effectively open models use developer tooling, measuring the work required to reach an answer across models, library revisions, and tasks. The article presents an agent-focused harness running on open models with workloads distributed through Hugging Face Jobs.

### Source excerpt

We're on a journey to advance and democratize artificial intelligence through open source and open science.

## Profiling in PyTorch (Part 2): From nn.Linear to a Fused MLP

DevFeed: [Profiling in PyTorch (Part 2): From nn.Linear to a Fused MLP](<https://devfeed.tech/articles/profiling-in-pytorch-part-2-from-nn-linear-to-a-fused-mlp-7522.md>)

Original publisher: [Read original article](<https://huggingface.co/blog/torch-mlp-fusion>)

Author: Aritra Roy Gosthipaty; Rémi Ouazan Reboul; Sergio Paniego; Pedro Cuenca; Sayak Paul

Published: 2026-06-11T00:00:00Z

Content type: tutorial

Language: en

Sources: [Hugging Face - Blog](<https://devfeed.tech/sources/hugging-face-blog.md>)

Topics: [AI, ML & Data Engineering](<https://devfeed.tech/topics/ai-ml-data-engineering.md>), [cpu](<https://devfeed.tech/topics/cpu.md>), [jobs](<https://devfeed.tech/topics/jobs.md>)

Tags: [cpu](<https://devfeed.tech/tags/cpu.md>), [cuda](<https://devfeed.tech/tags/cuda.md>), [deep-learning](<https://devfeed.tech/tags/deep-learning.md>), [gpu](<https://devfeed.tech/tags/gpu.md>), [jobs](<https://devfeed.tech/tags/jobs.md>), [kernels](<https://devfeed.tech/tags/kernels.md>), [liger](<https://devfeed.tech/tags/liger.md>), [mlp](<https://devfeed.tech/tags/mlp.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [profile](<https://devfeed.tech/tags/profile.md>), [pytorch](<https://devfeed.tech/tags/pytorch.md>), [torch](<https://devfeed.tech/tags/torch.md>), [traces](<https://devfeed.tech/tags/traces.md>)

### AI overview

A PyTorch profiling tutorial that moves from nn.Linear to a fused multilayer perceptron, explaining GPU kernels, CPU launch overhead, and tensor-transpose behavior in profiler traces.

### Source excerpt

We're on a journey to advance and democratize artificial intelligence through open source and open science.

## Migrating Your GitHub CI to Hugging Face Jobs

DevFeed: [Migrating Your GitHub CI to Hugging Face Jobs](<https://devfeed.tech/articles/migrating-your-github-ci-to-hugging-face-jobs-7217.md>)

Original publisher: [Read original article](<https://huggingface.co/blog/github-ci-hf-jobs>)

Author: Abubakar Abid

Published: 2026-06-09T00:00:00Z

Content type: tutorial

Language: en

Sources: [Hugging Face - Blog](<https://devfeed.tech/sources/hugging-face-blog.md>)

Topics: [jobs](<https://devfeed.tech/topics/jobs.md>), [ci](<https://devfeed.tech/topics/ci.md>), [GitHub Actions](<https://devfeed.tech/topics/github-actions.md>), [hugging face](<https://devfeed.tech/topics/hugging-face.md>), [GPU](<https://devfeed.tech/topics/gpu.md>), [Docker](<https://devfeed.tech/topics/docker.md>), [GitHub](<https://devfeed.tech/topics/github.md>)

Tags: [ci](<https://devfeed.tech/tags/ci.md>), [docker](<https://devfeed.tech/tags/docker.md>), [github](<https://devfeed.tech/tags/github.md>), [github-actions](<https://devfeed.tech/tags/github-actions.md>), [gpu](<https://devfeed.tech/tags/gpu.md>), [guide](<https://devfeed.tech/tags/guide.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [hub](<https://devfeed.tech/tags/hub.md>), [hugging-face](<https://devfeed.tech/tags/hugging-face.md>), [jobs](<https://devfeed.tech/tags/jobs.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [self-hosted](<https://devfeed.tech/tags/self-hosted.md>)

### AI overview

This tutorial explains how to migrate GitHub Actions CI to Hugging Face Jobs. It combines GitHub-managed workflows with ephemeral self-hosted runners on selectable CPU or GPU hardware, provides real-time logs, and reports about a 30% reduction in CPU CI time for Trackio.

### Source excerpt

We're on a journey to advance and democratize artificial intelligence through open source and open science.

## Introducing the OpenAI Economic Research Exchange

DevFeed: [Introducing the OpenAI Economic Research Exchange](<https://devfeed.tech/articles/introducing-the-openai-economic-research-exchange-6514.md>)

Original publisher: [Read original article](<https://openai.com/index/introducing-the-openai-economic-research-exchange>)

Published: 2026-06-08T00:00:00Z

Content type: article

Language: en

Sources: [OpenAI News](<https://devfeed.tech/sources/openai-news.md>)

Topics: [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [OpenAI](<https://devfeed.tech/topics/openai.md>), [data-governance](<https://devfeed.tech/topics/data-governance.md>), [jobs](<https://devfeed.tech/topics/jobs.md>), [data](<https://devfeed.tech/topics/data.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [company](<https://devfeed.tech/tags/company.md>), [data](<https://devfeed.tech/tags/data.md>), [data-governance](<https://devfeed.tech/tags/data-governance.md>), [economics](<https://devfeed.tech/tags/economics.md>), [external](<https://devfeed.tech/tags/external.md>), [jobs](<https://devfeed.tech/tags/jobs.md>), [openai](<https://devfeed.tech/tags/openai.md>), [research](<https://devfeed.tech/tags/research.md>)

### AI overview

OpenAI is launching the Economic Research Exchange, a platform for structured collaborations with external researchers studying AI's economic effects on workers, firms, institutions, and the broader economy. Selected projects may use privacy-protected OpenAI tools and datasets under defined milestones, data governance, and review processes.

### Source excerpt

OpenAI launches the Economic Research Exchange to study AI's impact on jobs, productivity, and the economy. Applications are now open for selected research projects.

## What's new in Astro - May 2026

DevFeed: [What's new in Astro - May 2026](<https://devfeed.tech/articles/what-s-new-in-astro-may-2026-3379.md>)

Original publisher: [Read original article](<https://astro.build/blog/whats-new-may-2026/>)

Author: Sarah Rainsberger

Published: 2026-05-31T00:00:00Z

Content type: article

Language: en

Sources: [The Astro Blog](<https://devfeed.tech/sources/the-astro-blog.md>)

Topics: [Astro](<https://devfeed.tech/topics/astro.md>), [jobs](<https://devfeed.tech/topics/jobs.md>), [Content Management System](<https://devfeed.tech/topics/cms.md>), [releases](<https://devfeed.tech/topics/releases.md>), [Hono](<https://devfeed.tech/topics/honojs.md>), [Routing (disambiguation)](<https://devfeed.tech/topics/routing.md>), [Rust](<https://devfeed.tech/topics/rust.md>), [Vite](<https://devfeed.tech/topics/vite.md>), [Cloudflare](<https://devfeed.tech/topics/cloudflare.md>), [Markdown](<https://devfeed.tech/topics/markdown.md>), [Express](<https://devfeed.tech/topics/express.md>), [stripe](<https://devfeed.tech/topics/stripe.md>)

Tags: [astro](<https://devfeed.tech/tags/astro.md>), [cloudflare](<https://devfeed.tech/tags/cloudflare.md>), [developer](<https://devfeed.tech/tags/developer.md>), [features](<https://devfeed.tech/tags/features.md>), [integration](<https://devfeed.tech/tags/integration.md>), [jobs](<https://devfeed.tech/tags/jobs.md>), [learn](<https://devfeed.tech/tags/learn.md>), [markdown](<https://devfeed.tech/tags/markdown.md>), [real-time](<https://devfeed.tech/tags/real-time.md>), [releases](<https://devfeed.tech/tags/releases.md>), [routing](<https://devfeed.tech/tags/routing.md>), [rust](<https://devfeed.tech/tags/rust.md>), [stripe](<https://devfeed.tech/tags/stripe.md>), [web](<https://devfeed.tech/tags/web.md>)

### AI overview

Astro's May 2026 ecosystem update covers the new Astro Jobs board, TinaCMS adopting Astro by default, an ImageKit integration, the Astro 7 alpha, recent Astro and Starlight releases, community adoption, showcase sites, team news, and selected community content.

### Source excerpt

May 2026 - A new Astro jobs board, TinaCMS makes Astro their default template, experimental advanced routing, and more!

## Kubernetes v1.36: Mutable Pod Resources for Suspended Jobs (beta)

DevFeed: [Kubernetes v1.36: Mutable Pod Resources for Suspended Jobs (beta)](<https://devfeed.tech/articles/kubernetes-v1-36-mutable-pod-resources-for-suspended-jobs-beta-4540.md>)

Original publisher: [Read original article](<https://kubernetes.io/blog/2026/04/27/kubernetes-v1-36-mutable-pod-resources-for-suspended-jobs/>)

Author: Kevin Hannon

Published: 2026-04-27T18:35:00Z

Content type: article

Language: en

Sources: [Kubernetes Blog](<https://devfeed.tech/sources/kubernetes-blog.md>)

Topics: [Kubernetes](<https://devfeed.tech/topics/kubernetes.md>), [jobs](<https://devfeed.tech/topics/jobs.md>), [kueue](<https://devfeed.tech/topics/kueue.md>), [GPU](<https://devfeed.tech/topics/gpu.md>), [cpu](<https://devfeed.tech/topics/cpu.md>), [Availability](<https://devfeed.tech/topics/availability.md>), [Machine learning](<https://devfeed.tech/topics/machine-learning.md>)

Tags: [availability](<https://devfeed.tech/tags/availability.md>), [batch](<https://devfeed.tech/tags/batch.md>), [cpu](<https://devfeed.tech/tags/cpu.md>), [gpu](<https://devfeed.tech/tags/gpu.md>), [jobs](<https://devfeed.tech/tags/jobs.md>), [kubernetes](<https://devfeed.tech/tags/kubernetes.md>), [kueue](<https://devfeed.tech/tags/kueue.md>), [machine-learning](<https://devfeed.tech/tags/machine-learning.md>)

### AI overview

Kubernetes v1.36 promotes mutable CPU, memory, GPU, and extended-resource requests and limits for suspended Jobs to beta. Queue controllers such as Kueue can adjust resources before a Job resumes, avoiding deletion and recreation when cluster capacity or workload requirements change.

### Source excerpt

Kubernetes v1.36 promotes the ability to modify container resource requests and limits in the pod template of a suspended Job to beta. First introduced as alpha in v1.35, this feature allows queue controllers and cluster administrators to adjust CPU, memory, GPU, and extended resource specifications on a Job while it is suspended, before it starts or resumes running. Why mutable pod resources for suspended Jobs? Batch and machine learning workloads often have resource requirements that are not precisely known at Job creation time. The optimal resource allocation depends on current cluster capacity, queue priorities, and the availability of specialized hardware like GPUs. Before this feature, resource requirements in a Job's pod template were immutable once set. If a queue controller like Kueue determined that a suspended Job should run with different resources, the only option was to delete and recreate the Job, losing any associated metadata, status, or history. This feature also provides a way to let a specific Job instance for a CronJob progress slowly with reduced resources, rather than outright failing to run if the cluster is heavily loaded. Consider a machine learning training Job initially requesting 4 GPUs: apiVersion: batch/v1 kind: Job metadata: name: training-job-example-abcd123 labels: app.kubernetes.io/name: trainer spec: suspend: true template: metadata: annotations: kubernetes.io/description: "ML training, ID abcd123" spec: containers: - name: trainer image: example-registry.example.com/training:2026-04-23T150405.678 resources: requests: cpu: "8" memory: "32Gi" example-hardware-vendor.com/gpu: "4" limits: cpu: "8" memory: "32Gi" example-hardware-vendor.com/gpu: "4" restartPolicy: Never A queue controller managing cluster resources might determine that only 2 GPUs are available. With this feature, the controller can update the Job's resource requests before resuming it: apiVersion: batch/v1 kind: Job metadata: name: training-job-example-abcd123 labels

## Modeling an AI jobs transition

DevFeed: [Modeling an AI jobs transition](<https://devfeed.tech/articles/modeling-an-ai-jobs-transition-6538.md>)

Original publisher: [Read original article](<https://openai.com/index/modeling-ai-jobs-transition>)

Published: 2026-04-25T00:00:00Z

Content type: article

Language: en

Sources: [OpenAI News](<https://devfeed.tech/sources/openai-news.md>)

Topics: [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [jobs](<https://devfeed.tech/topics/jobs.md>), [OpenAI](<https://devfeed.tech/topics/openai.md>), [Automation](<https://devfeed.tech/topics/automation.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [automation](<https://devfeed.tech/tags/automation.md>), [global-affairs](<https://devfeed.tech/tags/global-affairs.md>), [jobs](<https://devfeed.tech/tags/jobs.md>), [openai](<https://devfeed.tech/tags/openai.md>), [work](<https://devfeed.tech/tags/work.md>)

### AI overview

OpenAI's AI Jobs Transition Framework examines how artificial intelligence may reshape employment across 921 occupations and approximately 148 million U.S. jobs. It distinguishes between automation risk, job reorganization, growth with AI, and less immediate change, emphasizing that technical capability alone does not determine displacement.

### Source excerpt

A new framework analyzes 921 occupations and 148 million U.S. jobs to identify which roles face automation risk, reorganization, growth, or minimal AI disruption.

## Train AI models with Unsloth and Hugging Face Jobs for FREE

DevFeed: [Train AI models with Unsloth and Hugging Face Jobs for FREE](<https://devfeed.tech/articles/train-ai-models-with-unsloth-and-hugging-face-jobs-for-free-7547.md>)

Original publisher: [Read original article](<https://huggingface.co/blog/unsloth-jobs>)

Author: ben burtenshaw; Daniel (Unsloth); Michael Han; Maxime Labonne; Daniel van Strien; shaun smith

Published: 2026-02-20T00:00:00Z

Content type: article

Language: en

Sources: [Hugging Face - Blog](<https://devfeed.tech/sources/hugging-face-blog.md>)

Topics: [jobs](<https://devfeed.tech/topics/jobs.md>), [Fine-tuning](<https://devfeed.tech/topics/fine-tuning.md>), [Training AI Models](<https://devfeed.tech/topics/training-ai-models.md>), [hugging face](<https://devfeed.tech/topics/hugging-face.md>), [AI Models](<https://devfeed.tech/topics/ai-models.md>), [Command-line interface](<https://devfeed.tech/topics/cli.md>), [Open Source](<https://devfeed.tech/topics/open-source.md>)

Tags: [agents](<https://devfeed.tech/tags/agents.md>), [ai](<https://devfeed.tech/tags/ai.md>), [ai-models](<https://devfeed.tech/tags/ai-models.md>), [claude](<https://devfeed.tech/tags/claude.md>), [cli](<https://devfeed.tech/tags/cli.md>), [codex](<https://devfeed.tech/tags/codex.md>), [documentation](<https://devfeed.tech/tags/documentation.md>), [fine-tuning](<https://devfeed.tech/tags/fine-tuning.md>), [hub](<https://devfeed.tech/tags/hub.md>), [hugging-face](<https://devfeed.tech/tags/hugging-face.md>), [jobs](<https://devfeed.tech/tags/jobs.md>), [llm](<https://devfeed.tech/tags/llm.md>), [models](<https://devfeed.tech/tags/models.md>), [monitoring](<https://devfeed.tech/tags/monitoring.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [pricing](<https://devfeed.tech/tags/pricing.md>), [train](<https://devfeed.tech/tags/train.md>), [training](<https://devfeed.tech/tags/training.md>)

### AI overview

This article explains how to fine-tune the small LFM2.5-1.2B-Instruct language model using Unsloth and Hugging Face Jobs. It covers free credits, prerequisites, CLI-based job submission, coding-agent skills, managed cloud GPU training, monitoring, and pushing the trained model to the Hugging Face Hub.

### Source excerpt

We're on a journey to advance and democratize artificial intelligence through open source and open science.

## We Got Claude to Fine-Tune an Open Source LLM

DevFeed: [We Got Claude to Fine-Tune an Open Source LLM](<https://devfeed.tech/articles/we-got-claude-to-fine-tune-an-open-source-llm-7240.md>)

Original publisher: [Read original article](<https://huggingface.co/blog/hf-skills-training>)

Author: ben burtenshaw; shaun smith

Published: 2025-12-04T00:00:00Z

Content type: tutorial

Language: en

Sources: [Hugging Face - Blog](<https://devfeed.tech/sources/hugging-face-blog.md>)

Topics: [Claude Code](<https://devfeed.tech/topics/claude-code.md>), [Fine-tuning](<https://devfeed.tech/topics/fine-tuning.md>), [hugging face](<https://devfeed.tech/topics/hugging-face.md>), [jobs](<https://devfeed.tech/topics/jobs.md>), [GPU](<https://devfeed.tech/topics/gpu.md>), [lora](<https://devfeed.tech/topics/lora.md>), [rlvr](<https://devfeed.tech/topics/rlvr.md>), [codex](<https://devfeed.tech/topics/codex.md>)

Tags: [agents](<https://devfeed.tech/tags/agents.md>), [claude](<https://devfeed.tech/tags/claude.md>), [claude-code](<https://devfeed.tech/tags/claude-code.md>), [codex](<https://devfeed.tech/tags/codex.md>), [community](<https://devfeed.tech/tags/community.md>), [fine-tuning](<https://devfeed.tech/tags/fine-tuning.md>), [gemini](<https://devfeed.tech/tags/gemini.md>), [gpu](<https://devfeed.tech/tags/gpu.md>), [hugging-face](<https://devfeed.tech/tags/hugging-face.md>), [llm](<https://devfeed.tech/tags/llm.md>), [lora](<https://devfeed.tech/tags/lora.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [reinforcement-learning](<https://devfeed.tech/tags/reinforcement-learning.md>), [training](<https://devfeed.tech/tags/training.md>)

### AI overview

This tutorial explains how Hugging Face Skills enable Claude Code to fine-tune language models by validating datasets, selecting GPUs, configuring authentication, submitting cloud training jobs, monitoring progress, and publishing finished models to the Hugging Face Hub. It covers LoRA, full fine-tuning, supervised fine-tuning, direct preference optimization, reinforcement learning with verifiable rewards, GGUF conversion, and multi-stage training pipelines.

### Source excerpt

We're on a journey to advance and democratize artificial intelligence through open source and open science.

## Say hello to \`hf\`: a faster, friendlier Hugging Face CLI ✨

DevFeed: [Say hello to \`hf\`: a faster, friendlier Hugging Face CLI ✨](<https://devfeed.tech/articles/say-hello-to-hf-a-faster-friendlier-hugging-face-cli-7238.md>)

Original publisher: [Read original article](<https://huggingface.co/blog/hf-cli>)

Author: Lucain Pouget; Célina Hanouti; Julien Chaumond

Published: 2025-07-25T00:00:00Z

Content type: tutorial

Language: en

Sources: [Hugging Face - Blog](<https://devfeed.tech/sources/hugging-face-blog.md>)

Topics: [Command-line interface](<https://devfeed.tech/topics/cli.md>), [hugging face](<https://devfeed.tech/topics/hugging-face.md>), [jobs](<https://devfeed.tech/topics/jobs.md>), [Docker](<https://devfeed.tech/topics/docker.md>)

Tags: [cli](<https://devfeed.tech/tags/cli.md>), [docker](<https://devfeed.tech/tags/docker.md>), [hugging-face](<https://devfeed.tech/tags/hugging-face.md>), [huggingface-hub](<https://devfeed.tech/tags/huggingface-hub.md>), [jobs](<https://devfeed.tech/tags/jobs.md>), [python](<https://devfeed.tech/tags/python.md>)

### AI overview

This tutorial introduces the renamed `hf` Hugging Face CLI, explaining its reorganized resource-based command structure, installation and testing, authentication and local profile commands, and compatibility with the legacy CLI. It also presents Hugging Face Jobs, which runs scripts or Docker images on Hugging Face Infrastructure with pay-as-you-go billing.

### Source excerpt

We're on a journey to advance and democratize artificial intelligence through open source and open science.

## Scaling ML Training on Kubernetes with JobSet

DevFeed: [Scaling ML Training on Kubernetes with JobSet](<https://devfeed.tech/articles/scaling-ml-training-on-kubernetes-with-jobset-60.md>)

Original publisher: [Read original article](<https://blog.abhimanyu-saharan.com/posts/scaling-ml-training-on-kubernetes-with-jobset>)

Author: Abhimanyu Saharan

Published: 2025-05-05T00:00:00Z

Content type: article

Language: en

Sources: [Abhimanyu Saharan](<https://devfeed.tech/sources/abhimanyu-s-blog.md>)

Topics: [Kubernetes](<https://devfeed.tech/topics/kubernetes.md>), [Machine learning](<https://devfeed.tech/topics/machine-learning.md>), [API](<https://devfeed.tech/topics/api.md>), [jobs](<https://devfeed.tech/topics/jobs.md>)

Tags: [api](<https://devfeed.tech/tags/api.md>), [distributed](<https://devfeed.tech/tags/distributed.md>), [hpc](<https://devfeed.tech/tags/hpc.md>), [jobs](<https://devfeed.tech/tags/jobs.md>), [kubernetes](<https://devfeed.tech/tags/kubernetes.md>), [ml](<https://devfeed.tech/tags/ml.md>), [training](<https://devfeed.tech/tags/training.md>)

### AI overview

The article introduces JobSet, a Kubernetes-native API for managing distributed machine learning and high-performance computing jobs. It highlights multi-role pods, topology-aware placement, and scaling capabilities.

### Source excerpt

JobSet is a Kubernetes-native API for managing distributed ML and HPC jobs with support for multi-role pods, topology-aware placement, and scaling.

## NLNOG Presentation trilogy on technical jobs and careers

DevFeed: [NLNOG Presentation trilogy on technical jobs and careers](<https://devfeed.tech/articles/nlnog-presentation-trilogy-on-technical-jobs-and-careers-36553.md>)

Original publisher: [Read original article](<https://berthub.eu/articles/posts/technical-job-presentations/>)

Published: 2025-01-02T07:00:00Z

Content type: article

Language: en

Sources: [Bert Hubert's writings](<https://devfeed.tech/sources/bert-hubert-s-writings.md>)

Topics: [jobs](<https://devfeed.tech/topics/jobs.md>), [meetings](<https://devfeed.tech/topics/meetings.md>)

Tags: [careers](<https://devfeed.tech/tags/careers.md>), [events](<https://devfeed.tech/tags/events.md>), [personal-development](<https://devfeed.tech/tags/personal-development.md>), [presentation](<https://devfeed.tech/tags/presentation.md>), [technical](<https://devfeed.tech/tags/technical.md>), [videos](<https://devfeed.tech/tags/videos.md>)

### AI overview

This page brings together a four-part series of NLNOG presentations about the working life and career of technical people. The talks discuss communication between technical staff and management, career improvement, and changing or improving jobs, while noting that the perspective is primarily Dutch and western European.

### Source excerpt

Over the past eight years I've held a trilogy (in four parts) of presentations over at NLNOG covering the working life and career of technical people. This is around two hours of video and slides (with notes), but I've heard from people who binge-watched all of it in one go. The presentations have been online for ages, but you had to know where to look for them. On this page I bring them all together, with some context.

[Next page](<https://devfeed.tech/topics/jobs.md?cursor=WyIyMDI1LTAxLTAyVDA3OjAwOjAwKzAwOjAwIiwgImI5MmViYzU3LWI5ODktNDQxMy1hODAxLTIwZDEzOGE1N2UyMCJd>)