Skip to content
View Hellcake's full-sized avatar
  • 13:57 (UTC +03:00)

Highlights

  • Pro

Block or report Hellcake

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Hellcake/README.md

Aleksandr Solovov

Platform & Infrastructure Engineer · LLM agents, evals, agent safety
Head of Platform & Infrastructure @ Algous Studio · MSc AI @ ITMO (AI Talent Hub)


I run the platform and infrastructure track at a VFX studio in Saint Petersburg — 60+ Linux hosts, ~1 PB of storage, all on-prem. Lately the work has been moving up the stack: self-hosted inference, LLM agents, and deciding what an agent is actually allowed to do.

I tend to care less about the stack than about being able to prove a system works — frozen evaluation protocols, benchmarks with real execution, property tests instead of claims.

Auto mode for Kilo Code — an auto-approval layer for an open-source coding agent that decides on what a command does, not how it was written. Upstream PR, ~9.7k lines. Benchmarked on 498 episodes with real command execution: attack success rate 100% → 2.6% at 80% agent utility. 3rd place in the Alfa-Bank case at AI Product Hack 2026.

AI Helpdesk Automation — a local LLM agent that closes routine IT requests in the studio, in production since 2026. Safe tool calling by design: the model picks an action, never builds a command. 96% routing accuracy on a frozen holdout against 63.5% for a keyword baseline, κ 0.97 on blind annotation. The candidate model was rejected on safety, not accuracy.

python fastapi ollama linux proxmox openzfs ansible gitlab ci

Pinned Loading

  1. ai-helpdesk-automation ai-helpdesk-automation Public

    Local LLM helpdesk agent for VFX infrastructure with n8n, FastAPI, safe tool calling, and reproducible evaluation

    Python 1

  2. kilocode kilocode Public

    Forked from Kilo-Org/kilocode

    Kilo is the all-in-one agentic engineering platform. Build, ship, and iterate faster with the most popular open source coding agent.

    TypeScript