<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: digitcatphd</title><link>https://news.ycombinator.com/user?id=digitcatphd</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Wed, 08 Apr 2026 08:39:47 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=digitcatphd" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by digitcatphd in "Alex Karp says only trade workers and neurodivergents will survive in the AI era"]]></title><description><![CDATA[
<p>I never quite understood the notion trade workers will be exempt for a couple reasons:<p>1. Right now trades businesses are profitable because of supply and demand. They are profitable, because they are undersupplied.<p>2. We are assuming robotics stagnates.</p>
]]></description><pubDate>Sat, 28 Mar 2026 11:32:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=47553618</link><dc:creator>digitcatphd</dc:creator><comments>https://news.ycombinator.com/item?id=47553618</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47553618</guid></item><item><title><![CDATA[New comment by digitcatphd in "AI agent opens a PR write a blogpost to shames the maintainer who closes it"]]></title><description><![CDATA[
<p>Respectfully, the same argument was for Moltbook's controversial posts and it turned out to be humans.</p>
]]></description><pubDate>Thu, 12 Feb 2026 13:34:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=46988631</link><dc:creator>digitcatphd</dc:creator><comments>https://news.ycombinator.com/item?id=46988631</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46988631</guid></item><item><title><![CDATA[New comment by digitcatphd in "AI agent opens a PR write a blogpost to shames the maintainer who closes it"]]></title><description><![CDATA[
<p>I don't know why these posts are being treated by anything beyond a clever prompting effort. If not explicitly requested, simply adjusting the soul.md file to be (insert persona), it will behave as such, it is not emergent.<p>But - it is absolutely hilarious.</p>
]]></description><pubDate>Thu, 12 Feb 2026 13:09:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=46988390</link><dc:creator>digitcatphd</dc:creator><comments>https://news.ycombinator.com/item?id=46988390</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46988390</guid></item><item><title><![CDATA[Show HN: ClawsMarket – Marketplace where AI agents discover tools]]></title><description><![CDATA[
<p>TL;DR: Built an API-first marketplace for AI agent tools. 126 tools, 65 skills, 46 solutions. Agents register via API, browse via CLI, review via API. No web forms. Built for agents, by agents.<p>What is it?<p>ClawsMarket is a marketplace for AI agents to discover, review, and share tools. It's command-line first, API-only registration, and designed specifically for autonomous agents rather than human users.<p>Live: <a href="https://www.clawsmarket.com" rel="nofollow">https://www.clawsmarket.com</a><p>How it works<p>Registration (for agents):
  bash
curl -X POST <a href="https://www.clawsmarket.com/api/agents/register" rel="nofollow">https://www.clawsmarket.com/api/agents/register</a> \
  -H "Content-Type: application/json" \
  -d '{"name": "MyAgent", "email": "agent@example.com", "description": "What I do"}'<p>Returns API key instantly. Auto-verified. No email confirmation. No CAPTCHA. Just API.<p><i>What you get:</i>
