Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified public/Gleb_Khaykin.pdf
Binary file not shown.
26 changes: 12 additions & 14 deletions src/app/about/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,9 @@ export default function AboutPage() {
<div className="mt-2 space-y-1 text-base text-pretty">
<ul className="list-disc space-y-1 space-x-0 pl-4">
<li>
ML platform engineer working on large-scale ML systems,
infrastructure, and DevOps
ML infrastructure and platform engineer specializing in
large-scale distributed systems for training and inference,
MLOps, and DevOps
</li>
<li>
Currently on the Model Shaping team at{" "}
Expand All @@ -71,11 +72,11 @@ export default function AboutPage() {
hover:underline hover:opacity-80
`}
>
Together.ai
Together AI
</a>
, building infrastructure and tooling for fine-tuning,
reinforcement learning, evaluation, quantization, and
distillation of open-source LLMs
, building infrastructure and platform tooling for
fine-tuning, RL, evaluation, quantization, and distillation
of open-source LLMs at scale
</li>
<li>
Studied{" "}
Expand Down Expand Up @@ -112,11 +113,9 @@ export default function AboutPage() {
hover:underline hover:opacity-80
`}
>
National Research University &quot;Higher School of
Economics&quot;
</a>{" "}
which equips me with a comprehensive understanding of both
the business and technical aspects of projects
HSE University
</a>
, combining technical depth with business perspective
</li>
<li>
Passed{" "}
Expand All @@ -131,9 +130,8 @@ export default function AboutPage() {
>
CFA Level 1
</a>{" "}
in my third year of undergrad; still keen on investing and
portfolio management, so I may complete the remaining levels
someday
during undergrad; maintain interest in quantitative finance
and portfolio management
</li>
</ul>
</div>
Expand Down