Evaluating LLM models for DBA tasks Percona Lab released dbaai_bench, an open-source harness that evaluates large language models on real database administration tasks against remote hosts, and reported that almost all tested models completed the tasks, with smaller open-weight models finishing the same work at roughly one-tenth the cost of larger models. The harness, run through OpenRouter, tests models including qwen/qwen3.8-max, moonshotai/kimi-k3, z-ai/glm-5.3, deepseek/deepseek-v4-pro-0813, deepseek/deepseek-v4-flash-0731, qwen/qwen3.8-27b, meta/muse-glimmer-30b, and google/gemma-4-31b-it, and a companion project, dbaai_runner, batches runs across models and configurations. The author noted that deepseek/deepseek-v4-pro-0813 substituted MySQL 8.4 when asked to install MySQL 9.7, showing that LLM-driven infrastructure automation may make operational decisions rather than blindly execute instructions, making validation and guardrails important. Large language models are increasingly capable of performing practical systems-administration tasks. I wanted to understand how well they could handle something more specialized: database administration . To explore this, I developed a harness for evaluating the ability of different LLMs to execute real DBA tasks on remote systems. My primary focus is on open-weight models because of their deployment flexibility and cost efficiency. Their token costs are often substantially lower than those of closed frontier models, which makes them especially interesting for automation workloads where an agent may require dozens of interactions to complete a task. The models I am currently evaluating fall into two broad categories. qwen/qwen3.8-max moonshotai/kimi-k3 z-ai/glm-5.3 deepseek/deepseek-v4-pro-0813 deepseek/deepseek-v4-flash-0731 qwen/qwen3.8-27b meta/muse-glimmer-30b google/gemma-4-31b-it I use OpenRouter to manage requests and responses across the different models. The project is available here: https://github.com/Percona-Lab/dbaai bench https://github.com/Percona-Lab/dbaai bench The workflow is intentionally straightforward. Install Percona Server for MySQL 8.4 Here is an example of running the harness against two hosts: