<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: nibab</title><link>https://news.ycombinator.com/user?id=nibab</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Mon, 15 Jun 2026 10:17:06 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=nibab" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by nibab in "Anthropic's Self Governance Is an Act of Social Violence"]]></title><description><![CDATA[
<p>thats a narrow interpretation. people can be violent by causing emotional harm. what do you call that?</p>
]]></description><pubDate>Wed, 10 Jun 2026 22:21:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=48483549</link><dc:creator>nibab</dc:creator><comments>https://news.ycombinator.com/item?id=48483549</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48483549</guid></item><item><title><![CDATA[Anthropic's Self Governance Is an Act of Social Violence]]></title><description><![CDATA[
<p>Article URL: <a href="https://cezarbabin.com/notes/anthropic-self-governance-is-an-act-of-social-violence.html">https://cezarbabin.com/notes/anthropic-self-governance-is-an-act-of-social-violence.html</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=48482437">https://news.ycombinator.com/item?id=48482437</a></p>
<p>Points: 2</p>
<p># Comments: 3</p>
]]></description><pubDate>Wed, 10 Jun 2026 20:44:20 +0000</pubDate><link>https://cezarbabin.com/notes/anthropic-self-governance-is-an-act-of-social-violence.html</link><dc:creator>nibab</dc:creator><comments>https://news.ycombinator.com/item?id=48482437</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48482437</guid></item><item><title><![CDATA[The Abundance Mirage: why the road to hell is paved in unchallenged assumptions]]></title><description><![CDATA[
<p>Article URL: <a href="https://cezarbabin.com/notes/designing-a-dictatorship.html">https://cezarbabin.com/notes/designing-a-dictatorship.html</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=48373569">https://news.ycombinator.com/item?id=48373569</a></p>
<p>Points: 4</p>
<p># Comments: 0</p>
]]></description><pubDate>Tue, 02 Jun 2026 17:45:39 +0000</pubDate><link>https://cezarbabin.com/notes/designing-a-dictatorship.html</link><dc:creator>nibab</dc:creator><comments>https://news.ycombinator.com/item?id=48373569</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48373569</guid></item><item><title><![CDATA[Discovery vs. Tokenmaxxing]]></title><description><![CDATA[
<p>Article URL: <a href="https://cezarbabin.com/notes/discovery-vs-tokenmaxxing.html">https://cezarbabin.com/notes/discovery-vs-tokenmaxxing.html</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=48356837">https://news.ycombinator.com/item?id=48356837</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Mon, 01 Jun 2026 13:48:44 +0000</pubDate><link>https://cezarbabin.com/notes/discovery-vs-tokenmaxxing.html</link><dc:creator>nibab</dc:creator><comments>https://news.ycombinator.com/item?id=48356837</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48356837</guid></item><item><title><![CDATA[New comment by nibab in "KV Sharing, MHC, and Compressed Attention"]]></title><description><![CDATA[
<p>cool stuff. my comp sci major feels almost completely redundant in this new vibecoding era and i feel like the only way to stay relevant as a programmer is to learn all these compute primitives and become an LLM systems guy.</p>
]]></description><pubDate>Tue, 19 May 2026 19:27:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=48198203</link><dc:creator>nibab</dc:creator><comments>https://news.ycombinator.com/item?id=48198203</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48198203</guid></item><item><title><![CDATA[New comment by nibab in "The bottleneck was never the code"]]></title><description><![CDATA[
<p>the tediousness of keeping documentation up to date and the natural tendency towards small attention spans has always come up as a tax on organizational efficiency: complicated org structures, legibility exercises, communication tollgates etc. there is real value in reducing the friction in the former so that the latter becomes less of a burden.<p>at the same time, context poisoning is a real cognitive problem for humans too and I can't tell you the number of times I've seen irrelevant details become a drag on execution. my fear is that having too much context will only cause bikeshedding and a revisiting of prior decisions.<p>frankly, our organizational structures were already pretty good at creating mechanisms for eliciting the right implicit context at large scales. it is possible that we're just going to come up with the same mechanisms from first principles...</p>
]]></description><pubDate>Wed, 06 May 2026 16:48:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=48038405</link><dc:creator>nibab</dc:creator><comments>https://news.ycombinator.com/item?id=48038405</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48038405</guid></item><item><title><![CDATA[Show HN: An unstructured data workspace for data transformations with LLM]]></title><description><![CDATA[
<p>hi HN!<p>a couple of months ago I had to analyze a few thousand audio recordings to help identify issues with customer support. i was able to get some raw high-level initial results with python scripts invoking LLM APIs, but they were too general and unhelpful. writing basic prompts is easy, but tuning them and making them specific enough to ensure no faint signal is missed is hard. you need to iterate through the data with an initial prompt, segment the data into different buckets, chain another prompt for each bucket etc. Then you need to constantly review the raw data to tweak the prompts just the right way to get the desired results.<p>There are no good user-facing tools for scaling to thousands of rows of unstructured data analysis with LLMs. Claude Cowork / agents with access to filesystems are scratching the surface, but having a text-only UI is challenging, especially when you want to go back and adjust your research pipeline, narrow down deterministically to a specific subset of your data with SQL-like filters, or do any cost management. Scaling past 100 files is not well supported. Deep research is difficult to steer and verify.<p>I needed a mini-data warehouse that could help me get insights out of my data, optimize costs with bulk LLM operations (via cost estimation and model choice), and let me browse and verify the data in a user-friendly way, without requiring me to set up something like Databricks. So, I built folio.<p>Folio is a free, local, macOS app for analyzing your unstructured data with LLMs. It's a UI wrapper around a minimal data warehouse that lets users (and agents) do LLM-based transformations on big unstructured datasets. All you need to get started is an AI API key and an account with modal.com<p>Users bring their files into Folio which then get loaded into a tabl, where each row contains a markdown representation of the file contents. Users can then run LLM operations in bulk on those files and use sql filters to create views and narrow down the scope of the transformations. Agents are a first-class citizen and they can plug into folio to do most of the work for you. To take load off the desktop for OCR/Audio Transcription as well as the thousands of http requests to AI APIs we integrate with modal.com as the execution engine. A local orchestrator fans out jobs to modal and then fans them in once complete. Data is never stored anywhere, and only moves in transit through AI API provider and the user's own modal infrastructure.<p>folio workspaces are multi-modal (you can load different data types in the same workspace and move it through the same analysis pipeline) and they can support thousands of files.<p>People use folio today to:
- review customer support tickets/emails: bucket issue into different categories, narrow in on categories of interest, and then action that data by generating a response.
- extract detailed data from financial documents: load all data that can be found on a particular company, extract structured data like revenue numbers and projections.
- do literature reviews: there are lots of agents that help you load data from research paper repositories. once that data is loaded into folio, users can do a steerable deep research over those files.
- perform criteria-based search: generate yes/no criteria like "document contains data on XYZ", "document mentions ABC", "documented cites XYZ".<p>Companies like v7labs, hebbia, Legora, Harvey have similar "Tabular Document Review" features, but they are not scalable or compatible with outside agents like Claude Code. Additionally they require expensive enterprise contracts.<p>I see folio moving beyond data analysis into the perfect companion for agentic tasks that require a human-facing UI/UX, cost management and actioning on data in bulk.<p>Website: <a href="https://www.usefolio.ai" rel="nofollow">https://www.usefolio.ai</a>
Github: <a href="https://github.com/usefolio/folio" rel="nofollow">https://github.com/usefolio/folio</a>
X: <a href="https://x.com/usefolio_ai" rel="nofollow">https://x.com/usefolio_ai</a><p>Looking forward to hearing what people think!</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47532301">https://news.ycombinator.com/item?id=47532301</a></p>
<p>Points: 4</p>
<p># Comments: 0</p>
]]></description><pubDate>Thu, 26 Mar 2026 16:12:26 +0000</pubDate><link>https://www.usefolio.ai/</link><dc:creator>nibab</dc:creator><comments>https://news.ycombinator.com/item?id=47532301</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47532301</guid></item><item><title><![CDATA[Free alternative to Harvey/Legora's tabular document review]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.usefolio.ai/blog/a-tabular-document-review-companion-for-your-claude-legal-skill">https://www.usefolio.ai/blog/a-tabular-document-review-companion-for-your-claude-legal-skill</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47415806">https://news.ycombinator.com/item?id=47415806</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Tue, 17 Mar 2026 17:39:39 +0000</pubDate><link>https://www.usefolio.ai/blog/a-tabular-document-review-companion-for-your-claude-legal-skill</link><dc:creator>nibab</dc:creator><comments>https://news.ycombinator.com/item?id=47415806</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47415806</guid></item><item><title><![CDATA[Search, not AI, is still king]]></title><description><![CDATA[
<p>Article URL: <a href="https://babin.posthaven.com/search-not-ai-is-still-king">https://babin.posthaven.com/search-not-ai-is-still-king</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47047544">https://news.ycombinator.com/item?id=47047544</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Tue, 17 Feb 2026 13:59:08 +0000</pubDate><link>https://babin.posthaven.com/search-not-ai-is-still-king</link><dc:creator>nibab</dc:creator><comments>https://news.ycombinator.com/item?id=47047544</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47047544</guid></item><item><title><![CDATA[First to Be Second: Why Enduring AI Companies Will Be Started After This Wave]]></title><description><![CDATA[
<p>Article URL: <a href="https://babin.posthaven.com/first-to-be-second-why-enduring-ai-companies-will-be-started-after-this-wave">https://babin.posthaven.com/first-to-be-second-why-enduring-ai-companies-will-be-started-after-this-wave</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=46975150">https://news.ycombinator.com/item?id=46975150</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Wed, 11 Feb 2026 14:11:54 +0000</pubDate><link>https://babin.posthaven.com/first-to-be-second-why-enduring-ai-companies-will-be-started-after-this-wave</link><dc:creator>nibab</dc:creator><comments>https://news.ycombinator.com/item?id=46975150</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46975150</guid></item><item><title><![CDATA[New comment by nibab in "Launch HN: Onyx (YC W24) – Open-source chat UI"]]></title><description><![CDATA[
<p>fabulous work. ive been following you since danswer. you certainly create a lot of value and have been successful in getting the community to cover the long tail of integrations.<p>its interesting to see how "lock-in" is the main pitch here. all things considered, i don't think "lock-in" is relevant at all unless the activity performed with the tool is highly strategic to the company.<p>you could argue that some orgs may not want openai/anthropic to have their sensitive data leave the parameter, but im also here to tell you that even the most privacy sensitive companies in the world probably resolve this by having a proxy in between the users and the LLM APIs from the labs.<p>so where does this leave you ? cost savings from OSS? maybe, but its hard to imagine that we are in the phase of the adoption cycle where companies have become as acutely aware of costs as you think they are.<p>my 2c - focus on the integrations and see which one gets most traction. that will be your value capture mechanism long-term.</p>
]]></description><pubDate>Thu, 27 Nov 2025 02:23:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=46064840</link><dc:creator>nibab</dc:creator><comments>https://news.ycombinator.com/item?id=46064840</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46064840</guid></item><item><title><![CDATA[New comment by nibab in "Ilya Sustkever's deposition reveals previously unknown details [pdf]"]]></title><description><![CDATA[
<p>Looks like Mira/Brad Lightcap were under the impression tha gdb was essentially fired from Stripe. Also, interestingly, Ilya seems not to know who is paying his legal bills?!</p>
]]></description><pubDate>Sun, 02 Nov 2025 13:46:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=45790326</link><dc:creator>nibab</dc:creator><comments>https://news.ycombinator.com/item?id=45790326</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45790326</guid></item><item><title><![CDATA[Ilya Sustkever's deposition reveals previously unknown details [pdf]]]></title><description><![CDATA[
<p>Article URL: <a href="https://storage.courtlistener.com/recap/gov.uscourts.cand.433688/gov.uscourts.cand.433688.340.1.pdf">https://storage.courtlistener.com/recap/gov.uscourts.cand.433688/gov.uscourts.cand.433688.340.1.pdf</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=45790325">https://news.ycombinator.com/item?id=45790325</a></p>
<p>Points: 25</p>
<p># Comments: 8</p>
]]></description><pubDate>Sun, 02 Nov 2025 13:46:36 +0000</pubDate><link>https://storage.courtlistener.com/recap/gov.uscourts.cand.433688/gov.uscourts.cand.433688.340.1.pdf</link><dc:creator>nibab</dc:creator><comments>https://news.ycombinator.com/item?id=45790325</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45790325</guid></item><item><title><![CDATA[New comment by nibab in "Migrating from AWS to Hetzner"]]></title><description><![CDATA[
<p>It was never about price or performance. Price and performance may be things you care about as a hobbyist, but as a business you have a lot of other considerations.</p>
]]></description><pubDate>Fri, 17 Oct 2025 13:00:46 +0000</pubDate><link>https://news.ycombinator.com/item?id=45616266</link><dc:creator>nibab</dc:creator><comments>https://news.ycombinator.com/item?id=45616266</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45616266</guid></item><item><title><![CDATA[New comment by nibab in "Launch HN: Extend (YC W23) – Turn your messiest documents into data"]]></title><description><![CDATA[
<p>at ng3n.ai ive been using datalab.to for document processing. currently its mostly for conversion to markdown and some extraction.<p>ng3n is more of a grid-like workflow solution on top of documents. it's a user-facing application geared towards non-technical users that have processing needs.<p>if there are all these new problems that became solvable, what exactly are they?<p>id be interested in replacing datalab with extend, but im not sure what avenues that opens for ng3n. would be very curious to learn!</p>
]]></description><pubDate>Thu, 09 Oct 2025 18:29:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=45531324</link><dc:creator>nibab</dc:creator><comments>https://news.ycombinator.com/item?id=45531324</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45531324</guid></item><item><title><![CDATA[New comment by nibab in "Show HN: Recall: Give Claude memory with Redis-backed persistent context"]]></title><description><![CDATA[
<p>Isn’t that what agents.md or Claude.md is for?</p>
]]></description><pubDate>Thu, 09 Oct 2025 00:33:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=45522169</link><dc:creator>nibab</dc:creator><comments>https://news.ycombinator.com/item?id=45522169</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45522169</guid></item><item><title><![CDATA[New comment by nibab in "An Interview with OpenAI CEO Sam Altman About DevDay and the AI Buildout"]]></title><description><![CDATA[
<p>I think the discussion about normie users vs twitter bubble is fascinating. As times goes on, power users are going to have a worse and worse experience.</p>
]]></description><pubDate>Wed, 08 Oct 2025 16:46:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=45518129</link><dc:creator>nibab</dc:creator><comments>https://news.ycombinator.com/item?id=45518129</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45518129</guid></item><item><title><![CDATA[ChatGPT is the new browser and memory is the new cookie]]></title><description><![CDATA[
<p>Article URL: <a href="https://babin.posthaven.com/chatgpt-is-the-new-browser-and-memory-is-the-new-cookie">https://babin.posthaven.com/chatgpt-is-the-new-browser-and-memory-is-the-new-cookie</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=45497994">https://news.ycombinator.com/item?id=45497994</a></p>
<p>Points: 3</p>
<p># Comments: 0</p>
]]></description><pubDate>Tue, 07 Oct 2025 00:33:06 +0000</pubDate><link>https://babin.posthaven.com/chatgpt-is-the-new-browser-and-memory-is-the-new-cookie</link><dc:creator>nibab</dc:creator><comments>https://news.ycombinator.com/item?id=45497994</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45497994</guid></item><item><title><![CDATA[New comment by nibab in "You're not a senior engineer until you've worked on a legacy project (2023)"]]></title><description><![CDATA[
<p>Most engineers will scoff at the idea of patching up a legacy project if they see the slightest deviation from “best practices”. They will slam their fists on the table and claim that management keeps “piling on tech debt”. They will argue for a total rewrite and dismiss any concern of said rewrite taking years because “this is what it means to have high standards and best engineering practices”. They wear this as a badge of honor and frame the conversation as a question of morality and purity, in which they of course have the upper hand since they are not motivated by petty business concerns such as profit.<p>Engineers that refuse to acknowledge constraints, whatever the nature of those constraints may be, are not engineers. At best they are ideologues, at worst they are just incompetent. The most pathetic thing you can do is just continuously deny the laws of physics and reality, because it doesn’t suit you at some ideological level.<p>Truly elegant solutions are those that account for all constraints in the simplest, most concise way. It is those that do more with less.</p>
]]></description><pubDate>Mon, 17 Feb 2025 21:13:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=43083334</link><dc:creator>nibab</dc:creator><comments>https://news.ycombinator.com/item?id=43083334</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43083334</guid></item><item><title><![CDATA[New comment by nibab in "I am rich and have no idea what to do"]]></title><description><![CDATA[
<p>despite the title..i read this post as an exhaustion with SV culture. everything starting with the personality types that are elevated (ie some flavor of antisocial personality disorder) and ending with the activities that earn you social capital (ie identifying the next anti-consensus big industry).<p>i've seen this happen with people that have had much much smaller financial success in the industry..or even ones that haven't had any at all. you are either naturally inclined to identify with the culture or you trick yourselves into it so that you may belong.<p><insert paragraph about social desire to be connected and how we construct an image of ourselves through others><p>the culture of SV today is an amalgamation of Taylorist ideas, Randian objectivism, Utilitarianism etc etc. there is a lot of social capital to be earned by embodying the values of these currents. DOGE is a quintessential representation of this. it is not surprising at all that author had such a visceral reaction to it.<p>its important to emphasize that there have been very successful companies that have gone against the current (ie Apple), with an emphasis on craftsmanship, obsession with the process, taste-driven vs data-driven decisions and appreciation for things that are outside of profit maximization.</p>
]]></description><pubDate>Fri, 03 Jan 2025 01:14:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=42581069</link><dc:creator>nibab</dc:creator><comments>https://news.ycombinator.com/item?id=42581069</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42581069</guid></item></channel></rss>