Hello, world
This is the first post on vitorsampa.io. It exists mostly to verify the content collection wiring, but I’ll take the chance to say what this blog is for.
Why a blog
I’ve been meaning to write more about the ML and infrastructure work I do day to day. Notebooks and Slack messages don’t compound — posts do.
What to expect
- ML systems engineering — training, serving, evals, the unglamorous parts.
- Python tooling I actually use.
- The occasional aside about whatever I’m reading.
def hello(name: str) -> str:
return f"hello, {name}"
print(hello("world"))More soon.