Can I use these numbers in a client conversation? #32
The question in one lineCan I quote the cost-per-query and recall figures from these notebooks to a client? WhereNotebooks 06 and 07 |
Replies: 1 comment 3 replies
|
The numbers, no. The arithmetic and the method, absolutely — and that is the more valuable Three reasons the absolute values do not transfer: 1 · The corpus is synthetic. Generated from a fact graph so gold evidence is true by 2 · The components are stand-ins. LSA rather than a modern encoder; a logistic regression 3 · The rates are illustrative. $3/MTok in, $15/MTok out, reads at 0.1× — placeholders, What does transfer, and is worth bringing to a client:
How to actually do it: put the client's real rate card into Worth saying plainly: a client who catches you quoting a number from a teaching corpus will Seeded by faculty as a worked example of the format. Start your own thread rather than replying here unless you have something to add. |
The numbers, no. The arithmetic and the method, absolutely — and that is the more valuable
half anyway.
Three reasons the absolute values do not transfer:
1 · The corpus is synthetic. Generated from a fact graph so gold evidence is true by
construction, which is excellent for teaching measurement and means nothing about your client's
documents. It is also balanced by construction, which is why one of the deck's failure modes
does not reproduce here.
2 · The components are stand-ins. LSA rather than a modern encoder; a logistic regression
rather than a trained cross-encoder; an extractive reader rather than a model. Notebook 00
prints the full inventory. Recall figures are not comparable t…