Astra for Law
Astra for Law is a product by OpenAI designed to assist legal professionals with AI-powered tools. It aims to streamline legal research and analysis using advanced AI technology. (openai.com)
The piece argues that using large language models as end-to-end classifiers is the wrong framing and that LLM outputs should be treated as features for conventional ML models. LLMs produce useful signal but give hard, poorly calibrated labels, ignore structured covariates, and leave unclear how prompt content influences decisions. Wrapping an LLM verdict as a numeric feature in a logistic regression (p(y=1|x)=σ(α+β·LLM(x))) and fitting parameters on labeled data restores calibration, threshold control, the ability to include other covariates or reweight for different populations, and clearer attribution of the LLM’s contribution. Any downstream model (logistic regression, xgboost, neural nets, rules) is plug-and-play once features are extracted.
An empirical test on SemEval 2018 irony detection (4,618 tweets) uses Gemini-3.1 with a one-shot prompt and achieves TPR 0.965, FNR 0.035, Brier 0.259, F1 0.747. Fitting a logistic regression over the LLM verdict calibrates probabilities and reduces Brier to 0.175 with unchanged F1. Error analysis motivates richer features: log-probabilities, repeated runs, sub-verdicts, and a battery of linguistic subquestions (humor, plausibility, need for context, contrast, rhetorical form, etc.). The overall claim is practical and specific: LLMs excel at feature engineering, and modest labeled data plus standard supervised models produce more reliable, interpretable classifiers.
Summary generated by AI from the linked article. hn.today is not affiliated with Hacker News or Y Combinator.
Astra for Law is a product by OpenAI designed to assist legal professionals with AI-powered tools. It aims to streamline legal research and analysis using advanced AI technology. (openai.com)
Canto is a new speech model by Wispr AI designed for real-world dictation, performing well with background noise and varied conditions. It achieved the lowest word error rate among tested models in real-world scenarios, outperforming competitors like Google and OpenAI. (wisprflow.ai)
Apple's new AI Siri, launched with OS 27, can access and interpret data across Apple apps to assist with personal queries, replacing many traditional searches. It demonstrated impressive capabilities in tests, though it still has some limitations. (pogueman.substack.com)
Agents can perform complex code migrations and rewrites with proper guardrails, but most software development still relies on human engineers. Future self-driving codebases will focus on enabling engineers to concentrate on high-level ideas, with automation handling routine tasks. (blog.detail.dev)
Weaviate's 4-bit rotational quantization reduces memory usage by 45% with less than 1% recall loss, improving vector search efficiency. Enhancements like SIMD support for Fast Walsh-Hadamard Transforms significantly boost encoding speed across hardware platforms. (weaviate.io)
Palantir CEO Alex Karp urged for reasonable guidelines and regulations for artificial intelligence to address its inherent risks. He also suggested that AI labs might need to be nationalized to ensure accountability for harmful technology development. (cnbc.com)
Today's best Hacker News stories, summarized and screenshotted, one email a day.