<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Hacker News: imaurer</title><link>https://news.ycombinator.com/user?id=imaurer</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Sat, 16 May 2026 10:48:04 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=imaurer" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by imaurer in "Delve – Fake Compliance as a Service"]]></title><description><![CDATA[
<p>vibe compliance</p>
]]></description><pubDate>Fri, 20 Mar 2026 18:54:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=47458985</link><dc:creator>imaurer</dc:creator><comments>https://news.ycombinator.com/item?id=47458985</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47458985</guid></item><item><title><![CDATA[I call them "Loop Bots"]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.imaurer.com/blog/posts/2025-07-15-i-call-them-loop-bots/">https://www.imaurer.com/blog/posts/2025-07-15-i-call-them-loop-bots/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=44576314">https://news.ycombinator.com/item?id=44576314</a></p>
<p>Points: 5</p>
<p># Comments: 2</p>
]]></description><pubDate>Tue, 15 Jul 2025 22:04:04 +0000</pubDate><link>https://www.imaurer.com/blog/posts/2025-07-15-i-call-them-loop-bots/</link><dc:creator>imaurer</dc:creator><comments>https://news.ycombinator.com/item?id=44576314</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44576314</guid></item><item><title><![CDATA[New comment by imaurer in "Prelude – a tiny CLI tool building context prompts from your code"]]></title><description><![CDATA[
<p>Have a bunch of Makerile commands (pbcopy-api, pbcopy-ui, pbcopy-curr) that use some mishmash of git ls-files, grep, xargs tail -n +1 piped into pbcopy.<p>Kitchen sink command:
  pbcopy-all: git ls-files | xargs tail -n +1 | pbcopy<p>Works like a charm in Q2 2024.<p>I’m sure this will be a very solved problem by 2025.</p>
]]></description><pubDate>Sun, 21 Jul 2024 13:11:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=41024837</link><dc:creator>imaurer</dc:creator><comments>https://news.ycombinator.com/item?id=41024837</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41024837</guid></item><item><title><![CDATA[New comment by imaurer in "The one about the web developer job market"]]></title><description><![CDATA[
<p>“ Finding effective documentation, information, and training is likely to get harder, especially in specialised topics where LLMs are even less effective than normal.”<p>Who needs documentation with Claude and pbcopy?</p>
]]></description><pubDate>Wed, 27 Mar 2024 20:35:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=39844280</link><dc:creator>imaurer</dc:creator><comments>https://news.ycombinator.com/item?id=39844280</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39844280</guid></item><item><title><![CDATA[New comment by imaurer in "Tech Debt: My Rust Library Is Now a CDO"]]></title><description><![CDATA[
<p>I'm excited for the Michael Lewis version of the Rust library ecosystem.</p>
]]></description><pubDate>Tue, 26 Mar 2024 14:07:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=39828001</link><dc:creator>imaurer</dc:creator><comments>https://news.ycombinator.com/item?id=39828001</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39828001</guid></item><item><title><![CDATA[New comment by imaurer in "OpenAI GPT-4 vs. Groq Mistral-8x7B"]]></title><description><![CDATA[
<p>Groq will soon support function calling. At that point, you would want to describe your data specification and use function calling to do extraction. Tools such as Pydantic and Instructor are good starting points.<p>I am collecting these approaches and tools here:
<a href="https://github.com/imaurer/awesome-llm-json">https://github.com/imaurer/awesome-llm-json</a></p>
]]></description><pubDate>Fri, 22 Mar 2024 17:12:49 +0000</pubDate><link>https://news.ycombinator.com/item?id=39792780</link><dc:creator>imaurer</dc:creator><comments>https://news.ycombinator.com/item?id=39792780</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39792780</guid></item><item><title><![CDATA[New comment by imaurer in "Inversion: Fast, Reliable Structured LLMs"]]></title><description><![CDATA[
<p>Currently, LLM models are not state of the art at Named Entity Recognition. They are slower, more expensive and less accurate than a fine tuned BERT model.<p>However, they are way easier to get started with using in context learning. Soon, they will be cheaper and probably faster enough too that training your own model will be a waste of time for 95% of use cases (probably higher because it will unlock use cases that wouldn’t break even with the old NLP approaches from a value perspective).<p>This is why I am tracking LLM structured outputs here:<p><a href="https://github.com/imaurer/awesome-llm-json">https://github.com/imaurer/awesome-llm-json</a><p>And created an autocorrecting pydantic library that could be used for Named entity linking:<p><a href="https://github.com/genomoncology/FuzzTypes">https://github.com/genomoncology/FuzzTypes</a></p>
]]></description><pubDate>Tue, 19 Mar 2024 12:57:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=39755237</link><dc:creator>imaurer</dc:creator><comments>https://news.ycombinator.com/item?id=39755237</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39755237</guid></item><item><title><![CDATA[FuzzTypes: Pydantic Library for Auto-Correcting Annotation Types]]></title><description><![CDATA[
<p>Article URL: <a href="https://github.com/genomoncology/FuzzTypes">https://github.com/genomoncology/FuzzTypes</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=39715157">https://news.ycombinator.com/item?id=39715157</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Fri, 15 Mar 2024 13:20:15 +0000</pubDate><link>https://github.com/genomoncology/FuzzTypes</link><dc:creator>imaurer</dc:creator><comments>https://news.ycombinator.com/item?id=39715157</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39715157</guid></item><item><title><![CDATA[New comment by imaurer in "Show HN: We built the fastest spreadsheet"]]></title><description><![CDATA[
<p>R2 support for egress $$ reasons?</p>
]]></description><pubDate>Thu, 29 Feb 2024 18:32:51 +0000</pubDate><link>https://news.ycombinator.com/item?id=39553126</link><dc:creator>imaurer</dc:creator><comments>https://news.ycombinator.com/item?id=39553126</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39553126</guid></item><item><title><![CDATA[New comment by imaurer in "IAC sold 17 apps to Bending Spoons. $100M deal, all 330 employees fired"]]></title><description><![CDATA[
<p>How'd they get both Chainsmokers?</p>
]]></description><pubDate>Fri, 12 Jan 2024 19:50:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=38973033</link><dc:creator>imaurer</dc:creator><comments>https://news.ycombinator.com/item?id=38973033</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38973033</guid></item><item><title><![CDATA[What Is a GPT?]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.imaurer.com/what-are-gpts/">https://www.imaurer.com/what-are-gpts/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=38919059">https://news.ycombinator.com/item?id=38919059</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Mon, 08 Jan 2024 22:18:47 +0000</pubDate><link>https://www.imaurer.com/what-are-gpts/</link><dc:creator>imaurer</dc:creator><comments>https://news.ycombinator.com/item?id=38919059</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38919059</guid></item><item><title><![CDATA[New comment by imaurer in "LuaX: A Lua Dialect with JSX"]]></title><description><![CDATA[
<p>I don’t know anything about Lua other than I want to try it out because of redbean [1]. Wonder if this project can work with that?<p>[1] <a href="https://redbean.dev/" rel="nofollow">https://redbean.dev/</a></p>
]]></description><pubDate>Sun, 31 Dec 2023 14:10:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=38824132</link><dc:creator>imaurer</dc:creator><comments>https://news.ycombinator.com/item?id=38824132</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38824132</guid></item><item><title><![CDATA[New comment by imaurer in "Weaviate – Open-Source AI Native Vector Database"]]></title><description><![CDATA[
<p>One feature I haven’t seen people write about is the ref2vec capability. I find this to be an interesting way to get some knowledge graph-like capabilities out of Weaviate.<p>Posting here to see if someone sees it by happenstance and writes an awesome article about it someday so I can read it.<p><a href="https://weaviate.io/blog/ref2vec-centroid" rel="nofollow">https://weaviate.io/blog/ref2vec-centroid</a></p>
]]></description><pubDate>Mon, 29 May 2023 22:26:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=36118830</link><dc:creator>imaurer</dc:creator><comments>https://news.ycombinator.com/item?id=36118830</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36118830</guid></item><item><title><![CDATA[New comment by imaurer in "Donut: OCR-Free Document Understanding Transformer"]]></title><description><![CDATA[
<p>Two places I use it: Preview on my Mac, photos on my phone. Haven’t seen an api yet.</p>
]]></description><pubDate>Mon, 29 May 2023 18:25:18 +0000</pubDate><link>https://news.ycombinator.com/item?id=36116526</link><dc:creator>imaurer</dc:creator><comments>https://news.ycombinator.com/item?id=36116526</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36116526</guid></item><item><title><![CDATA[The Answer Is the Easy Part]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.imaurer.com/the-answer-is-the-easy-part/">https://www.imaurer.com/the-answer-is-the-easy-part/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=35988607">https://news.ycombinator.com/item?id=35988607</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Thu, 18 May 2023 14:37:52 +0000</pubDate><link>https://www.imaurer.com/the-answer-is-the-easy-part/</link><dc:creator>imaurer</dc:creator><comments>https://news.ycombinator.com/item?id=35988607</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=35988607</guid></item><item><title><![CDATA[New comment by imaurer in "Which vector similarity metric should I use?"]]></title><description><![CDATA[
<p>Yes</p>
]]></description><pubDate>Tue, 16 May 2023 16:20:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=35964027</link><dc:creator>imaurer</dc:creator><comments>https://news.ycombinator.com/item?id=35964027</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=35964027</guid></item><item><title><![CDATA[New comment by imaurer in "Which vector similarity metric should I use?"]]></title><description><![CDATA[
<p>Yes, cosine distance works best in convex or normalized sets. Thinking about adding this caveat. Thanks for the question.</p>
]]></description><pubDate>Tue, 16 May 2023 16:05:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=35963797</link><dc:creator>imaurer</dc:creator><comments>https://news.ycombinator.com/item?id=35963797</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=35963797</guid></item><item><title><![CDATA[Which vector similarity metric should I use?]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.imaurer.com/which-vector-similarity-metric-should-i-use/">https://www.imaurer.com/which-vector-similarity-metric-should-i-use/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=35963261">https://news.ycombinator.com/item?id=35963261</a></p>
<p>Points: 2</p>
<p># Comments: 4</p>
]]></description><pubDate>Tue, 16 May 2023 15:34:15 +0000</pubDate><link>https://www.imaurer.com/which-vector-similarity-metric-should-i-use/</link><dc:creator>imaurer</dc:creator><comments>https://news.ycombinator.com/item?id=35963261</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=35963261</guid></item><item><title><![CDATA[Medical AI: How to raise and eventually make money]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.imaurer.com/funding-reimbursement-medical-ai/">https://www.imaurer.com/funding-reimbursement-medical-ai/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=35947825">https://news.ycombinator.com/item?id=35947825</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Mon, 15 May 2023 13:29:44 +0000</pubDate><link>https://www.imaurer.com/funding-reimbursement-medical-ai/</link><dc:creator>imaurer</dc:creator><comments>https://news.ycombinator.com/item?id=35947825</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=35947825</guid></item><item><title><![CDATA[New comment by imaurer in "What is a Vector Database? (2021)"]]></title><description><![CDATA[
<p>Well Weaviate is graphql and it has filtering and hybrid search which is a great feature that pg can’t fully support because it doesn’t have bm25<p><a href="https://weaviate.io/developers/weaviate/api/graphql/filters" rel="nofollow">https://weaviate.io/developers/weaviate/api/graphql/filters</a><p><a href="https://weaviate.io/blog/hybrid-search-explained" rel="nofollow">https://weaviate.io/blog/hybrid-search-explained</a><p>I have a ChatGPT session where I have asked it to do a hybrid search using filtering, pg fts and vector search. Looks reasonable just need to test it and write it up somewhere.</p>
]]></description><pubDate>Fri, 05 May 2023 12:57:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=35828628</link><dc:creator>imaurer</dc:creator><comments>https://news.ycombinator.com/item?id=35828628</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=35828628</guid></item></channel></rss>