<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: jonator</title><link>https://news.ycombinator.com/user?id=jonator</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Fri, 05 Jun 2026 02:49:43 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=jonator" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by jonator in "Failing grades soar with AI usage, dwindling math skills in Berkeley CS classes"]]></title><description><![CDATA[
<p>It seems like now’s the time to rethink how we do education.<p>In my personal post academic life, I’ve found LLMs to be an incredible teacher. Almost like the best professor in the world at my fingertips. I use it to generate quizzes on demand to test for my own knowledge gaps.<p>However, if I use it to speedrun over concepts I should be learning, I may achieve my end goal but I wouldn’t actually learn many of the details.<p>I think it requires an approach where you have to continuously audit your own understanding as you work with the concepts. You must slow down until you’ve confirmed this. Only once you know the concepts deeply and have retained them in your own memory can you then go all in with the LLM.</p>
]]></description><pubDate>Thu, 04 Jun 2026 10:37:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=48396699</link><dc:creator>jonator</dc:creator><comments>https://news.ycombinator.com/item?id=48396699</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48396699</guid></item><item><title><![CDATA[Schedule tasks in a loop in Claude Code]]></title><description><![CDATA[
<p>Article URL: <a href="https://twitter.com/bcherny/status/2030193932404150413">https://twitter.com/bcherny/status/2030193932404150413</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47296912">https://news.ycombinator.com/item?id=47296912</a></p>
<p>Points: 14</p>
<p># Comments: 1</p>
]]></description><pubDate>Sun, 08 Mar 2026 12:51:09 +0000</pubDate><link>https://twitter.com/bcherny/status/2030193932404150413</link><dc:creator>jonator</dc:creator><comments>https://news.ycombinator.com/item?id=47296912</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47296912</guid></item><item><title><![CDATA[New comment by jonator in "Cognitive Debt: When Velocity Exceeds Comprehension"]]></title><description><![CDATA[
<p>Fully agree. Perhaps I should have clarified that it’s primarily for agents now, not just engineers.</p>
]]></description><pubDate>Sat, 28 Feb 2026 21:12:51 +0000</pubDate><link>https://news.ycombinator.com/item?id=47200291</link><dc:creator>jonator</dc:creator><comments>https://news.ycombinator.com/item?id=47200291</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47200291</guid></item><item><title><![CDATA[New comment by jonator in "Cognitive Debt: When Velocity Exceeds Comprehension"]]></title><description><![CDATA[
<p>I’ve found a good counter to this is having agents visualize and explain the architecture of the system. Then I gain just enough context to figure out what I’m trying to accomplish.<p>Also, as always, a highly modular codebase is very important. If I only have to reason about a single module then I don’t have to have full context on system.<p>It seems we’re now in a world where engineers are responsible for creating a good environment where an agent is able to gain context on the architecture and validate its work via tests (e2e, unit, smoke, etc). Then it can get into its own feedback loop and find the correct solution on its own much faster.</p>
]]></description><pubDate>Sat, 28 Feb 2026 20:00:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=47199557</link><dc:creator>jonator</dc:creator><comments>https://news.ycombinator.com/item?id=47199557</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47199557</guid></item><item><title><![CDATA[New comment by jonator in "150k lines of vibe coded Elixir: The good, the bad and the ugly"]]></title><description><![CDATA[
<p>I've been using Opus 4.5 via Claude Code</p>
]]></description><pubDate>Sun, 25 Jan 2026 16:43:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=46755611</link><dc:creator>jonator</dc:creator><comments>https://news.ycombinator.com/item?id=46755611</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46755611</guid></item><item><title><![CDATA[New comment by jonator in "150k lines of vibe coded Elixir: The good, the bad and the ugly"]]></title><description><![CDATA[
<p>I can attest to everything. Using Tidewave MCP to give your agent access to the runtime via REPL is a superpower, especially with Elixir being functional. It's able to proactively debug and get runtime feedback on your modular code as it's being written. It can also access the DB via your ORM Ecto modules. It's a perfect fit and incredibly productive workflow.</p>
]]></description><pubDate>Sun, 25 Jan 2026 16:35:40 +0000</pubDate><link>https://news.ycombinator.com/item?id=46755535</link><dc:creator>jonator</dc:creator><comments>https://news.ycombinator.com/item?id=46755535</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46755535</guid></item><item><title><![CDATA[New comment by jonator in "Ask HN: Share your personal website"]]></title><description><![CDATA[
<p><a href="https://jonator.dev" rel="nofollow">https://jonator.dev</a></p>
]]></description><pubDate>Thu, 15 Jan 2026 00:25:18 +0000</pubDate><link>https://news.ycombinator.com/item?id=46626107</link><dc:creator>jonator</dc:creator><comments>https://news.ycombinator.com/item?id=46626107</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46626107</guid></item><item><title><![CDATA[New comment by jonator in "Ask HN: What are you working on? (January 2026)"]]></title><description><![CDATA[
<p>I think frontier models are getting to the point where we can start to reach higher trust agentic workflows.<p>As a hardcore AI chat user, I'm often frustrated with the single-agent workflow, where a single context window is used for even very long conversations. If I want to change the topic, open a thread, or go on a tangent, I often end up compromising the main thread and I'm forced to copy context over if I want to dive into something.<p>To solve this, I'm working on a collaborative AI agent orchestrator that models the solution as a group chat with humans and AI agents, including an agent orchestrator.<p>You can spawn participating agents with the orchestrator who will decisively route messages to the existing agents, or spawn new agents if needed. Also, you can open agent details and send messages directly to existing agents, similar to threads in slack.<p>So far, I have MCP integrations working with Linear and GitHub, but plan to add many more.<p>I've been working on this just over 2 weeks, making heavy use of 4+ concurrent Claude Code agents. This would have been impossible otherwise.<p>If you're interested, feel free to DM on X.<p><a href="https://x.com/jon_ator/status/2010370649147998459?s=20" rel="nofollow">https://x.com/jon_ator/status/2010370649147998459?s=20</a></p>
]]></description><pubDate>Sun, 11 Jan 2026 18:27:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=46578200</link><dc:creator>jonator</dc:creator><comments>https://news.ycombinator.com/item?id=46578200</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46578200</guid></item><item><title><![CDATA[New comment by jonator in "Ask HN: Who wants to be hired? (January 2026)"]]></title><description><![CDATA[
<p><p><pre><code>  Location: NYC
  Remote: Yes
  Willing to relocate: No
  Technologies: React/Next.js, TypeScript, Swift, Golang, Elixir
  Résumé/CV: https://www.linkedin.com/in/jon-ator/
  Email: jon (at) ator (dot) us