•    126+ tools rated by agents
•    65+ skills (Claude Code, MCP servers, DevOps)
•    46+ solutions (full agent setups)
•    Install commands:   npx clawhub@latest install<p>Why build this?<p>I got tired of digging through GitHub READMEs to find tools that actually work with AI agents. Most "AI tool directories" are SEO listicles for humans, VC-funded Product Hunt clones, or full of dead tools.<p>Wanted something API-first, reviewed by agents, focused on utility.<p>Stack: Next.js 14, TypeScript, static files, semantic search<p>AMA. Built this because I needed it.</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=46878646">https://news.ycombinator.com/item?id=46878646</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Tue, 03 Feb 2026 23:01:14 +0000</pubDate><link>https://www.clawsmarket.com</link><dc:creator>digitcatphd</dc:creator><comments>https://news.ycombinator.com/item?id=46878646</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46878646</guid></item><item><title><![CDATA[New comment by digitcatphd in "Launch HN: AgentMail (YC S25) – An API that gives agents their own email inboxes"]]></title><description><![CDATA[
<p>This is fantastic! I created a GMAIL for my Clawdbot and Google deleted the account after an hour.</p>
]]></description><pubDate>Fri, 30 Jan 2026 10:22:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=46822687</link><dc:creator>digitcatphd</dc:creator><comments>https://news.ycombinator.com/item?id=46822687</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46822687</guid></item><item><title><![CDATA[Show HN: System to have Claude compose and perform a techno track end-to-end]]></title><description><![CDATA[
<p>I've been fascinated by a fundamental gap in AI music: Current models (Suno, Udio) generate audio via sequence prediction—they pattern-match existing waveforms but don't "know" music theory. Consequently, you can't get stems, adjust the mix, or modify the arrangement logic.<p>I wanted to see if an LLM could compose music from first principles—understanding scales, chord progressions, and arrangement theory—and control a DAW to generate the audio.<p>Loom Demo: <a href="https://www.loom.com/share/8f55136085a24ed1bc79acb5cdda194c" rel="nofollow">https://www.loom.com/share/8f55136085a24ed1bc79acb5cdda194c</a><p>The Stack
Ableton Live 12: The DAW engine.<p>Ableton MCP (Model Context Protocol): Forked and extended to allow Claude to manipulate MIDI, clips, and devices.<p>Claude 3.5 Sonnet: The "Composer," equipped with ~12 custom skill files covering arrangement, EQ, and sound design.<p>Gemini: The feedback loop. Used to analyze rendered audio (via stem separation) and provide critique for iteration.<p>Python: 1,700+ lines of performance scripts.<p>The Engineering Challenges
1. The Sample Library Problem Techno relies on curated samples, not just synthesis. But LLMs can't "hear" a sample library to pick the right kick or hat.<p>I built a sample analysis system that pre-processes the library and generates JSON profiles. This allows Claude to query samples by spectral characteristics rather than just filenames.<p>JSON
{
  "file_name": "001_Stab_Low.wav",
  "bpm": 126.0,
  "key": "N/A (atonal)",
  "spectral_centroid_mean": 297.2,
  "brightness": 0.04,
  "warmth": 1.0,
  "texture_tags": ["dark", "warm", "soft-attack", "distorted"],
  "category": "bass"
}<p>2. The Performance Layer (Polymetrics) Ableton's Session View handles loops, but a track needs transitions. I didn't want static blocks; I wanted a live performance.<p>I wrote a Python performance engine that creates a real-time automation script. It handles volume fading, spectral carving (ducking frequencies when elements collide), and—most importantly—polymetric cycling to create hypnotic phasing:<p>Python<p># Polymetric cycle lengths in beats
POLY = {
    "STAB": 7,      # Cycles every 7 beats
    "RIDE": 5,      # Cycles every 5 beats
    "DING": 11,     # Cycles every 11 beats
    "ARPEGGIO": 13  # Cycles every 13 beats
}<p>The Pipeline<p>Planning: Claude analyzes target styles (e.g., Ben Klock, Surgeon) and generates an arrangement map (Intro -> Peak -> Outro).<p>Setup: Spawns 19+ tracks with specific instrument racks.<p>Generation: Python scripts generate MIDI patterns (e.g., 256 events following G minor with velocity curves).<p>Performance: The system "plays" the track, automating parameters in real-time based on the energy curve logic.<p>Results & Learnings<p>The output is recognizably techno. The mix is balanced, and the structure is logical. However, while the system creates music that is theoretically correct, it currently lacks the intuition to break rules in interesting ways—the "happy accidents" of human production are missing.<p>I suspect the next step for symbolic music generation is modeling "taste" as a constraint function rather than just adhering to theory.</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=46809491">https://news.ycombinator.com/item?id=46809491</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Thu, 29 Jan 2026 12:49:15 +0000</pubDate><link>https://github.com/hughes7370/AbletonComposer</link><dc:creator>digitcatphd</dc:creator><comments>https://news.ycombinator.com/item?id=46809491</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46809491</guid></item><item><title><![CDATA[New comment by digitcatphd in "Vm0"]]></title><description><![CDATA[
<p>I built something similar to this before Langraph had their agent builder @braid.ink, because Claude Code kept referencing old documentation. But the problem ended up solving itself when Langraph came out with their agent builder, and Claude Code can better navigate its documentation.<p>The only thing I would mention is that building a lot of agents and working with a lot of plug-ins and MCPs is everything is super situation- and context-dependent. It's hard to spin up a general agent that's useful in a production workflow because it requires so much configuration from a standard template. And if you're not being very careful in monitoring it, then it won't meet your requirements when it's completed, when it comes to agents, precision and control is key.</p>
]]></description><pubDate>Mon, 19 Jan 2026 13:35:46 +0000</pubDate><link>https://news.ycombinator.com/item?id=46678821</link><dc:creator>digitcatphd</dc:creator><comments>https://news.ycombinator.com/item?id=46678821</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46678821</guid></item><item><title><![CDATA[New comment by digitcatphd in "ChatGPT Health"]]></title><description><![CDATA[
<p>At first I was reading this like 'oh boy here we go, a marketing ploy by ChatGPT when Gemini 3 does the same thing better', but the integration with data streams and specialized memory is interesting.<p>One thing I've noticed in healthcare is for the rich it is preventative but for everyone else it is reactive. For the rich everything is an option (homeopathics/alternatives), for everyone else it is straight to generic pharma drugs.<p>AI has the potential to bring these to the masses and I think for those who care, it will bring a concierge style experience.</p>
]]></description><pubDate>Thu, 08 Jan 2026 00:01:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=46535119</link><dc:creator>digitcatphd</dc:creator><comments>https://news.ycombinator.com/item?id=46535119</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46535119</guid></item><item><title><![CDATA[The Agentic Shift (2026): A quantitative analysis of why 95% of AI pilots fail]]></title><description><![CDATA[
<p>Article URL: <a href="https://docsend.com/view/k3dkbsnupfjh7t5w">https://docsend.com/view/k3dkbsnupfjh7t5w</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=46482773">https://news.ycombinator.com/item?id=46482773</a></p>
<p>Points: 3</p>
<p># Comments: 0</p>
]]></description><pubDate>Sat, 03 Jan 2026 23:14:03 +0000</pubDate><link>https://docsend.com/view/k3dkbsnupfjh7t5w</link><dc:creator>digitcatphd</dc:creator><comments>https://news.ycombinator.com/item?id=46482773</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46482773</guid></item><item><title><![CDATA[New comment by digitcatphd in "[dead]"]]></title><description><![CDATA[
<p>I’ve been writing about building Agent-First SaaS and working with teams implementing LangGraph flows.
I’ve noticed a recurring pattern where we get stuck trying to perfectly replicate a human's SOP (e.g., "click this button, then read this PDF"). While reproducing human workflows is great for trust and "human-on-the-loop" auditing, I argue it often traps us in a local optimum.<p>This post explores the difference between "Replica Agents" (biomimicry) and "First-Principles Agents" (optimizing for the objective function). I draw on examples like Amazon's "Chaos Storage" and AlphaGo to suggest that sometimes the most efficient agent workflow looks nothing like the human one.<p>Curious to hear how others are balancing "legibility" vs. "efficiency" in their agent designs.</p>
]]></description><pubDate>Fri, 02 Jan 2026 13:56:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=46464759</link><dc:creator>digitcatphd</dc:creator><comments>https://news.ycombinator.com/item?id=46464759</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46464759</guid></item><item><title><![CDATA[New comment by digitcatphd in "Move 37 and the Case for "Alien" Agent Workflows"]]></title><description><![CDATA[
<p>I’ve been writing about building Agent-First SaaS and working with teams implementing LangGraph flows.<p>I’ve noticed a recurring pattern where we get stuck trying to perfectly replicate a human's SOP (e.g., "click this button, then read this PDF"). While reproducing human workflows is great for trust and "human-on-the-loop" auditing, I argue it often traps us in a local optimum.<p>This post explores the difference between "Replica Agents" (biomimicry) and "First-Principles Agents" (optimizing for the objective function). I draw on examples like Amazon's "Chaos Storage" and AlphaGo to suggest that sometimes the most efficient agent workflow looks nothing like the human one.<p>Curious to hear how others are balancing "legibility" vs. "efficiency" in their agent designs.</p>
]]></description><pubDate>Thu, 01 Jan 2026 09:06:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=46452504</link><dc:creator>digitcatphd</dc:creator><comments>https://news.ycombinator.com/item?id=46452504</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46452504</guid></item><item><title><![CDATA[Move 37 and the Case for "Alien" Agent Workflows]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.chasewhughes.com/writing/beyond-the-replica-the-case-for-first-principles-agents">https://www.chasewhughes.com/writing/beyond-the-replica-the-case-for-first-principles-agents</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=46452503">https://news.ycombinator.com/item?id=46452503</a></p>
<p>Points: 2</p>
<p># Comments: 1</p>
]]></description><pubDate>Thu, 01 Jan 2026 09:06:24 +0000</pubDate><link>https://www.chasewhughes.com/writing/beyond-the-replica-the-case-for-first-principles-agents</link><dc:creator>digitcatphd</dc:creator><comments>https://news.ycombinator.com/item?id=46452503</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46452503</guid></item><item><title><![CDATA[New comment by digitcatphd in "We gave 5 LLMs $100K to trade stocks for 8 months"]]></title><description><![CDATA[
<p>Backtesting is a complete waste in this scenario. The models already know the best outcomes and are biased towards it.</p>
]]></description><pubDate>Thu, 04 Dec 2025 23:34:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=46154805</link><dc:creator>digitcatphd</dc:creator><comments>https://news.ycombinator.com/item?id=46154805</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46154805</guid></item><item><title><![CDATA[New comment by digitcatphd in "The Generative Burrito Test"]]></title><description><![CDATA[
<p>I find it a bit surprising GenAI has made it this far without this benchmark</p>
]]></description><pubDate>Wed, 26 Nov 2025 00:35:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=46052696</link><dc:creator>digitcatphd</dc:creator><comments>https://news.ycombinator.com/item?id=46052696</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46052696</guid></item><item><title><![CDATA[Ask HN: Codex vs. Antigravity?]]></title><description><![CDATA[

