Kirill Fisyukovich
About
I am a Python Backend Developer from Brest, Belarus. I like building systems that are simple enough to operate, but strong enough to survive real production traffic: APIs, admin tools, integrations, data pipelines, background workers, and AI features with clear boundaries.
I enjoy the engineering space where backend code meets the physical world: networking, hardware-adjacent products, computer vision, video processing, and operational tooling. I have worked on restaurant platforms, media workflows, ClickHouse analytics, Telegram bots, parsing systems, payment features, and computer vision for buffet hardware.
WebSSH Workspace
A browser-based SSH workspace for quick terminal access, saved encrypted profiles, and SFTP file browsing with uploads, downloads, and folder archives.
$ ssh root@server
connected
/opt/project $ ls
app nginx migrations
/opt/project $ ./deploy
build complete
waiting for next command
Latest Posts
-
Semantic WAL: Write-Ahead Logs for LLM Systems
2026-05-24
How to make probabilistic model behavior replayable: semantic WAL rows, deterministic reducers, event digests, and migration paths for prompt changes.
-
Cost-Based Context Assembly for RAG
2026-05-23
A retrieval planner should behave like a small optimizer: estimate marginal utility, enforce diversity, respect ACL scope, and spend tokens deliberately.
-
Effect Types for AI Agents
2026-05-22
Instead of giving an agent a flat tool list, classify tools by effect type and let the workflow engine enforce what the model may do.