HackerTrans
トップ新着トレンドコメント過去質問紹介求人

GabrielBianconi

no profile record

投稿

Even (very) noisy LLM evaluators are useful for improving AI agents

tensorzero.com
35 ポイント·投稿者 GabrielBianconi·2 か月前·10 コメント

Designing for Agents

twitter.com
1 ポイント·投稿者 GabrielBianconi·2 か月前·0 コメント

We're building an automated AI engineer, and it works

tensorzero.com
3 ポイント·投稿者 GabrielBianconi·4 か月前·0 コメント

Mitchell Hashimoto on Feature Design [video]

twitter.com
3 ポイント·投稿者 GabrielBianconi·7 か月前·0 コメント

Bandits in Your LLM Gateway

tensorzero.com
3 ポイント·投稿者 GabrielBianconi·8 か月前·0 コメント

Claude Plays Catan [video]

youtube.com
3 ポイント·投稿者 GabrielBianconi·10 か月前·0 コメント

Is OpenAI's Reinforcement Fine-Tuning (RFT) Worth It?

tensorzero.com
4 ポイント·投稿者 GabrielBianconi·10 か月前·0 コメント

How Kimi K2 achieves efficient RL parameter updates

moonshotai.github.io
3 ポイント·投稿者 GabrielBianconi·10 か月前·0 コメント

Deploying DeepSeek on 96 H100 GPUs

lmsys.org
285 ポイント·投稿者 GabrielBianconi·11 か月前·80 コメント

コメント

GabrielBianconi
·29 日前·議論
Thanks, appreciate the follow-up. It's certainly still to be determined if OSS AI infra will pan out, but I hope it does!
GabrielBianconi
·29 日前·議論
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 of the game.

(Also, we raised the capital in 2024 and didn't burn most of it.)
GabrielBianconi
·29 日前·議論
Thanks, that's exactly what happened.

The title is misleading unfortunately but that's how social media goes...
GabrielBianconi
·29 日前·議論
Our team was much smaller. We didn't spend all the capital.
GabrielBianconi
·29 日前·議論
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.
GabrielBianconi
·29 日前·議論
Thanks!
GabrielBianconi
·29 日前·議論
See my sibling comment
GabrielBianconi
·29 日前·議論
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 product. The AI market moves very quickly so it's easy to take a step in the wrong direction and fall behind.

I might publish a long-form reflection when the dust settles.
GabrielBianconi
·29 日前·議論
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. Ultimately we raised based on the team's background + vision.

The ~1% figure might be outdated today but it was a best-effort estimate a couple of months ago. TensorZero powered tens of trillions of inference tokens per month. TensorZero is not widely used but it was used by a couple of extreme-scale users.
GabrielBianconi
·29 日前·議論
Yeah exactly. We didn't spend the majority of it.
GabrielBianconi
·29 日前·議論
Mostly salaries to support a small team.

We are returning the remaining capital to investors.
GabrielBianconi
·29 日前·議論
Turns out I was wrong :)
GabrielBianconi
·29 日前·議論
Seed was in '24 actually but we only announced in '25.
GabrielBianconi
·29 日前·議論
We raised in 2024 and only burned through ~$3m of it, mostly on salaries to support a small team.
GabrielBianconi
·29 日前·議論
This was coincidental. Someone reported the issue last week, we fixed it, and published the advisory.
GabrielBianconi
·29 日前·議論
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 of this amount.

Earlier this week we came to the difficult decision to wind down the project. The open-source repository remains available on GitHub (Apache 2.0) but won't be actively maintained by the team moving forward.
GabrielBianconi
·先月·議論
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 make another LLM score the output from your system (aka "LLM-as-a-judge")

- You have an automated system that can verify the generated outputs (e.g. does generated code compile or pass tests?)

People often talk about "LLM evals (evaluations)" which will include a set of evaluators i.e. scoring functions.

We'll make this clearer next time!
GabrielBianconi
·3 か月前·議論
It's getting more and more challenging to keep track!
GabrielBianconi
·4 か月前·議論
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/openai/v1", api_key="not-used")

response = client.chat.completions.create(

    # Call any model provider (or TensorZero function)

    model="tensorzero::model_name::anthropic::claude-sonnet-4-6",

    messages=[

        {

            "role": "user",

            "content": "Share a fun fact about TensorZero.",

        }

    ],
)

```

You can layer additional features only as needed (fallbacks, templates, A/B testing, etc).
GabrielBianconi
·昨年·議論
TensorZero | https://github.com/tensorzero/tensorzero | Founding Member of Technical Staff | NYC (onsite) | Full-time

TensorZero creates a feedback loop for optimizing LLM applications — turning production data into smarter, faster, and cheaper models.

We're looking for a Founding Member of Technical Staff with any of the following skillsets:

‣ Back-end / Systems Engineering (Rust)

‣ Front-end / Design Engineering (React)

‣ ML Engineering / Research (Python)

What we offer:

‣ Vast majority of your work → open source

‣ Years of runway

‣ Small and entirely technical team: former Rust compiler maintainer, ML researchers with 1000's of citations, decacorn CPO

‣ $200-250k base + up to 1% equity + benefits

‣ Onsite (5 days) in NYC

More information: https://tensorzero.com/candidate-brief

Apply: https://www.tensorzero.com/jobs