HackerTrans
TopNewTrendsCommentsPastAskShowJobs

mgens

no profile record

comments

mgens
·11 เดือนที่ผ่านมา·discuss
A month ago I saw a Waymo turn left into a tiny alley in Palo Alto and continue at full 25mph speed, which was alarming. I guess the alley is marked as a regular road in the software? Highlights how even if it's safer than humans on average, they need to minimize these weird behaviors in order to get socially accepted and avoid $$$ liability when there is an accident.
mgens
·ปีที่แล้ว·discuss
Have been using them for non-interactive coding where latency is not an issue. Specifically, turning a set of many free-text requirements into SQL statements, so that later when an item's data is entered into the system, we can efficiently find which requirements it meets. The reasoning models' output quality is much better than the non-reasoning models like 3.5 Sonnet, it's not a subtle difference.
mgens
·ปีที่แล้ว·discuss
Unfortunately quite common to see serious mathematical issues in the medical literature. I guess due to a combination of math being essential to interpreting medical data and trial results, but most practitioners not having much depth of math knowledge. Just this week I came across the quote "Frequentist 95% CI: we can be 95% confident that the true estimate would lie within the interval." This is an incorrect interpretation of confidence intervals, but the amusing part is that it is from a tutorial paper about them, so the authors should have known better. And cited by 327! https://pmc.ncbi.nlm.nih.gov/articles/PMC6630113/
mgens
·ปีที่แล้ว·discuss
Right. For large-volume requests that use reasoning this will be quite useful. I have a task that requires the LLM to convert thousands of free-text statements into SQL select statements, and o3-mini-high is able to get many of the more complicated ones that GPT-4o and Sonnet 3.5 failed at. So I will be switching this task to either o3-mini or DeepSeek-R1.