<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: cschneid</title><link>https://news.ycombinator.com/user?id=cschneid</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Wed, 06 May 2026 16:54:19 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=cschneid" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by cschneid in "Agents for financial services and insurance"]]></title><description><![CDATA[
<p>Odd lots podcast had an interesting snippet about an financial institution that uses AI to make loan decisions. The guest said that they only use it on applicants who were rejected in the traditional sequence, and then uses AI to accept them if possible. That way there's an articulable reason for a rejection, but they use the non-deterministic AI to allow an extra person through - since the laws about loans are mostly around not discriminating against people - companies are (generally) welcome to accept whoever.</p>
]]></description><pubDate>Wed, 06 May 2026 04:34:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=48032205</link><dc:creator>cschneid</dc:creator><comments>https://news.ycombinator.com/item?id=48032205</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48032205</guid></item><item><title><![CDATA[New comment by cschneid in "Show HN: Mission Control – Open-source task management for AI agents"]]></title><description><![CDATA[
<p>Can this take vague ideas, do iterative design with me, and breakdown tasks to then pass off to agents to build?<p>I was playing with a very similar project recently that was more focused on a high level input ("Build a new whatever dashboard, <more braindump>") and went back and forth with an agent to clarify and refine. Then broke down into Epics/Stories/Tasks, and then handed those off automatically to build.<p>The workflow then is iterating on those high level requests. Heavily inspired by the dark factory posts that have been making the rounds recently.<p>From a glance, it seems like this is designed so that I write all the tasks myself? Does it have any sort of coordination layer to manage git, or otherwise keep agents from stepping on each other?</p>
]]></description><pubDate>Thu, 26 Feb 2026 20:23:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=47171518</link><dc:creator>cschneid</dc:creator><comments>https://news.ycombinator.com/item?id=47171518</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47171518</guid></item><item><title><![CDATA[New comment by cschneid in "Show HN: Beehive – Multi-Workspace Agent Orchestrator"]]></title><description><![CDATA[
<p>I have been using Superset (<a href="https://superset.sh/" rel="nofollow">https://superset.sh/</a>) and it has worked really well to automate creating & deleting worktrees, with their own terminals, and keeping everything organized. Great for running work in parallel.<p>It's really just a terminal emulator w/ a bunch of extra helpers to make coding agents work well. Which I really like since it doesn't try to wrap claude or codex in it's own ui or anything tricky.</p>
]]></description><pubDate>Thu, 26 Feb 2026 20:12:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=47171418</link><dc:creator>cschneid</dc:creator><comments>https://news.ycombinator.com/item?id=47171418</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47171418</guid></item><item><title><![CDATA[New comment by cschneid in "Provide agents with automated feedback"]]></title><description><![CDATA[
<p>I agree, I have 'written' a handful of rubocop rules that are hyper specific to the codebase I work on. I never would have bothered before claude code. Stuff like using out custom logger correctly, or to not use Rails.env because we have our own (weird of course) env system.</p>
]]></description><pubDate>Mon, 19 Jan 2026 16:37:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=46680996</link><dc:creator>cschneid</dc:creator><comments>https://news.ycombinator.com/item?id=46680996</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46680996</guid></item><item><title><![CDATA[New comment by cschneid in "Cerebras Code now supports GLM 4.6 at 1000 tokens/sec"]]></title><description><![CDATA[
<p>so apparently they have custom hardware that is basically absolutely gigantic chips - across the scale of a whole wafer at a time. Presumably they keep the entire model right on chip, in effectively L3 cache or whatever. So the memory bandwidth is absurdly fast, allowing very fast inference.<p>It's more expensive to get the same raw compute as a cluster of nvidia chips, but they don't have the same peak throughput.<p>As far as price as a coder, I am giving a month of the $50 plan a shot. I haven't figured out how to adapt my workflow yet to faster speeds (also learning and setting up opencode).</p>
]]></description><pubDate>Sat, 08 Nov 2025 03:49:51 +0000</pubDate><link>https://news.ycombinator.com/item?id=45853975</link><dc:creator>cschneid</dc:creator><comments>https://news.ycombinator.com/item?id=45853975</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45853975</guid></item><item><title><![CDATA[New comment by cschneid in "Cerebras Code now supports GLM 4.6 at 1000 tokens/sec"]]></title><description><![CDATA[
<p>Yes this is the output speed. Code just flashes onto the page, it's pretty impressive.<p>They've claimed repeatedly in their discord that they don't quantize models.<p>The speed of things does change how you interact with it I think. I had this new GLM model hooked up to opencode as the harness with their $50/mo subscription plan. It was seriously fast to answer questions, although there are still big pauses in workflow when the per-minute request cap is hit.<p>I got a meaningful refactor done, maybe a touch faster than I would have in claude code + sonnet? But my human interaction with it felt like the slow part.</p>
]]></description><pubDate>Sat, 08 Nov 2025 03:36:06 +0000</pubDate><link>https://news.ycombinator.com/item?id=45853907</link><dc:creator>cschneid</dc:creator><comments>https://news.ycombinator.com/item?id=45853907</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45853907</guid></item><item><title><![CDATA[New comment by cschneid in "Survey: a third of senior developers say over half their code is AI-generated"]]></title><description><![CDATA[
<p>I find AI is most useful at the ancillary extra stuff. Things that I'd never get to myself. Little scripts of course, but more like "it'd be nice to rename this entire feature / db table / tests to better match the words that the business has started to use to discuss it".<p>In the past, that much nitpicky detail just wouldn't have gotten done, my time would have been spent on actual features. But what I just described was a 30 minute background thing in claude code. Worked 95%, and needed just one reminder tweak to make it deployable.<p>The actual work I do is too deep in business knowledge to be AI coded directly, but I do use it to write tests to cover various edge cases, trace current usage of existing code, and so on. I also find AI code reviews really useful to catch 'dumb errors' - nil errors, type mismatches, style mismatch with existing code, and so on. It's in addition to human code reviews, but easy to run on every PR.</p>
]]></description><pubDate>Mon, 01 Sep 2025 04:53:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=45089574</link><dc:creator>cschneid</dc:creator><comments>https://news.ycombinator.com/item?id=45089574</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45089574</guid></item><item><title><![CDATA[New comment by cschneid in "Indeed recruiter text scam: I responded to one of the "job" messages"]]></title><description><![CDATA[
<p>So it's a pig butchering scam basically. but you 'earn' your money, so it feels even more valid to put in some money to get it back?</p>
]]></description><pubDate>Mon, 04 Aug 2025 20:50:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=44791192</link><dc:creator>cschneid</dc:creator><comments>https://news.ycombinator.com/item?id=44791192</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44791192</guid></item><item><title><![CDATA[New comment by cschneid in "Edamagit: Magit for VSCode"]]></title><description><![CDATA[
<p>mind sharing that template? Sounds nice.</p>
]]></description><pubDate>Thu, 29 May 2025 15:26:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=44126972</link><dc:creator>cschneid</dc:creator><comments>https://news.ycombinator.com/item?id=44126972</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44126972</guid></item><item><title><![CDATA[New comment by cschneid in "Jellycats are everywhere. Why are we suddenly so obsessed?"]]></title><description><![CDATA[
<p>weird - I had never heard of Jellycats as a brand, but last night I went to go buy a second copy of my toddler's favorite lovey (since the first will inevitably get ruined at some point... thinking ahead). And it was a jellycat brand, must have been gifted to us.</p>
]]></description><pubDate>Wed, 09 Apr 2025 15:36:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=43633325</link><dc:creator>cschneid</dc:creator><comments>https://news.ycombinator.com/item?id=43633325</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43633325</guid></item><item><title><![CDATA[New comment by cschneid in "Show HN: Learn where countries are on the world map with Spaced Repetition"]]></title><description><![CDATA[
<p>A few thoughts after ~5 minutes:<p>* I like how the map moves around. It helps nail down relationships to neighbors
* I don't mind a few extra "Where's canada", even though it's not that useful
* I'd like the pause between answers be shorter. 
* Small countries are impossible to see when zoomed out on the first exposure, even when selected right. I find myself knowing the area it's in (ie, central america) but not which exact country. So selecting it right when zoomed out doesn't get me the correct answer.</p>
]]></description><pubDate>Wed, 19 Mar 2025 17:40:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=43415065</link><dc:creator>cschneid</dc:creator><comments>https://news.ycombinator.com/item?id=43415065</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43415065</guid></item><item><title><![CDATA[New comment by cschneid in "How ham radio endures"]]></title><description><![CDATA[
<p>In the US, I don't believe morse is required for any tier of license anymore. For sure, I have my general and don't know it.</p>
]]></description><pubDate>Wed, 16 Oct 2024 18:23:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=41862085</link><dc:creator>cschneid</dc:creator><comments>https://news.ycombinator.com/item?id=41862085</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41862085</guid></item><item><title><![CDATA[New comment by cschneid in "How ham radio endures"]]></title><description><![CDATA[
<p>A dipole is a very simple antenna, and pretty efficient. There are other shorter options that have worse performance too, but perhaps more suitable for an adhoc tree deployment. (random wire, EFHW)<p>(I know you know this, but just adding in. Ham is fun! I like doing park & camping deployments)</p>
]]></description><pubDate>Wed, 16 Oct 2024 18:17:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=41862018</link><dc:creator>cschneid</dc:creator><comments>https://news.ycombinator.com/item?id=41862018</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41862018</guid></item><item><title><![CDATA[New comment by cschneid in "How long til we're all on Ozempic?"]]></title><description><![CDATA[
<p>In 2021 I lost a good chunk of weight the old fashioned way. From 250ish to 215. I did it with "good old fashioned working out and not eating more". It was a miserable, white-knuckle experience. I was eating healthy food, enough calories (moderate but sane deficit), but the only thing I thought about at all moments was getting to the next meal. What snack is low enough calories to have to make it. It was miserable. As soon as I let up a bit, everything unraveled and I found myself back in the 250s by the start of this year.<p>Now I'm on Tirzepatide (Zepbound), and I'm back to 235ish, and trending lower. I still work on eating healthy, but now I'm not just HUNGRY at all moments. My life continues, and I only have to make individual healthy choices at meal times, and grocery times, rather than a constant struggle at all waking moments. It's seriously a big difference.</p>
]]></description><pubDate>Fri, 11 Oct 2024 18:06:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=41811754</link><dc:creator>cschneid</dc:creator><comments>https://news.ycombinator.com/item?id=41811754</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41811754</guid></item><item><title><![CDATA[New comment by cschneid in "Don't let dicts spoil your code"]]></title><description><![CDATA[
<p>I generally support this. When dealing with API endpoints especially I like to wrap them in a class that ends up being. I also like having nested data structures as their own class sometimes too. Depends on complexity & need of course.<p><pre><code>    class GetThingResult
      def initialize(json)
        @json = json
      end
    
      # single thing
      def thing_id
        @json.dig('wrapper', 'metadata', 'id')
      end
    
      # multiple things
      def history
        @json['history'].map { |h| ThingHistory.new(h) }
      end
      ... two dozen more things
    end</code></pre></p>
]]></description><pubDate>Wed, 09 Oct 2024 01:08:26 +0000</pubDate><link>https://news.ycombinator.com/item?id=41783471</link><dc:creator>cschneid</dc:creator><comments>https://news.ycombinator.com/item?id=41783471</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41783471</guid></item><item><title><![CDATA[New comment by cschneid in "Canvas is a new way to write and code with ChatGPT"]]></title><description><![CDATA[
<p>It seems sort of weird to keep pushing the chat interface so hard into programming. For 'real' usage, it seems like Cursor or Aider approaches work better, since you end up having AI write code, you manually edit, AI updates further, and back and forth. In a chat interface, copy/pasting updated code gets old fast.<p>On the other hand, I did have good luck w/ Anthropic's version of this to make a single page react app with super basic requirements. I couldn't imagine using it for anything more though.</p>
]]></description><pubDate>Thu, 03 Oct 2024 17:38:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=41732902</link><dc:creator>cschneid</dc:creator><comments>https://news.ycombinator.com/item?id=41732902</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41732902</guid></item><item><title><![CDATA[New comment by cschneid in "My Experience Getting Licensed in Ham Radio (2020)"]]></title><description><![CDATA[
<p>I just wish my QTH was quieter. I have so much interference here it's not worth doing anything other than FT8 / JS8Call here.<p>On the other hand, the Icom7300 is totally fine used semi-portably out at a campsite. It runs on battery, and putting up a wire antenna is easy enough with a fiberglass pole. I even have a raspberry pi that hosts digital stuff (and an ipad running vnc to control it)</p>
]]></description><pubDate>Sun, 29 Sep 2024 19:03:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=41689574</link><dc:creator>cschneid</dc:creator><comments>https://news.ycombinator.com/item?id=41689574</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41689574</guid></item><item><title><![CDATA[New comment by cschneid in "Medieval"]]></title><description><![CDATA[
<p>This made me think of a question I've had for a bit now.<p>What is the cheapest way to get a grid of buttons that wires into a laptop (mac if it matters) to play sound effects? My wife is a teacher and would really enjoy hitting a button and getting some dumb sound effect to play. But it's just a lark, so it's not worth too much $ invested.<p>I had assumed a cheap drum pad + midi, but not 100% sure that makes sense.</p>
]]></description><pubDate>Wed, 07 Aug 2024 15:27:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=41182388</link><dc:creator>cschneid</dc:creator><comments>https://news.ycombinator.com/item?id=41182388</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41182388</guid></item><item><title><![CDATA[New comment by cschneid in "California DMV puts 42M car titles on blockchain to fight fraud"]]></title><description><![CDATA[
<p>also there are legal ways to force somebody to give up a title without their consent. Lawsuits, divorce and so on.</p>
]]></description><pubDate>Tue, 30 Jul 2024 16:29:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=41110983</link><dc:creator>cschneid</dc:creator><comments>https://news.ycombinator.com/item?id=41110983</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41110983</guid></item><item><title><![CDATA[New comment by cschneid in "Software Friction"]]></title><description><![CDATA[
<p>There are some hybrid RTS/First Person Shooter games sorta like that.<p>A commander who can place buildings or resources, and ping locations, and has a birds eye view, and then grunts on the ground trying to do what's actually needed.</p>
]]></description><pubDate>Tue, 18 Jun 2024 15:15:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=40718765</link><dc:creator>cschneid</dc:creator><comments>https://news.ycombinator.com/item?id=40718765</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40718765</guid></item></channel></rss>