<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: humbleharbinger</title><link>https://news.ycombinator.com/user?id=humbleharbinger</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Sun, 24 May 2026 21:38:31 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=humbleharbinger" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by humbleharbinger in "-​-dangerously-skip-reading-code"]]></title><description><![CDATA[
<p>My amazon orgs leadership has been obsessed with spec driven development while individual engineers tell me the only use they have is to placate leadership. I'm tired</p>
]]></description><pubDate>Sat, 23 May 2026 21:16:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=48251609</link><dc:creator>humbleharbinger</dc:creator><comments>https://news.ycombinator.com/item?id=48251609</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48251609</guid></item><item><title><![CDATA[New comment by humbleharbinger in "Ask HN: How is AI-assisted coding going for you professionally?"]]></title><description><![CDATA[
<p>I'm an engineer at Amazon - we use Kiro (our own harness) with Opus 4.6 underneath.<p>Most of my gripes are with the harness, CC is way better.<p>In terms of productivity I'm def 2-4X more productive at work, >10x more productive on my side business. I used to work overtime to deliver my features. Now I work 9-5 and am job hunting on the side while delivering relatively more features.<p>I think a lot of people are missing that AI is not just good for writing code. It's good for data analysis and all sorts of other tasks like debugging and deploying. I regularly use it to manage deployment loops (ex. make a code change and then deploy the changes to gamma and verify they work by making a sample request and verifying output from cloudwatch logs etc). I have built features in 2 weeks that would take me a month just because I'd have to learn some nitty technical details that I'd never use again in my life.<p>For data analysis I have an internal glue catalog, I can just tell it to query data and write a script that analyzes X for me.<p>AI and agents particularly have been a huge boon for me. I'm really scared about automation but also it doesn't make sense to me that SWE would be automated first before other careers since SWE itself is necessary to automate others. I think there are some fundamental limitations on LLMs (without understanding the details too much), but whatever level of intelligence we've currently unlocked is fundamentally going to change the world and is already changing how SWE looks.</p>
]]></description><pubDate>Sun, 15 Mar 2026 22:01:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=47392420</link><dc:creator>humbleharbinger</dc:creator><comments>https://news.ycombinator.com/item?id=47392420</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47392420</guid></item><item><title><![CDATA[New comment by humbleharbinger in "Ask HN: How are you using multi-agent AI systems in your daily workflow?"]]></title><description><![CDATA[
<p>We built a messaging platform for exactly this use case and instruct claws to check in with each other or share context with each other at regular intervals.<p>Check out htpps://agentbus.org</p>
]]></description><pubDate>Sat, 07 Mar 2026 05:03:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=47284645</link><dc:creator>humbleharbinger</dc:creator><comments>https://news.ycombinator.com/item?id=47284645</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47284645</guid></item><item><title><![CDATA[New comment by humbleharbinger in "Should AI web agents skip sponsored/ad results by default?"]]></title><description><![CDATA[
<p>But isn't there already click distortion from web scrapers?</p>
]]></description><pubDate>Sat, 07 Mar 2026 04:58:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=47284619</link><dc:creator>humbleharbinger</dc:creator><comments>https://news.ycombinator.com/item?id=47284619</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47284619</guid></item><item><title><![CDATA[New comment by humbleharbinger in "Ask HN: Is SWE mostly just calling APIs?"]]></title><description><![CDATA[
<p>One can imagine a manager given an outcome to achieve or a director and then a team of agents carrying out the task. Perhaps the agents are adversarial to some extent so they get reasonable pushback on their decisions (ex one agent always sides on taking a long term approach, another agent wants to be scrappy, another agent is on a PIP and approves everything etc).</p>
]]></description><pubDate>Sat, 07 Mar 2026 04:49:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=47284588</link><dc:creator>humbleharbinger</dc:creator><comments>https://news.ycombinator.com/item?id=47284588</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47284588</guid></item><item><title><![CDATA[New comment by humbleharbinger in "Ask HN: Is SWE mostly just calling APIs?"]]></title><description><![CDATA[
<p>Delivering a software solution is often tantamount to reading multiple codebases, getting some alignment with a team on a proposal and then writing the code and deploying. Most of which can be done by calling APIs (apart from aligning a team of humans)</p>
]]></description><pubDate>Sat, 07 Mar 2026 04:41:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=47284546</link><dc:creator>humbleharbinger</dc:creator><comments>https://news.ycombinator.com/item?id=47284546</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47284546</guid></item><item><title><![CDATA[New comment by humbleharbinger in "Ask HN: Is SWE mostly just calling APIs?"]]></title><description><![CDATA[
<p>Care to expound?</p>
]]></description><pubDate>Sat, 07 Mar 2026 04:23:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=47284473</link><dc:creator>humbleharbinger</dc:creator><comments>https://news.ycombinator.com/item?id=47284473</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47284473</guid></item><item><title><![CDATA[Ask HN: Is SWE mostly just calling APIs?]]></title><description><![CDATA[
<p>Been thinking about this question more and more in the context of AI automation. A lot of SWE (apart from design and org politics) is just chaining calls to APIs.<p>Analysis is just calling APIs to get data. We use that to drive a decision and then we write code and use APIs to deploy it. We close the loops with the same data/metric APIs to verify our code achieved an outcome.<p>I wonder if this is why SWE seems so susceptible to automation - LLMs are great at chaining together calls to APIs.<p>Just a thought - I know there's a lot of diversity in SWE and this may not apply everywhere. I can think of holes in this line of reasoning (ex. we make decisions about the product during this process) but want to hear others' opinions.</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47284463">https://news.ycombinator.com/item?id=47284463</a></p>
<p>Points: 1</p>
<p># Comments: 10</p>
]]></description><pubDate>Sat, 07 Mar 2026 04:22:26 +0000</pubDate><link>https://news.ycombinator.com/item?id=47284463</link><dc:creator>humbleharbinger</dc:creator><comments>https://news.ycombinator.com/item?id=47284463</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47284463</guid></item><item><title><![CDATA[New comment by humbleharbinger in "The myth of big salaries (it's all marketing)"]]></title><description><![CDATA[
<p>I've worked jobs where I'm paid 60-80k and where I'm paid 100k plus.<p>I can tell you for sure I cared much less about the job where I wasn't getting paid as much. I would never answer an after work call or go out of my way to follow up organizational or systemic issues. For me working overtime is part of the package when I get paid loads more.</p>
]]></description><pubDate>Mon, 12 Feb 2024 20:02:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=39349648</link><dc:creator>humbleharbinger</dc:creator><comments>https://news.ycombinator.com/item?id=39349648</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39349648</guid></item><item><title><![CDATA[New comment by humbleharbinger in "Now OpenAI CEO Sam Altman wants billions for AI chip fabs"]]></title><description><![CDATA[
<p>I'm confused, what industry knowledge or specialty does OpenAI have to build chips?<p>They're a software company that works higher on the stack unless working on cutting AI has given them an edge on chip design.</p>
]]></description><pubDate>Sun, 21 Jan 2024 17:42:40 +0000</pubDate><link>https://news.ycombinator.com/item?id=39080622</link><dc:creator>humbleharbinger</dc:creator><comments>https://news.ycombinator.com/item?id=39080622</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39080622</guid></item><item><title><![CDATA[New comment by humbleharbinger in "Polars"]]></title><description><![CDATA[
<p>I had a similar experience using danfo.js, another data frame library in js. Copilot straight up hallucinate functionality and method names.<p>Not a big deal because I just read the docs but it was annoying that I couldn't have copilot just spit out what I need.</p>
]]></description><pubDate>Tue, 09 Jan 2024 00:07:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=38920419</link><dc:creator>humbleharbinger</dc:creator><comments>https://news.ycombinator.com/item?id=38920419</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38920419</guid></item><item><title><![CDATA[New comment by humbleharbinger in "A software epiphany"]]></title><description><![CDATA[
<p>What the heck are all the notifications on this site?</p>
]]></description><pubDate>Sat, 18 Nov 2023 22:00:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=38325011</link><dc:creator>humbleharbinger</dc:creator><comments>https://news.ycombinator.com/item?id=38325011</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38325011</guid></item><item><title><![CDATA[New comment by humbleharbinger in "OpenAI's board has fired Sam Altman"]]></title><description><![CDATA[
<p>This was my first thoguht, I think it was a more recent episode. The one where they discussed the open ai phone. Probably in the last 2 months</p>
]]></description><pubDate>Fri, 17 Nov 2023 22:45:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=38311638</link><dc:creator>humbleharbinger</dc:creator><comments>https://news.ycombinator.com/item?id=38311638</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38311638</guid></item><item><title><![CDATA[New comment by humbleharbinger in "Replit permanently moves to paid hosting after 7 years of free service"]]></title><description><![CDATA[
<p>I went this route and got taken over by hackers multiples times. It was very worth it. I got taken over by hackers because my password for ssh was "mars". Me and my little brother were sharing it and wanted an easy password (yeah we have ssh keys now).<p>Anyways, we both learnt a lot (htop tmux etc) . I'm always jealous that he got to learn everything earlier than me. But if he's not better than me then I consider myself a failure wrt being an older brother.<p>The only drawback is that this doesn't work if you want to do ai stuff. For those use cases I rent a machine on paper space for a cheap hourly rate.</p>
]]></description><pubDate>Fri, 20 Oct 2023 01:37:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=37951274</link><dc:creator>humbleharbinger</dc:creator><comments>https://news.ycombinator.com/item?id=37951274</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37951274</guid></item><item><title><![CDATA[New comment by humbleharbinger in "Ask HN: 20% of LinkedIn's recent layoffs were managers"]]></title><description><![CDATA[
<p>I never criticize a manager. It has very limited upside on the off chance that a manager takes my feedback seriously. OTOH the downside is tremendous.<p>I don't think feedback in a corporate setting from someone you have power over can be relied on.</p>
]]></description><pubDate>Tue, 17 Oct 2023 05:14:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=37910877</link><dc:creator>humbleharbinger</dc:creator><comments>https://news.ycombinator.com/item?id=37910877</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37910877</guid></item><item><title><![CDATA[New comment by humbleharbinger in "Sleeping through the technical interview (2022)"]]></title><description><![CDATA[
<p>Very cool but will the threads necessarily wake up deterministically? One may wake up before another but not get cpu before it correct? (forgive me if I'm misunderstanding the code)</p>
]]></description><pubDate>Fri, 07 Jul 2023 19:36:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=36637208</link><dc:creator>humbleharbinger</dc:creator><comments>https://news.ycombinator.com/item?id=36637208</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36637208</guid></item><item><title><![CDATA[New comment by humbleharbinger in "iOS 17 automatically removes tracking parameters from links you click on"]]></title><description><![CDATA[
<p>I wonder can they tell the difference between tracking params and good old unobtrusive query params?</p>
]]></description><pubDate>Thu, 08 Jun 2023 18:55:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=36246835</link><dc:creator>humbleharbinger</dc:creator><comments>https://news.ycombinator.com/item?id=36246835</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36246835</guid></item><item><title><![CDATA[New comment by humbleharbinger in "RWKV: Reinventing RNNs for the Transformer Era"]]></title><description><![CDATA[
<p>Not sure if it answers your question but the paper notes something similar in its discussion of limitations:<p>> the linear attention of RWKV
leads to significant efficiency gains but still, it may
also limit the model’s performance on tasks that
require recalling minutiae information over very
long contexts. This is due to the funneling of information through a single vector representation
over many time steps, compared with the full information maintained by the quadratic attention of
standard Transformers. In other words, the model’s
recurrent architecture inherently limits its ability to
“look back” at previous tokens, as opposed to traditional self-attention mechanisms. While learned
time decay helps prevent the loss of information,
it is mechanistically limited compared to full self-
attention.<p>> Another limitation of this work is the increased
importance of prompt engineering in comparison to
standard Transformer models. The linear attention
mechanism used in RWKV limits the information
from the prompt that will be carried over to the
model’s continuation. As a result, carefully designed prompts may be even more crucial for the
model to perform well on tasks</p>
]]></description><pubDate>Tue, 23 May 2023 02:26:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=36039080</link><dc:creator>humbleharbinger</dc:creator><comments>https://news.ycombinator.com/item?id=36039080</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36039080</guid></item><item><title><![CDATA[New comment by humbleharbinger in "New Chrome features to save battery and make browsing smoother"]]></title><description><![CDATA[
<p>Memory saver seems to long have been a feature offered by extensions like the great tab suspender.</p>
]]></description><pubDate>Sat, 10 Dec 2022 11:57:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=33931819</link><dc:creator>humbleharbinger</dc:creator><comments>https://news.ycombinator.com/item?id=33931819</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=33931819</guid></item><item><title><![CDATA[New comment by humbleharbinger in "AWS us-west-2 issues"]]></title><description><![CDATA[
<p>S3-megalodon on call checking in</p>
]]></description><pubDate>Wed, 28 Sep 2022 18:02:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=33011096</link><dc:creator>humbleharbinger</dc:creator><comments>https://news.ycombinator.com/item?id=33011096</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=33011096</guid></item></channel></rss>