class Me:
name = "Grigorii Churakov"
role = "AI Engineer"
education = {
"BS": "HSE, Software Engineering (2021β2025)",
"MS": "ITMO, Applied Mathematics & Informatics (2025β2027)"
}
experience = {
"current": "Xsolla β AI Engineer (Super Agent Team)",
"previous": [
"AI Engineer β Internal Efficiency",
"AI Intern β Rapid Prototyping"
]
}
languages = {
"speak": [
"π¬π§ English",
"π·πΊ Russian"
],
"code": [
"π Python",
"π Go"
]
}
focus = [
"π§ LLM Systems",
"π Agent Architectures",
"π Evaluation & Observability",
"π Distributed Systems"
]
interests = [
"π NLP",
"π Science Fiction",
"βοΈ Developer Tooling"
]
def __str__(self):
return f"{self.name} β builder production AI systems"
π¦
chilll
Highlights
- Pro
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.



