About
Iām an AI and Computer Science student at the University of Edinburgh, supported by the Azerbaijani State Scholarship. Iām especially interested in coding, AI for biology, HCI, and cognitive AI. I also write about what I learn, because explaining something is often the best way to find out whether I truly understand it.
Skills
Things I have been building
A few projects I built while learning, testing ideas, and working with teams. Most of them are about agents, developer tools, or bio-AI.
Agentic AI
2circuit breaker
A guardrail for AI finance agents. Before an agent runs an action, circuit breaker checks the risk, compares it with a threshold, and keeps a clear log of what happened. I built it at AI Engine Hackathon in Scotland.
mcpforge
A small tool that takes a repo URL and tries to turn it into an MCP server. It reads the code, suggests useful tools, generates the server, and writes config files for Claude Desktop-style agents.
AI for Bio
2gemiz
A tool for reconstructing genome-scale metabolic models. I wanted to see whether protein-language-model embeddings could help with reaction-gene mapping, so I added ESM C 600M scoring and compared it with a no-ESM baseline.
myco-optima
A fermentation planning tool from Edinburgh BioHackathon 2026. It uses GEMs and FBA/FVA to help compare media choices for four fungi, then turns a large design-of-experiments table into a smaller set of runs.
Developer Tools
1Cognitive Science & HCI
1Open Source
1Open-Source Python Libraries
Small Python packages I published while learning by building. Together they have 6,000+ downloads, including a Central Bank of Azerbaijan exchange-rate client, an Azerbaijani number-to-words converter, and a few cleaned datasets on Hugging Face.
Building under time pressure
Hackathons are a good way to find out whether an idea works outside your notes. These are the recent ones.
- A
AI Engine Hackathon
Scotland, UK
Built two projects here: circuit breaker for checking risky agent actions before they run, and mcpforge for turning a repo into an MCP server more quickly. - E
Edinburgh BioHackathon 2026
Edinburgh, UK
Worked on the Pacifico Biolabs track. I built myco-optima, a GEM-based tool for narrowing down media choices in fungal fermentation experiments.