Welcome! Iโ€™m starting this blog as a place to jot down notes about my research, papers Iโ€™m reading, and occasional thoughts on embodied AI and multimodal models.

What to expect

  • Research notes โ€” short summaries of papers I find interesting.
  • Project updates โ€” progress on things Iโ€™m working on.
  • Occasional opinions โ€” half-baked ideas that may turn into projects.

You can subscribe via RSS.

def hello(name: str) -> str:
    return f"Hello, {name}!"

print(hello("world"))

Thanks for reading.