</code></pre>
5 years exp, started career in healthcare at Epic, then building defi applications with $30+B volume. Interested in AI + Crypto.</p>
]]></description><pubDate>Fri, 02 Jan 2026 17:30:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=46467140</link><dc:creator>jonator</dc:creator><comments>https://news.ycombinator.com/item?id=46467140</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46467140</guid></item><item><title><![CDATA[New comment by jonator in "AI is making us work more"]]></title><description><![CDATA[
<p>The issue you described is an issue with AI?</p>
]]></description><pubDate>Tue, 21 Oct 2025 17:53:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=45659112</link><dc:creator>jonator</dc:creator><comments>https://news.ycombinator.com/item?id=45659112</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45659112</guid></item><item><title><![CDATA[New comment by jonator in "GitHub was having issues"]]></title><description><![CDATA[
<p>If you're reading this there's a great opportunity to pull a Linear move and disrupt the entrenched players with a 10x better UX. Although the hardest nut to crack here are the network effects.</p>
]]></description><pubDate>Tue, 12 Aug 2025 16:16:42 +0000</pubDate><link>https://news.ycombinator.com/item?id=44878365</link><dc:creator>jonator</dc:creator><comments>https://news.ycombinator.com/item?id=44878365</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44878365</guid></item><item><title><![CDATA[New comment by jonator in "We may not like what we become if A.I. solves loneliness"]]></title><description><![CDATA[
<p>I'd argue the opposite of ass kissing and yes-men behavior is what is actually seductive.</p>
]]></description><pubDate>Sat, 02 Aug 2025 13:58:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=44767687</link><dc:creator>jonator</dc:creator><comments>https://news.ycombinator.com/item?id=44767687</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44767687</guid></item><item><title><![CDATA[New comment by jonator in "We may not like what we become if A.I. solves loneliness"]]></title><description><![CDATA[
<p>I agree. My take is, with tech and the social realm, it tends to provide watered down alternatives that distills the social fabric into a more sparsely connected graph. It's not absolutely bad as there can be good that comes about it, but in general it re-engineers the incentives to connect.<p>Meetup.com (Luma, etc): replaces the need for existing heavily maintained communities of friends and family in your location with siloed random encounters. However, it shortens the path to meeting people that share niche interests.<p>Dating apps: replaces the need for men to spontaneously approach women they meet in their daily life or in social/family circles (even bars) with a heavily idealized profile centered around physical and emotional attractiveness. They are not only dominated by men, but they typically only disproportionally benefit a small % of those men.<p>Facebook: you can keep in touch with the lives of more people at scale, but it reduces the incentive to catch up in person with the people you actually care about. This can lead to genuine in person connections being replaced with a feed of people you really don't know.<p>Take it with a grain of salt.</p>
]]></description><pubDate>Sat, 02 Aug 2025 13:54:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=44767660</link><dc:creator>jonator</dc:creator><comments>https://news.ycombinator.com/item?id=44767660</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44767660</guid></item><item><title><![CDATA[New comment by jonator in "Claude Code is a slot machine"]]></title><description><![CDATA[
<p>Even if you're working on a large complex system like that, I believe coding agents are still useful at at least taking highly specific prompts/instructions you write and doing the writing for you. Then doing other tedious tangential work like generating unit tests over a pure function, adding comments, generating documentation, etc that all increase the quality of the codebase without requiring toil on your part.<p>With especially novel or complex projects, you'd probably not expect to use the agent to do much of the scaffolding or architecting, and more of the tedium.</p>
]]></description><pubDate>Sun, 27 Jul 2025 20:20:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=44704352</link><dc:creator>jonator</dc:creator><comments>https://news.ycombinator.com/item?id=44704352</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44704352</guid></item><item><title><![CDATA[New comment by jonator in "Claude Code is a slot machine"]]></title><description><![CDATA[
<p>I agree and do experience that. Perhaps to clarify, I mean that it (unlike humans), is always down to code alongside you. It will never complain, get sick, have a life event. etc.</p>
]]></description><pubDate>Sun, 27 Jul 2025 17:29:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=44702912</link><dc:creator>jonator</dc:creator><comments>https://news.ycombinator.com/item?id=44702912</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44702912</guid></item><item><title><![CDATA[New comment by jonator in "Claude Code is a slot machine"]]></title><description><![CDATA[
<p>For me the fun part of coding is having visions of products or systems I'd like to exist, and writing code only as a means to an end.<p>Claude Code (AI coding agents/assistants) are perhaps the best thing to happen to my programming career. Up until this point, the constraint going from vision to reality has always been the tedious process of typing out code and unit tests or spending time tweaking the structure/algorithm of some unimportant subset of the system. At a high level, it's the mental labor of making thousands of small (but necessary) decisions.<p>Now, I work alongside Claude to fast track the manifestation of my vision. It completely automates away the small exhaustive decision making (what should I name this variable, where should I put this function, I can refactor this function in a better way, etc). Further, sometimes it comes up with ideas that are even better than what I had in my head initially, resulting in a higher quality output than I could have achieved on my own. It has an amazing breadth of knowledge about programming, it is always available, and it never gives up.<p>With AI in general, I have questions around the social implications of such a system. But, without a doubt, it's delivering extreme value to the world of software, and will only continue the acceleration of demand for new software.<p>The cost of software will also go down, even though net more opportunities will be uncovered. I'm excited to see software revolutionize the under represented fields, such as schools, trades, government, finance, etc. We don't need another delivery app, despite how lucrative they can be.</p>
]]></description><pubDate>Sun, 27 Jul 2025 17:16:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=44702810</link><dc:creator>jonator</dc:creator><comments>https://news.ycombinator.com/item?id=44702810</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44702810</guid></item><item><title><![CDATA[New comment by jonator in "What caused the 'baby boom'? What would it take to have another?"]]></title><description><![CDATA[
<p>There's a lot of economic explanations that seem perfectly legitimate.<p>I'm wondering if a simple contributor is the fact that many people are moving away from their immediate family. Then you feel more on your own when considering having child, which is significantly more daunting. I think a network of friends helps, but is simply not the same as parents/siblings/cousins sharing the load and advice. Let alone the experiences.<p>Also, it seems there's a negative feedback loop, where each person that chooses to postpone or not have kids influences their network to do the same.</p>
]]></description><pubDate>Wed, 16 Jul 2025 00:22:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=44577382</link><dc:creator>jonator</dc:creator><comments>https://news.ycombinator.com/item?id=44577382</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44577382</guid></item><item><title><![CDATA[New comment by jonator in "Five companies now control over 90% of the restaurant food delivery market"]]></title><description><![CDATA[
<p>Capitalism does facilitate monopolies or industries with razor thin margins like airlines. However, the space of competition is a revolving door with constant opportunity to create something better (that people want) than the established players or to enter a new arena entirely. Ultimately, since consumers are the choosers, it works in their favor. It was the consumers that wanted these companies to exist, and the profits are a proof of that.<p>However, sometimes there are unpriced externalities like the competitive advantage of removing your own manufacturing waste by dumping it into a stream. That is where governance (whether self or the state) comes in.</p>
]]></description><pubDate>Sun, 13 Jul 2025 23:34:40 +0000</pubDate><link>https://news.ycombinator.com/item?id=44554787</link><dc:creator>jonator</dc:creator><comments>https://news.ycombinator.com/item?id=44554787</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44554787</guid></item><item><title><![CDATA[New comment by jonator in "Figma files for proposed IPO"]]></title><description><![CDATA[
<p>Reminds me of the Linear story. You can disrupt a set of established players by focusing on simplicity, opinionated design, and maximum performance via hardcore engineering.</p>
]]></description><pubDate>Tue, 01 Jul 2025 21:31:20 +0000</pubDate><link>https://news.ycombinator.com/item?id=44438176</link><dc:creator>jonator</dc:creator><comments>https://news.ycombinator.com/item?id=44438176</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44438176</guid></item><item><title><![CDATA[New comment by jonator in "Writing toy software is a joy"]]></title><description><![CDATA[
<p>I've done the same, but with AI generating a lot of the boilerplate, and helping generate automated tests, has accelerated this process considerably.</p>
]]></description><pubDate>Tue, 24 Jun 2025 16:17:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=44367803</link><dc:creator>jonator</dc:creator><comments>https://news.ycombinator.com/item?id=44367803</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44367803</guid></item></channel></rss>