<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: trjordan</title><link>https://news.ycombinator.com/user?id=trjordan</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Mon, 24 Aug 2026 23:28:30 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=trjordan" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by trjordan in "A week of using Codex more than Claude"]]></title><description><![CDATA[
<p>Not mentioning Grok 4.6 here is a crime. Fast and accurate.<p>And it can communicate, unlike the gobbledygook that comes out of Claude.</p>
]]></description><pubDate>Fri, 21 Aug 2026 21:08:15 +0000</pubDate><link>https://news.ycombinator.com/item?id=49393810</link><dc:creator>trjordan</dc:creator><comments>https://news.ycombinator.com/item?id=49393810</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49393810</guid></item><item><title><![CDATA[New comment by trjordan in "Kimi Work attaches raw agent sessions to feedback reports"]]></title><description><![CDATA[
<p>FWIW, this particular header in news articles is a deliberate choice originated by Axios. It’s notable enough and effective enough they wrote a book about it.<p><a href="https://www.axios.com/smart-brevity" rel="nofollow">https://www.axios.com/smart-brevity</a><p>Did Claude write this article? Probably. But this style of article is exactly what you’d expect from a pre-AI version of this website as well.</p>
]]></description><pubDate>Sun, 16 Aug 2026 17:28:40 +0000</pubDate><link>https://news.ycombinator.com/item?id=49321927</link><dc:creator>trjordan</dc:creator><comments>https://news.ycombinator.com/item?id=49321927</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49321927</guid></item><item><title><![CDATA[New comment by trjordan in "Claude: System Prompts"]]></title><description><![CDATA[
<p>It’s probably worth remembering that system prompts are part of a layered system of shaping Claude’s behavior. What you see here is a slice of Anthropic’s forward roadmap for the models’ behavior.<p>> When a person is in crisis or expressing distress, Claude prioritizes their wellbeing over completing the task as asked, because a fluent and on-topic response can still cause harm in these conversations.<p>This one is particularly interesting because, while correct in the limit, it’s a shove to have the model do something other than what the user asked.<p>In particular, when I’m coding, outlining docs, or otherwise trying to work, I want my tools to do work. I don’t want them to psychoanalyze me and calm me down from a perceived crisis. I just want it to do what I asked!</p>
]]></description><pubDate>Sun, 16 Aug 2026 17:19:20 +0000</pubDate><link>https://news.ycombinator.com/item?id=49321858</link><dc:creator>trjordan</dc:creator><comments>https://news.ycombinator.com/item?id=49321858</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49321858</guid></item><item><title><![CDATA[New comment by trjordan in "Introducing Toast 1"]]></title><description><![CDATA[
<p>I deeply love this idea of specialized LLMs for search. It's also extremely confusing to me how rough Google's entrance here is.<p>When I, a human, need an answer to anything moderately complex, it's unlikely that I get it on the first (pre-AI) round of google searching. Simple stuff, sure, but more likely I'll need to go 2-5 rounds. Maybe click a few links. Double-check my assumptions.<p>An LLM that can do that quickly seems like a slam dunk. I wonder what other problems benefit from that 10x-100x increase in context + 2-5 rounds with the LLM.</p>
]]></description><pubDate>Fri, 14 Aug 2026 15:53:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=49300478</link><dc:creator>trjordan</dc:creator><comments>https://news.ycombinator.com/item?id=49300478</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49300478</guid></item><item><title><![CDATA[New comment by trjordan in "Taste Is All That's Left"]]></title><description><![CDATA[
<p>If we define taste as the intuitive act of saying "no, again," then I fully disagree with this whole article.<p>Every AI-frustrated (but LLM-written, sigh) blog post about the loss of taste and craft and hard work in development sounds like we've given up the interaction with the machine. Like human work is sitting back in your chair and shitting on stuff.<p>That's obviously not true! That's not how any of this works!<p>It's hard and weird to develop with the LLMs because they just do stuff. Lots of it is good, some of it is OK, some of it's horrible. Unpacking what it's done is hard and weird because software isn't just lovely UX, it's also data structures that scale and performance and privacy and enterprise controls and SOC 2 and onboarding and accessibility.<p>If you want to build real software, all that stuff has to get done. Today you're working on the feature, tomorrow you're making it scale. It's long-term and iterative and complex and hard to pack into a prompt or a markdown spec.<p>The work is the work, done at and with the computer, and it's way more than just "taste."</p>
]]></description><pubDate>Thu, 06 Aug 2026 19:49:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=49201472</link><dc:creator>trjordan</dc:creator><comments>https://news.ycombinator.com/item?id=49201472</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49201472</guid></item><item><title><![CDATA[New comment by trjordan in "Devtools must be open source"]]></title><description><![CDATA[
<p>I like the idea of devtools being open source. I also like them to work, and that's what I value more that philosophical purity.<p>Take his side project, Meat. I've been chewing on this problem for a while. It's a real problem right now: it sucks to read all this LLM-generated code. It's worthwhile to have an LLM summarize it for you.<p>The problem with that is this particular problem resists vibe coding. I've talked to a bunch of people who have tried to solve it on the side, and it's all sort of ... ok, but still unsolved.<p>- As mentioned, it takes a while to run. You can modify your other tools, as described, to smuggle the latency.<p>- LLMs don't know what you care about, so you have to maintain a list of things that you do care about, which is ever evolving. If you don't give it that, it produces slop.<p>- If you miss something, it hurts. Another layer of swiss-cheese AI doesn't feel right. If you trust the AI, just ask Claude to summarize its work!<p>- The summaries feel shareable, but the author of the PR is actually the most tolerate of slop about a PR. Your reviewers definitely don't want to read the output of a vibe-coded tool talking about 60% of your PR. They could ask their own Claude!<p>So, we're building a version (<a href="https://tern.sh" rel="nofollow">https://tern.sh</a>), and it's not open source, because we want it to be shareable and hosted and support teams -- all that stuff that makes it work. At the end of the day, I'm not here to maintain my tools. I'm here to use my tools to do the job.</p>
]]></description><pubDate>Mon, 03 Aug 2026 15:09:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=49156818</link><dc:creator>trjordan</dc:creator><comments>https://news.ycombinator.com/item?id=49156818</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49156818</guid></item><item><title><![CDATA[New comment by trjordan in "How Do We Stop Vibe Coding?"]]></title><description><![CDATA[
<p>Man, it's wild how I have no original thoughts. I've been pulling on this thought this morning, complete with checking in on how CodeSpeak and Tessl are doing.<p>I'll add this link to the pile: <a href="https://martinfowler.com/articles/exploring-gen-ai/sdd-3-tools.html" rel="nofollow">https://martinfowler.com/articles/exploring-gen-ai/sdd-3-too...</a><p>> spec-kit created a LOT of markdown files for me to review. They were repetitive, both with each other, and with the code that already existed. Some contained code already. Overall they were just very verbose and tedious to review. [...] To be honest, I’d rather review code than all these markdown files.<p>The hardest part of any of this extraction is that modern code is already an extremely dense representation of how the computer should work. You mostly can't change the code without changing behavior.<p>I bet Scryer works for his use case, and it's a joy to dogfood. I also bet it fully breaks down the moment a 2nd developer, who cares about different things, joins the team.</p>
]]></description><pubDate>Fri, 24 Jul 2026 14:04:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=49035841</link><dc:creator>trjordan</dc:creator><comments>https://news.ycombinator.com/item?id=49035841</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49035841</guid></item><item><title><![CDATA[New comment by trjordan in "Claude Is Not a Compiler"]]></title><description><![CDATA[
<p>> Claude wasn’t just a compiler here. I never handed off a task and let an agent make a bunch of decisions in order to reduce it to practice.<p>> I’d say that, in all the ways that matter, I understand the code.<p>I think the dissonance here is really important, and not a bad thing at all. A lot of the decision _were_ handed off the the AI, but they weren't the decisions the author cared about. This is a big selling point of AI! If something is doable with a computer, it’ll figure it out. 30 minutes and 200m tokens later, it’ll take any idea and declare “the feature is fully implemented.”<p>The hard part is figuring out where to inject that friction, so you can see where it's making decisions for you that matter. The author approached this by incrementally building the thing, reviewing and poking and prodding at every step. A week of attention following a bunch of design discussions is fast, but that's still not trivially cheap.<p>I want to see us talk more about the decision exhaust of agents, because the better the models get, the more decisions we'll want them to make.<p>I wrote a bit more here: <a href="https://tern.sh/blog/compiler-never-says-no/" rel="nofollow">https://tern.sh/blog/compiler-never-says-no/</a></p>
]]></description><pubDate>Tue, 21 Jul 2026 15:46:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=48993888</link><dc:creator>trjordan</dc:creator><comments>https://news.ycombinator.com/item?id=48993888</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48993888</guid></item><item><title><![CDATA[New comment by trjordan in "Pushinka"]]></title><description><![CDATA[
<p>> Breed: mixed<p>That's a corgi.<p>> Pushinka subsequently became irascible, and "a little nippy" according to Caroline Kennedy, which she attributed to her upbringing in a scientific laboratory.<p>No it's because she's a corgi.</p>
]]></description><pubDate>Fri, 17 Jul 2026 13:03:59 +0000</pubDate><link>https://news.ycombinator.com/item?id=48946918</link><dc:creator>trjordan</dc:creator><comments>https://news.ycombinator.com/item?id=48946918</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48946918</guid></item><item><title><![CDATA[New comment by trjordan in "Show HN: Grepathy – Claude made a decision nobody approved"]]></title><description><![CDATA[
<p>So, we tried feeding the logs back to the LLM, and it mostly produced slop. Lots of decisions nobody cared about. The biggest things that moved the needle were:<p>- Baseline it. We mine previous logs, github comments, etc. for "what you care about." That helps pull out decisions that you actually care to read.<p>- Anchor to code. "The code enshrines this decision" is more interesting than "the agent self-talked this." Agents don't always self-talk decisions, and the thing that ultimately matters is the behavior in code.<p>to your edit (and all totally fair):<p>- Yes, closed source and signup required. A lot of what we're driving towards is easy team sharing, so we're taking the bath early instead of building an OSS thing and rug-pulling later.<p>- Code doesn't leave your machine. There's an agent that runs locally. I know "trust me" isn't the strongest stance, but this comes from the multi-player future.<p>- Honestly, Goose AI is a remnant of a previous product. It's inert and we'll clean it up once we've gotten the last couple folks off the previous iteration.</p>
]]></description><pubDate>Wed, 15 Jul 2026 15:33:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=48922422</link><dc:creator>trjordan</dc:creator><comments>https://news.ycombinator.com/item?id=48922422</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48922422</guid></item><item><title><![CDATA[New comment by trjordan in "Show HN: Grepathy – Claude made a decision nobody approved"]]></title><description><![CDATA[
<p>100% important. But what decisions do you care about seeing?<p>The whole point of the agent is to make decisions for you. If you want to make every little detailed decision, just write the code.<p>The whole art of this problem is figuring out which decisions matter to you, and how to surface them.<p>(Disclosure: we're working on this too. <a href="https://tern.sh" rel="nofollow">https://tern.sh</a>)</p>
]]></description><pubDate>Wed, 15 Jul 2026 14:37:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=48921522</link><dc:creator>trjordan</dc:creator><comments>https://news.ycombinator.com/item?id=48921522</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48921522</guid></item><item><title><![CDATA[New comment by trjordan in "Show HN: Grepathy – Claude made a decision nobody approved"]]></title><description><![CDATA[
<p>>   "cleanupPeriodDays": 99999<p>Throw that in ~/.claude/settings.json</p>
]]></description><pubDate>Wed, 15 Jul 2026 14:35:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=48921498</link><dc:creator>trjordan</dc:creator><comments>https://news.ycombinator.com/item?id=48921498</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48921498</guid></item><item><title><![CDATA[New comment by trjordan in "The Tower Keeps Rising"]]></title><description><![CDATA[
<p>The agent will always fill in the gaps in your understanding. It's not a compiler. It's categorically different from any of the other ways we've built software.<p>I'm not sure reading code is coming back. The ritual of reading code must come back, because that's the only way to build products that don't collapse under their own incoherence, both technically and visibly.<p>"just ask Claude" is fine, but it's not the end state</p>
]]></description><pubDate>Tue, 14 Jul 2026 18:12:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=48910887</link><dc:creator>trjordan</dc:creator><comments>https://news.ycombinator.com/item?id=48910887</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48910887</guid></item><item><title><![CDATA[New comment by trjordan in "Capitalism Gone Wrong"]]></title><description><![CDATA[
<p>I am no fan of Zuck. But this is his whole deal.<p>Instagram was a purchase. Facebook wasn't his idea. Threads is a copy. The 1 thing that Zuck understands better than anybody is that engagement is the only thing that matters to social networks, and he's willing to throw the entire company at the problem. He has been for 20 years.<p>He's good at addiction. He knows how to build an org that's world-class at addiction. It's entirely reasonable that the EU regulate it, and Zuck is exactly the person to point the regulation at.</p>
]]></description><pubDate>Fri, 10 Jul 2026 20:06:43 +0000</pubDate><link>https://news.ycombinator.com/item?id=48864591</link><dc:creator>trjordan</dc:creator><comments>https://news.ycombinator.com/item?id=48864591</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48864591</guid></item><item><title><![CDATA[New comment by trjordan in "Successful Companies Go Blind"]]></title><description><![CDATA[
<p>lmao hi Matt<p>I agree, though maybe the middle ground is something more like: the constraints of our environments shape us. It's easy to say that big companies are a weird and unique cave that produces weird and unique outcomes, but other companies are somehow constraint-free. Smart, talented founders do weird and constrained things all the time because they don't have capital or customer bases or brands, and those are also constraints that bind just as hard.<p>"Race for MVP to learn what your bottleneck is" is a handcuff, just like "you can't deploy more than 3x / year because our customer base hates change."</p>
]]></description><pubDate>Fri, 10 Jul 2026 16:11:20 +0000</pubDate><link>https://news.ycombinator.com/item?id=48861900</link><dc:creator>trjordan</dc:creator><comments>https://news.ycombinator.com/item?id=48861900</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48861900</guid></item><item><title><![CDATA[New comment by trjordan in "Successful companies go blind"]]></title><description><![CDATA[
<p>Most startups fail. Most big company projects are kind of worthless. These are two sides of the same coin.<p>Producing something novel and valuable is HARD. Unbelievably hard. The idea is hard. The building is harder. The scaling and steering and feedback is ego-crushingly hard.<p>When it's valuable, it's frequently enormously valuable. That funds the experimentation, the incremental expansion, the waste. It's hard to really internalize how valuable localization, admin controls, FedRAMP, and onboarding tweaks are, truly, because they all compound. You can't just have the idea and the MVP, you also have to have all the other stuff, and it's hard to come up with new ideas while you're trying to keep a million users happy.<p>I vehemently disagree that people working at big companies are stupid, or making themselves stupid. There are VPs and SVPs at Adobe and Salesforce that are smarter, more knowledgable, and more productive than any startup employee. It's just structurally hard to move the needle there, and their successes aren't written about in TechCrunch. They're also paid a million dollars a year, and are unbothered by the lack of external recognition.<p>I'm off founding a startup now, and it's good for the soul, but I don't delude myself into thinking everybody else is blind.</p>
]]></description><pubDate>Fri, 10 Jul 2026 14:29:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=48860489</link><dc:creator>trjordan</dc:creator><comments>https://news.ycombinator.com/item?id=48860489</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48860489</guid></item><item><title><![CDATA[New comment by trjordan in "Write code like a human will maintain it"]]></title><description><![CDATA[
<p>AI is so miserable for this. It's so focused on doing what you ask, it forgets that there's stuff worth doing that you didn't ask for, like defining reasonable abstractions.<p>Getting away from stuff like this is exactly why I want to use AI. When I say "implement this for idle but active users," I _want_it to define isUserActiveIdle() and stuff these 4 conditionals in it. Having to check the generated code for stuff like this undoes, like .... all the benefit of using AI.<p>AI makes all these little decisions for us. I can about some of these decisions. I just want to notice when it's doing this without having to make my eyes bleed reading 10k lines of generated code a day.</p>
]]></description><pubDate>Fri, 10 Jul 2026 14:17:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=48860298</link><dc:creator>trjordan</dc:creator><comments>https://news.ycombinator.com/item?id=48860298</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48860298</guid></item><item><title><![CDATA[A compiler that never says No]]></title><description><![CDATA[
<p>Article URL: <a href="https://tern.sh/blog/compiler-never-says-no/">https://tern.sh/blog/compiler-never-says-no/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=48849734">https://news.ycombinator.com/item?id=48849734</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Thu, 09 Jul 2026 17:43:30 +0000</pubDate><link>https://tern.sh/blog/compiler-never-says-no/</link><dc:creator>trjordan</dc:creator><comments>https://news.ycombinator.com/item?id=48849734</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48849734</guid></item><item><title><![CDATA[New comment by trjordan in "98% isn't much"]]></title><description><![CDATA[
<p>I was heading to dinner with a friend who worked in infra. Google maps said we could bike across town in 20 minutes. He suggested we leave 40 minutes ahead of time and grab a drink at the bar if we got there early. When I raised an eyebrow, he goes:<p>"What, do you not live your life based on 99th percentiles?"<p>I tend to think of work as upside-based on downside-based. Most feature work is upside. 10% lift on conversions is great, 40% adoption is winning, and you're playing for the moonshot of 10x. Infra work is downside-based. 98% secure, 98% available, 98% acceptable performance -- that'll all failure. Winning means the thing works as expected and nobody notices.<p>Not everything sorts cleanly into upside vs. downside, but a lot does. Allocate your risk accordingly.</p>
]]></description><pubDate>Tue, 07 Jul 2026 13:19:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=48817386</link><dc:creator>trjordan</dc:creator><comments>https://news.ycombinator.com/item?id=48817386</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48817386</guid></item><item><title><![CDATA[New comment by trjordan in "Memorizing session transcripts isn't useful"]]></title><description><![CDATA[
<p>It's because it mostly doesn't matter what you are trying to get the code to do. What matters is what the code does.<p>Session logs can absolutely be useful, but not when building further. It's just that that the place they slot in is during validation. You know, that place between the markdown plan and CI passing, where there's 800 new lines of code and it all seems sort of fine when you click around?<p>Session logs can show you what sort of manual validation happened. CI will run the tests you had, and the code will show you what new unit tests were added, but session logs can show you that the agent drove the app with Playwright, or that the agent read and considered the prod config as well as the dev config.<p>Nothing bulletproof, but not every piece of validation work merits a test in the repo that lives forever. We've gotten a lot of mileage out of re-analyzing the sessions, figuring out where the agent made decisions without asking, and forcing the agent to consider validation for those decisions. That's the sort of thing that's hard to dictate up front but easy to highlight with the session logs.</p>
]]></description><pubDate>Fri, 03 Jul 2026 17:30:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=48777538</link><dc:creator>trjordan</dc:creator><comments>https://news.ycombinator.com/item?id=48777538</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48777538</guid></item></channel></rss>