<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: zuzuen_1</title><link>https://news.ycombinator.com/user?id=zuzuen_1</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Sun, 24 May 2026 21:13:46 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=zuzuen_1" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by zuzuen_1 in "Ghostty is leaving GitHub"]]></title><description><![CDATA[
<p>Wait, this is insane! And the method they use to classify an outage seems solid as well. Imagine being a Github dev working in this environment.</p>
]]></description><pubDate>Wed, 29 Apr 2026 19:11:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=47952943</link><dc:creator>zuzuen_1</dc:creator><comments>https://news.ycombinator.com/item?id=47952943</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47952943</guid></item><item><title><![CDATA[Startup Mode Engineering]]></title><description><![CDATA[
<p>Article URL: <a href="https://moduloware.ai/blog/engineering-approach-startup-mode-vs-big-tech-mode/">https://moduloware.ai/blog/engineering-approach-startup-mode-vs-big-tech-mode/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=45975616">https://news.ycombinator.com/item?id=45975616</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Wed, 19 Nov 2025 03:41:36 +0000</pubDate><link>https://moduloware.ai/blog/engineering-approach-startup-mode-vs-big-tech-mode/</link><dc:creator>zuzuen_1</dc:creator><comments>https://news.ycombinator.com/item?id=45975616</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45975616</guid></item><item><title><![CDATA[New comment by zuzuen_1 in "Tips for building performant LLM applications"]]></title><description><![CDATA[
<p>I've been building Modulo AI for the past year - an AI system that fixes GitHub issues.<p>Early versions took 5+ minutes to analyze a single issue.<p>After months of optimization, we're now sub-60 seconds with better accuracy. This presentation encapsulates what we learned about the performance characteristics of production LLM systems that nobody talks about.<p>- Strategies for faster token throughput.<p>- Strategies for quick time to first token.<p>- Effective context window management and<p>- Model routing strategies.<p>If you're interested in building AI agents, I'm sure you'll find some interesting insights in it!<p>Install and try out our Github application: <a href="https://github.com/apps/solve-bug" rel="nofollow">https://github.com/apps/solve-bug</a>
Try Modulo via browser at: <a href="https://moduloware.ai" rel="nofollow">https://moduloware.ai</a><p>Here are the code examples for the presentation: <a href="https://github.com/kirtivr/pydelhi-talk" rel="nofollow">https://github.com/kirtivr/pydelhi-talk</a><p>What performance issues have you been seeing in your AI agents? And how did you tackle them?</p>
]]></description><pubDate>Sun, 16 Nov 2025 11:37:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=45944324</link><dc:creator>zuzuen_1</dc:creator><comments>https://news.ycombinator.com/item?id=45944324</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45944324</guid></item><item><title><![CDATA[Tips for building performant LLM applications]]></title><description><![CDATA[
<p>Article URL: <a href="https://moduloware.ai/pdf/Writing-High-Performance-AI-Agents-in-Python-Insights-from-building-Modulo-2.pdf/">https://moduloware.ai/pdf/Writing-High-Performance-AI-Agents-in-Python-Insights-from-building-Modulo-2.pdf/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=45944323">https://news.ycombinator.com/item?id=45944323</a></p>
<p>Points: 4</p>
<p># Comments: 1</p>
]]></description><pubDate>Sun, 16 Nov 2025 11:37:58 +0000</pubDate><link>https://moduloware.ai/pdf/Writing-High-Performance-AI-Agents-in-Python-Insights-from-building-Modulo-2.pdf/</link><dc:creator>zuzuen_1</dc:creator><comments>https://news.ycombinator.com/item?id=45944323</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45944323</guid></item><item><title><![CDATA[New comment by zuzuen_1 in "Convo-Lang: LLM Programming Language and Runtime"]]></title><description><![CDATA[
<p>One pain point such a PL could address is encoding tribal knowledge about optimal prompting strategies for various LLMs, which changes with each new model release.</p>
]]></description><pubDate>Thu, 14 Aug 2025 09:59:30 +0000</pubDate><link>https://news.ycombinator.com/item?id=44898641</link><dc:creator>zuzuen_1</dc:creator><comments>https://news.ycombinator.com/item?id=44898641</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44898641</guid></item><item><title><![CDATA[New comment by zuzuen_1 in "Convo-Lang: LLM Programming Language and Runtime"]]></title><description><![CDATA[
<p>Perhaps when LLMs introduce a lot more primitives for modifying behvavior such a programming language would be necessary.<p>As such for anyone working with LLMs, they know most of the work happens before and after the LLM call, like doing REST calls, saving to database, etc. Conventional programming languages work well for that purpose.<p>Personally, I like JSON when the data is not too huge. Its easy to read (since it is hierarchical like most declarative formats) and parse.</p>
]]></description><pubDate>Thu, 14 Aug 2025 09:38:02 +0000</pubDate><link>https://news.ycombinator.com/item?id=44898528</link><dc:creator>zuzuen_1</dc:creator><comments>https://news.ycombinator.com/item?id=44898528</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44898528</guid></item><item><title><![CDATA[New comment by zuzuen_1 in "Qodo CLI agent scores 71.2% on SWE-bench Verified"]]></title><description><![CDATA[
<p>I would be more interested in Qodo's performance on the swe-bench-multilingual benchmark. Swe-bench-verified only includes bugs related to python breakages.<p>The best submission is swe-bench-multilingual is Claude 3.7 Sonnet which solves ~43% of the issues in the dataset.</p>
]]></description><pubDate>Tue, 12 Aug 2025 14:42:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=44876872</link><dc:creator>zuzuen_1</dc:creator><comments>https://news.ycombinator.com/item?id=44876872</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44876872</guid></item><item><title><![CDATA[New comment by zuzuen_1 in "Qodo CLI agent scores 71.2% on SWE-bench Verified"]]></title><description><![CDATA[
<p>Does anyone have a benchmark on the effectiveness of using embeddings for mapping bug reports to code files as opposed to extensive grepping as Qodo, Cursor and a number of tools I use do to localize faults?</p>
]]></description><pubDate>Tue, 12 Aug 2025 14:37:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=44876787</link><dc:creator>zuzuen_1</dc:creator><comments>https://news.ycombinator.com/item?id=44876787</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44876787</guid></item></channel></rss>