Viewing profile — GabrielBianconi
GabrielBianconi
HN member- Joined
- Fri, Aug 09, 2013, 3:50 PM UTC
- HN karma
- 421
- Public activity
- 64 items
- HN profile
- View on Hacker News ↗
About GabrielBianconi
https://github.com/tensorzero/tensorzero
Recent public activity
-
comment
Comment #48519499
Thanks, appreciate the follow-up. It's certainly still to be determined if OSS AI infra will pan out, but I hope it does!
-
comment
Comment #48519120
Our investors aren't looking for safe , they're looking for a small chance in funding the next Databricks or similar. Most times it doesn't work out unfortunately, but that's part …
-
comment
Comment #48518948
Thanks, that's exactly what happened. The title is misleading unfortunately but that's how social media goes...
-
comment
Comment #48518866
Our team was much smaller. We didn't spend all the capital.
-
comment
Comment #48518840
It's pretty common. If a startup winds down before it runs out of money, it typically returns whatever is left to the investors. We didn't have any debt.
-
comment
Comment #48518819
Thanks!
-
comment
Comment #48518800
See my sibling comment
-
comment
Comment #48518798
There are many factors at play here but if I had to pick one... an open-source company has to find product market fit twice: first for the OSS project and again for a commercial pr…
-
comment
Comment #48518624
We raised most of the capital before we had any traction. We raised on a rolling basis and had millions in the bank before we had even published the open-source repository. Ultimat…
-
comment
Comment #48518556
Yeah exactly. We didn't spend the majority of it.
-
comment
Comment #48518491
Mostly salaries to support a small team. We are returning the remaining capital to investors.
-
comment
Comment #48518440
Turns out I was wrong :)
-
comment
Comment #48518280
Seed was in '24 actually but we only announced in '25.
-
comment
Comment #48518261
We raised in 2024 and only burned through ~$3m of it, mostly on salaries to support a small team.
-
comment
Comment #48518211
This was coincidental. Someone reported the issue last week, we fixed it, and published the advisory.
-
comment
Comment #48518120
I'm the co-founder and CEO of TensorZero. We started the company two and a half years ago, and raised $7.3m in 2024 (announced only almost a year later). We've spent less than half…
-
comment
Comment #48333754
Any function that can score (i.e. "evaluate") your LLM system (e.g. your agent). For example: - You write a heuristic (regex, code, etc.) that assigns a score to an output - You ma…
- story
- story
- story
-
comment
Comment #47798743
It's getting more and more challenging to keep track!
-
comment
Comment #47492113
TensorZero works with the OpenAI SDK out of the box: ``` from openai import OpenAI # Point the client to the TensorZero Gateway client = OpenAI(base_url="http://localhost:3000/open…
- story
- story
- story