why aren't all 6 resolved? a statement only gets an assessment when the public
record can support or contradict it. opinions and what-ifs never can, and 0 checkable
ones are still open, waiting for their date. predictions held up or didn't;
assertions are supported or contradicted. on every card:
▮▮▮▮▮ certainty ·
▮▮▮▮▮ debate potential. speakers are clickable
Insight
Liu: Companies abandon LLM frameworks to regain control over prompts
“So much of it is changing that if you give control of these systems away too early, you end up ultimately wanting them back. Like many companies I know that I reach out or ones were like, oh, we're going off of the frameworks because now that we know what the …”
Insight
Liu: Structured LLM outputs unlock traditional computer science reasoning algorithms
“Embeddings really is kind of like the lowest hanging fruit, and using something like Instructor can really help produce a data structure, and then you can just use your computer science to reason about this data structure.”
Opinion
Liu: Instructor is not a billion-dollar startup opportunity
“But to back to the instructor thing, I just don't think it's a billion dollar company.”
Assertion Not checkable as stated
Swix: OpenAI Structured Outputs cut API costs by 55% vs Instructor
“We use structured outputs for AI news. I use Instructor and I ripped it out and I think it, I saved 20 lines of code, but more importantly, it was like, we cut it by 55% of API costs based on what I measured because of all we saved on the retries.”
Disclosure
Liu: Instructor was designed as a minimal wrapper akin to Requests
“And so I just said, let me write, like, the most simple SDK around the OpenAI SDK, sorry, simple wrapper on the SDK, just handle the response model a bit, and kind of think of myself more like requests than an actual framework that people can use.”
Insight
Liu: LLMs excel at identifying nodes and edges for knowledge graphs
“One of the things we found out about these language models is that not only can you define nodes, it's really good at figuring out what are nodes and what are edges.”