New blog
All checks were successful
Deploy Website / build-and-deploy (push) Successful in 1m3s

This commit is contained in:
2026-06-08 19:31:19 -04:00
parent 581f888218
commit 358e9cee4a
20 changed files with 586 additions and 102 deletions

View File

@@ -12,16 +12,17 @@ export default function Home() {
<div className="page-frame py-16 sm:py-20">
<section className="mx-auto grid min-h-[calc(100vh-11rem)] max-w-[64rem] gap-6 lg:grid-cols-[minmax(0,39rem)_15rem] lg:items-center lg:gap-4">
<div className="max-w-[39rem] space-y-6">
<p className="eyebrow">Akshay Kolli / Research + Writing</p>
<p className="eyebrow">Akshay Kolli / UMass Lowell</p>
<div className="space-y-4">
<h1 className="max-w-[34rem] text-balance font-sans text-5xl font-medium leading-[0.96] text-ink sm:text-6xl lg:text-7xl">
World models and reinforcement learning.
World models for RL.
</h1>
<div className="max-w-[32rem] space-y-3 text-[1.04rem] leading-8 text-ink-soft sm:text-[1.1rem]">
<p>
I&apos;m a CS PhD student at UMass Lowell building world models for autonomous agents.
I&apos;m a CS PhD student working on world models for reinforcement learning,
ML hardware, GPUs, and deep learning systems.
</p>
</div>
</div>