HackerTrans
TopNewTrendsCommentsPastAskShowJobs

GabrielBianconi

no profile record

Submissions

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

tensorzero.com
35 points·by GabrielBianconi·2 месяца назад·10 comments

Designing for Agents

twitter.com
1 points·by GabrielBianconi·2 месяца назад·0 comments

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

tensorzero.com
3 points·by GabrielBianconi·4 месяца назад·0 comments

Mitchell Hashimoto on Feature Design [video]

twitter.com
3 points·by GabrielBianconi·7 месяцев назад·0 comments

Bandits in Your LLM Gateway

tensorzero.com
3 points·by GabrielBianconi·8 месяцев назад·0 comments

Claude Plays Catan [video]

youtube.com
3 points·by GabrielBianconi·10 месяцев назад·0 comments

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

tensorzero.com
4 points·by GabrielBianconi·10 месяцев назад·0 comments

How Kimi K2 achieves efficient RL parameter updates

moonshotai.github.io
3 points·by GabrielBianconi·10 месяцев назад·0 comments

Deploying DeepSeek on 96 H100 GPUs

lmsys.org
285 points·by GabrielBianconi·11 месяцев назад·80 comments

comments

GabrielBianconi
·29 дней назад·discuss
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 дней назад·discuss
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 дней назад·discuss
Thanks, that's exactly what happened.

The title is misleading unfortunately but that's how social media goes...
GabrielBianconi
·29 дней назад·discuss
Our team was much smaller. We didn't spend all the capital.
GabrielBianconi
·29 дней назад·discuss
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 дней назад·discuss
Thanks!
GabrielBianconi
·29 дней назад·discuss
See my sibling comment
GabrielBianconi
·29 дней назад·discuss
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 дней назад·discuss
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 дней назад·discuss
Yeah exactly. We didn't spend the majority of it.
GabrielBianconi
·29 дней назад·discuss
Mostly salaries to support a small team.

We are returning the remaining capital to investors.
GabrielBianconi
·29 дней назад·discuss
Turns out I was wrong :)
GabrielBianconi
·29 дней назад·discuss
Seed was in '24 actually but we only announced in '25.
GabrielBianconi
·29 дней назад·discuss
We raised in 2024 and only burned through ~$3m of it, mostly on salaries to support a small team.
GabrielBianconi
·29 дней назад·discuss
This was coincidental. Someone reported the issue last week, we fixed it, and published the advisory.
GabrielBianconi
·29 дней назад·discuss
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
·в прошлом месяце·discuss
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 месяца назад·discuss
It's getting more and more challenging to keep track!
GabrielBianconi
·4 месяца назад·discuss
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
·в прошлом году·discuss
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