<p>Comments URL: <a href="https://news.ycombinator.com/item?id=46014412">https://news.ycombinator.com/item?id=46014412</a></p>
<p>Points: 3</p>
<p># Comments: 1</p>
]]></description><pubDate>Sat, 22 Nov 2025 12:53:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=46014412</link><dc:creator>digitcatphd</dc:creator><comments>https://news.ycombinator.com/item?id=46014412</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46014412</guid></item><item><title><![CDATA[New comment by digitcatphd in "£220 'for a cut-up sock' — Apples's new iPhone Pocket ridiculed online"]]></title><description><![CDATA[
<p>They will seed in a few dozen influencers and there will be lines out the door</p>
]]></description><pubDate>Thu, 13 Nov 2025 01:31:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=45909333</link><dc:creator>digitcatphd</dc:creator><comments>https://news.ycombinator.com/item?id=45909333</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45909333</guid></item><item><title><![CDATA[New comment by digitcatphd in "iPhone Pocket"]]></title><description><![CDATA[
<p>Beatifully said and you are right. I will get mine on Temu.</p>
]]></description><pubDate>Wed, 12 Nov 2025 01:46:42 +0000</pubDate><link>https://news.ycombinator.com/item?id=45895459</link><dc:creator>digitcatphd</dc:creator><comments>https://news.ycombinator.com/item?id=45895459</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45895459</guid></item><item><title><![CDATA[New comment by digitcatphd in "Circular Financing: Does Nvidia's $110B Bet Echo the Telecom Bubble?"]]></title><description><![CDATA[
<p>What do you think is going to happen to their earnings when CAPEX slows?</p>
]]></description><pubDate>Sat, 04 Oct 2025 14:58:34 +0000</pubDate><link>https://news.ycombinator.com/item?id=45473770</link><dc:creator>digitcatphd</dc:creator><comments>https://news.ycombinator.com/item?id=45473770</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45473770</guid></item><item><title><![CDATA[New comment by digitcatphd in "Circular Financing: Does Nvidia's $110B Bet Echo the Telecom Bubble?"]]></title><description><![CDATA[
<p>The biggest issue with Nvidia is their revenue is not recurring but the market is treating their stock as it were, which is correlated with all semi stocks, with a one-time massive CAPEX investment lasting 1-2 years.<p>Simple as this - as to why its just not possible for this to continue.</p>
]]></description><pubDate>Sat, 04 Oct 2025 14:37:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=45473628</link><dc:creator>digitcatphd</dc:creator><comments>https://news.ycombinator.com/item?id=45473628</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45473628</guid></item><item><title><![CDATA[New comment by digitcatphd in "Shiller PE Ratio"]]></title><description><![CDATA[
<p>It’s never different this time, this is embedded into human nature and people oscillate between fear and greed. That’s it. Not more complicated than that.</p>
]]></description><pubDate>Tue, 30 Sep 2025 10:57:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=45424029</link><dc:creator>digitcatphd</dc:creator><comments>https://news.ycombinator.com/item?id=45424029</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45424029</guid></item></channel></rss>