<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: arizen</title><link>https://news.ycombinator.com/user?id=arizen</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Fri, 17 Apr 2026 03:29:16 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=arizen" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by arizen in "Show HN: Libretto – Making AI browser automations deterministic"]]></title><description><![CDATA[
<p>Curious how it compares to Browser Use</p>
]]></description><pubDate>Thu, 16 Apr 2026 11:02:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=47791322</link><dc:creator>arizen</dc:creator><comments>https://news.ycombinator.com/item?id=47791322</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47791322</guid></item><item><title><![CDATA[New comment by arizen in "A proposal to classify happiness as a psychiatric disorder (1992)"]]></title><description><![CDATA[
<p>Happiness is a derivative of purpose. If someone optimizes their life strictly for happiness while deprioritizing purpose, they likely won't achieve either.<p>Pursuing a meaningful goal almost always requires enduring unpleasant phases and friction along the way.</p>
]]></description><pubDate>Tue, 17 Mar 2026 16:33:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=47414958</link><dc:creator>arizen</dc:creator><comments>https://news.ycombinator.com/item?id=47414958</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47414958</guid></item><item><title><![CDATA[New comment by arizen in "1M context is now generally available for Opus 4.6 and Sonnet 4.6"]]></title><description><![CDATA[
<p>Out of curiosity, what specific use cases on programmatic SEO are you currently doing with Opus?</p>
]]></description><pubDate>Sat, 14 Mar 2026 06:12:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=47373844</link><dc:creator>arizen</dc:creator><comments>https://news.ycombinator.com/item?id=47373844</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47373844</guid></item><item><title><![CDATA[New comment by arizen in "Ars Technica fires reporter after AI controversy involving fabricated quotes"]]></title><description><![CDATA[
<p>"Don't believe everything you read on the Internet"<p>-Isaac Newton</p>
]]></description><pubDate>Tue, 03 Mar 2026 12:16:59 +0000</pubDate><link>https://news.ycombinator.com/item?id=47231283</link><dc:creator>arizen</dc:creator><comments>https://news.ycombinator.com/item?id=47231283</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47231283</guid></item><item><title><![CDATA[New agent framework matches human-engineered AI systems]]></title><description><![CDATA[
<p>Article URL: <a href="https://venturebeat.com/orchestration/new-agent-framework-matches-human-engineered-ai-systems-and-adds-zero">https://venturebeat.com/orchestration/new-agent-framework-matches-human-engineered-ai-systems-and-adds-zero</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47073049">https://news.ycombinator.com/item?id=47073049</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Thu, 19 Feb 2026 12:25:01 +0000</pubDate><link>https://venturebeat.com/orchestration/new-agent-framework-matches-human-engineered-ai-systems-and-adds-zero</link><dc:creator>arizen</dc:creator><comments>https://news.ycombinator.com/item?id=47073049</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47073049</guid></item><item><title><![CDATA[New comment by arizen in "Show HN: Open-source reference architecture for AI Agents (LangGraph, Pydantic)"]]></title><description><![CDATA[
<p>Hi HN,<p>I wanted to share a reference implementation I architected for moving AI Agents from local prototypes to production services.<p>The Context:<p>It is relatively easy to get an agent working on a local machine where you can watch the terminal output and restart it if it gets stuck. However, the architecture often breaks down when moving to a headless, hosted environment where the agent needs to handle loops, persistent state, and structured output failures autonomously.<p>The Solution:<p>This repo is a 10-lesson lab where you build an "AI Codebase Analyst" designed to handle those operational constraints.<p>Key Architectural Decisions:<p>1) State Management (LangGraph): We use LangGraph to implement the State Machine pattern rather than a linear Chain. This provides a standardized way to handle cyclic logic (loops) and persistence without writing "spaghetti code" while loops.<p>2) Reliability (Pydantic): Treating the LLM as a probabilistic component. We wrap tool calls in strict Pydantic schemas to catch and retry malformed JSON before it hits the application logic.<p>3) Deployment (Docker): A production-ready Dockerfile setup for serverless environments.<p>The Repo Structure:<p>starter branch: A clean boilerplate to build from scratch.<p>main branch: The full solution code.<p>curriculum/ folder: The step-by-step guide.<p>Happy to answer questions about the stack or the trade-offs involved.</p>
]]></description><pubDate>Tue, 09 Dec 2025 16:04:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=46206488</link><dc:creator>arizen</dc:creator><comments>https://news.ycombinator.com/item?id=46206488</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46206488</guid></item><item><title><![CDATA[Show HN: Open-source reference architecture for AI Agents (LangGraph, Pydantic)]]></title><description><![CDATA[
<p>Article URL: <a href="https://github.com/ai-builders-group/build-production-ai-agents">https://github.com/ai-builders-group/build-production-ai-agents</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=46206479">https://news.ycombinator.com/item?id=46206479</a></p>
<p>Points: 2</p>
<p># Comments: 1</p>
]]></description><pubDate>Tue, 09 Dec 2025 16:03:58 +0000</pubDate><link>https://github.com/ai-builders-group/build-production-ai-agents</link><dc:creator>arizen</dc:creator><comments>https://news.ycombinator.com/item?id=46206479</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46206479</guid></item><item><title><![CDATA[Chatbait Is Taking over the Internet]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.theatlantic.com/technology/2025/09/chatbait-ai-chatgpt-engagement/684300/">https://www.theatlantic.com/technology/2025/09/chatbait-ai-chatgpt-engagement/684300/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=45371481">https://news.ycombinator.com/item?id=45371481</a></p>
<p>Points: 3</p>
<p># Comments: 0</p>
]]></description><pubDate>Thu, 25 Sep 2025 11:06:26 +0000</pubDate><link>https://www.theatlantic.com/technology/2025/09/chatbait-ai-chatgpt-engagement/684300/</link><dc:creator>arizen</dc:creator><comments>https://news.ycombinator.com/item?id=45371481</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45371481</guid></item><item><title><![CDATA[Fitting a Quantum Computer into a Laptop]]></title><description><![CDATA[
<p>Article URL: <a href="https://evidencenetwork.ca/722-5-billion-in-sight-for-the-uk-as-it-becomes-the-first-country-in-the-world-to-achieve-the-feat-of-fitting-a-quantum-computer-into-a-laptop/">https://evidencenetwork.ca/722-5-billion-in-sight-for-the-uk-as-it-becomes-the-first-country-in-the-world-to-achieve-the-feat-of-fitting-a-quantum-computer-into-a-laptop/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=45331051">https://news.ycombinator.com/item?id=45331051</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Mon, 22 Sep 2025 09:39:37 +0000</pubDate><link>https://evidencenetwork.ca/722-5-billion-in-sight-for-the-uk-as-it-becomes-the-first-country-in-the-world-to-achieve-the-feat-of-fitting-a-quantum-computer-into-a-laptop/</link><dc:creator>arizen</dc:creator><comments>https://news.ycombinator.com/item?id=45331051</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45331051</guid></item><item><title><![CDATA[DeepMind's CEO warns AI firms not to fall into same trap as social media firms]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.businessinsider.com/google-deepmind-ceo-warns-ai-could-repeat-social-medias-mistakes-2025-9">https://www.businessinsider.com/google-deepmind-ceo-warns-ai-could-repeat-social-medias-mistakes-2025-9</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=45287244">https://news.ycombinator.com/item?id=45287244</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Thu, 18 Sep 2025 08:51:42 +0000</pubDate><link>https://www.businessinsider.com/google-deepmind-ceo-warns-ai-could-repeat-social-medias-mistakes-2025-9</link><dc:creator>arizen</dc:creator><comments>https://news.ycombinator.com/item?id=45287244</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45287244</guid></item><item><title><![CDATA[New comment by arizen in "AI overviews cause massive drop in search clicks"]]></title><description><![CDATA[
<p>You're spot on. That shift you're describing isn't a prediction anymore, it's already happening.<p>The term you're looking for is GEO (Generative Engine Optimization), though your "AIO" is also used. It's the new frontier.<p>And you've nailed the 180° turn: the game is no longer about blocking crawlers but about a race to become their primary source. The goal is to be the one to "gaslight the agent" into adopting your view of the world. This is achieved not through old SEO tricks, but by creating highly structured, authoritative content that is easy for an LLM to cite.<p>Your point about shifting to "assets the AI tools can only link to" is the other key piece. As AI summarization becomes the norm, the value is in creating things that can't be summarized away: proprietary data, interactive tools, and unique video content. The goal is to become the necessary destination that the AI must point to.<p>The end of SEO as we know it is here. The fight for visibility has just moved up a layer of abstraction.</p>
]]></description><pubDate>Thu, 24 Jul 2025 12:12:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=44669712</link><dc:creator>arizen</dc:creator><comments>https://news.ycombinator.com/item?id=44669712</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44669712</guid></item><item><title><![CDATA[New comment by arizen in "Facebook is asking to use Meta AI on photos you haven’t yet shared"]]></title><description><![CDATA[
<p>This is a perfect illustration of misaligned AI.<p>The AI is given a proxy goal- 'maximize engagement'- which it achieves perfectly.<p>The user's goal - 'foster genuine connection' - is completely secondary.<p>The AI isn't malicious, it's just ruthlessly effective at optimizing for the wrong thing.</p>
]]></description><pubDate>Sat, 28 Jun 2025 09:55:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=44403496</link><dc:creator>arizen</dc:creator><comments>https://news.ycombinator.com/item?id=44403496</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44403496</guid></item><item><title><![CDATA[Ask HN: Has Data Scientist Role Split into Decision Scientist and AI Engineer?]]></title><description><![CDATA[
<p>I've been in the data science space for over a decade, and it feels like the "full-stack unicorn" role from the 2010s is gone. The core tasks seem to have split into two distinct paths:<p>The Analyst/Strategist (Decision Scientist): 
Focused on causal inference, experimentation, and business strategy, who uses AI as a powerful analysis tool.<p>The Builder (AI/Data Systems Engineer): 
Focused on the production architecture of it all—building the data pipelines (Kafka, Flink), MLOps infrastructure (Kubernetes), and now the agentic workflows (LangChain, RAG).<p>It seems the middle ground—the generalist who could do a bit of everything but wasn't a deep expert in production engineering or causal stats—is becoming obsolete. The "science" is now either in the rigor of experimentation or the engineering of complex, non-deterministic systems.<p>For those of you who have been in the field for a while, does this model resonate with what you're seeing?<p>Are you experiencing this bifurcation in your own companies or careers?</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=44403255">https://news.ycombinator.com/item?id=44403255</a></p>
<p>Points: 3</p>
<p># Comments: 0</p>
]]></description><pubDate>Sat, 28 Jun 2025 09:02:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=44403255</link><dc:creator>arizen</dc:creator><comments>https://news.ycombinator.com/item?id=44403255</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44403255</guid></item><item><title><![CDATA[At AI startup Cluely, there are only two job titles: engineer or influencer]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.businessinsider.com/ai-cheating-startup-cluely-hire-influencer-chungin-roy-lee-2025-6">https://www.businessinsider.com/ai-cheating-startup-cluely-hire-influencer-chungin-roy-lee-2025-6</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=44375114">https://news.ycombinator.com/item?id=44375114</a></p>
<p>Points: 1</p>
<p># Comments: 2</p>
]]></description><pubDate>Wed, 25 Jun 2025 09:03:52 +0000</pubDate><link>https://www.businessinsider.com/ai-cheating-startup-cluely-hire-influencer-chungin-roy-lee-2025-6</link><dc:creator>arizen</dc:creator><comments>https://news.ycombinator.com/item?id=44375114</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44375114</guid></item><item><title><![CDATA[New comment by arizen in "Successful people set constraints rather than chasing goals"]]></title><description><![CDATA[
<p>Great framing. I'd add a strategic layer to this.<p>From a purely strategic perspective, as in military doctrine or game theory, expanding your set of viable options is almost always advantageous.<p>The goal is to maximize your own optionality while reducing your opponent's.<p>The failure mode you're describing isn't having options, but the paralysis of refusing to commit to one for execution.<p>A better model might be a cycle:<p>Strategy Phase: Actively broaden your options. Explore potential cities, business models, partners. This is reconnaissance.<p>Execution Phase: Choose the most promising option and commit fully. This is where your point about the power of constraints shines. You go all-in.<p>The Backlog: The other options aren't discarded; they're put in a strategic backlog. You don't burn the bridges.<p>You re-evaluate only when you hit a major "strategic bifurcation point" - a market shift, a major life event, a completed project. Then you might pull an option from the backlog.<p>This way, you get the power of constraints without the fragility of having never considered alternatives.</p>
]]></description><pubDate>Tue, 10 Jun 2025 13:06:46 +0000</pubDate><link>https://news.ycombinator.com/item?id=44236330</link><dc:creator>arizen</dc:creator><comments>https://news.ycombinator.com/item?id=44236330</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44236330</guid></item><item><title><![CDATA[AI video just took a startling leap in realism. Are we doomed?]]></title><description><![CDATA[
<p>Article URL: <a href="https://arstechnica.com/ai/2025/05/ai-video-just-took-a-startling-leap-in-realism-are-we-doomed/">https://arstechnica.com/ai/2025/05/ai-video-just-took-a-startling-leap-in-realism-are-we-doomed/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=44137763">https://news.ycombinator.com/item?id=44137763</a></p>
<p>Points: 8</p>
<p># Comments: 4</p>
]]></description><pubDate>Fri, 30 May 2025 16:24:56 +0000</pubDate><link>https://arstechnica.com/ai/2025/05/ai-video-just-took-a-startling-leap-in-realism-are-we-doomed/</link><dc:creator>arizen</dc:creator><comments>https://news.ycombinator.com/item?id=44137763</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44137763</guid></item><item><title><![CDATA[New comment by arizen in "xAI to pay telegram $300M to integrate Grok into the chat app"]]></title><description><![CDATA[
<p>Chat app with 1B+ users</p>
]]></description><pubDate>Wed, 28 May 2025 18:52:49 +0000</pubDate><link>https://news.ycombinator.com/item?id=44119378</link><dc:creator>arizen</dc:creator><comments>https://news.ycombinator.com/item?id=44119378</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44119378</guid></item><item><title><![CDATA[New comment by arizen in "When a team is too big"]]></title><description><![CDATA[
<p>Regular meetings, as opposed to ad hoc ones, help establish a consistent team cadence.</p>
]]></description><pubDate>Fri, 23 May 2025 13:16:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=44072615</link><dc:creator>arizen</dc:creator><comments>https://news.ycombinator.com/item?id=44072615</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44072615</guid></item><item><title><![CDATA[New comment by arizen in "Metal – stealth browser for enterprise automations"]]></title><description><![CDATA[
<p>Is there any specific reason to have only Enterprise level pricing?</p>
]]></description><pubDate>Tue, 20 May 2025 11:11:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=44040163</link><dc:creator>arizen</dc:creator><comments>https://news.ycombinator.com/item?id=44040163</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44040163</guid></item><item><title><![CDATA[Salesforce just unveiled AI 'digital teammates' in Slack]]></title><description><![CDATA[
<p>Article URL: <a href="https://venturebeat.com/ai/salesforce-just-unveiled-ai-digital-teammates-in-slack-and-theyre-coming-for-microsoft-copilot/">https://venturebeat.com/ai/salesforce-just-unveiled-ai-digital-teammates-in-slack-and-theyre-coming-for-microsoft-copilot/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=44032605">https://news.ycombinator.com/item?id=44032605</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Mon, 19 May 2025 17:50:40 +0000</pubDate><link>https://venturebeat.com/ai/salesforce-just-unveiled-ai-digital-teammates-in-slack-and-theyre-coming-for-microsoft-copilot/</link><dc:creator>arizen</dc:creator><comments>https://news.ycombinator.com/item?id=44032605</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44032605</guid></item></channel></rss>