Skip to content

disk0Dancer/disk0Dancer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

10 Commits
Β 
Β 

Repository files navigation

Hi there πŸ‘‹

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"

About

me

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors