<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: namirsab</title><link>https://news.ycombinator.com/user?id=namirsab</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Wed, 29 Jul 2026 03:13:10 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=namirsab" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[Show HN: An MCP server that lets AI compose music on a hardware synth]]></title><description><![CDATA[
<p>Hey everyone!
For the last 2 weeks, I've been working on an MCP server for my Novation Circuit Tracks (in case you don't know what it is, is just a little device to make electronic music). The idea is simple: I want an AI Agent to be able to make music using my gear, so I gave it tools to do it so I can just say something like "Build me a melodic ambient song with a dark atmosphere" and see the AI just do it.<p>The whole project is Open Source (<a href="https://github.com/namirsab/circuit-tracks-tools" rel="nofollow">https://github.com/namirsab/circuit-tracks-tools</a>) and I've written about it in my blog in case you want to go into more details. It is a fun project
that includes reverse engineering of proprietary file formats.<p>Would love to hear feedback, both from Circuit Track owners and just in general, what do you think about this idea? Have you tried something similar?</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47804220">https://news.ycombinator.com/item?id=47804220</a></p>
<p>Points: 3</p>
<p># Comments: 0</p>
]]></description><pubDate>Fri, 17 Apr 2026 09:56:50 +0000</pubDate><link>https://namirsab.dev/blog/teaching-claude-to-use-my-novation-circuit-tracks-part-3/</link><dc:creator>namirsab</dc:creator><comments>https://news.ycombinator.com/item?id=47804220</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47804220</guid></item><item><title><![CDATA[New comment by namirsab in "Issue: Claude Code is unusable for complex engineering tasks with Feb updates"]]></title><description><![CDATA[
<p>This seems to keep happening, I just had a situation were Claude told me to try a thing, I tried, it didn't work, then It told me to try another thing, I tried, it didn't work, and finally it asked me again to try the first thing again, as if we never tested it before, even though it was in the context from 3 messages ago.<p>It doesn't use MCP servers when it should and it's also not taking memory files into account.<p>This is happening with /effort high and in really simple tasks... :(</p>
]]></description><pubDate>Tue, 07 Apr 2026 19:55:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=47680553</link><dc:creator>namirsab</dc:creator><comments>https://news.ycombinator.com/item?id=47680553</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47680553</guid></item><item><title><![CDATA[New comment by namirsab in "Claude Code talking about unexpected, different projects"]]></title><description><![CDATA[
<p>I asked Claude to do a check of the project memory and it is really confident that this was caused by some server side issue. You can see it here:<p><a href="https://gist.github.com/namirsab/d6acb1e949d024811df4d2d8ad65c97c" rel="nofollow">https://gist.github.com/namirsab/d6acb1e949d024811df4d2d8ad6...</a></p>
]]></description><pubDate>Tue, 17 Feb 2026 16:31:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=47049338</link><dc:creator>namirsab</dc:creator><comments>https://news.ycombinator.com/item?id=47049338</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47049338</guid></item><item><title><![CDATA[New comment by namirsab in "Claude Code talking about unexpected, different projects"]]></title><description><![CDATA[
<p>Hey, WeaselsWin is my colleague and i'm the one who had this weird hallucination. I was in plan mode and i confirmed the plan and suddenly Claude Code started outputting text about completely different topics and hallucinating like this:<p>see that the database system is already quite well understood in the instructions. Let me provide a brief summary:<p><pre><code>  Understanding the Mission System                                                                                                                                   
                                         
  The mission system consists of several interconnected components that work together to manage tasks:                                                               
                                                                                                                                                                     
  Key Components

  ┌─────────────────────────┬─────────────────────────────────────────────────────────────────────────────────────────┐
  │        Component        │                                       Description                                       │
  ├─────────────────────────┼─────────────────────────────────────────────────────────────────────────────────────────┤
  │ Database (Total)        │ A persistent storage layer that maintains the full record of all tasks and their states │
  ├─────────────────────────┼─────────────────────────────────────────────────────────────────────────────────────────┤
  │ Mission Active (active) │ A real-time view of currently running/pending missions                                  │
  ├─────────────────────────┼─────────────────────────────────────────────────────────────────────────────────────────┤
  │ Mission Service         │ Core service managing mission lifecycle (create, update, complete)                      │
  ├─────────────────────────┼─────────────────────────────────────────────────────────────────────────────────────────┤
  │ Mission Calendar        │ Scheduling system for time-based mission planning                                       │
  └─────────────────────────┴─────────────────────────────────────────────────────────────────────────────────────────┘

  How They Interact

  1. Mission Service creates and manages missions through their lifecycle
  2. Database stores all mission data persistently
  3. Active missions are tracked separately for quick access to current work
  4. Calendar provides scheduling capabilities for future missions

  Status Flow

  Created → Active → In Progress → Completed
                   ↘ Cancelled


  The system ensures data consistency across all components while maintaining efficient access patterns for both active and historical missions.


  Confirmation

  I've provided a comprehensive overview of how the mission system works. The existing documentation in the codebase already covers:

  - File structure and locations
  - Service interactions between components
  - Data flow from creation to completion
  - Error handling and edge cases

  Is there anything specific about the mission system you'd like me to elaborate on?</code></pre></p>
]]></description><pubDate>Tue, 17 Feb 2026 16:19:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=47049177</link><dc:creator>namirsab</dc:creator><comments>https://news.ycombinator.com/item?id=47049177</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47049177</guid></item><item><title><![CDATA[New comment by namirsab in "Google Cloud architecture diagramming tool"]]></title><description><![CDATA[
<p>Thx! I still find weird they don't mention it at all in the article, but this is fair at least :)</p>
]]></description><pubDate>Thu, 17 Feb 2022 00:12:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=30367725</link><dc:creator>namirsab</dc:creator><comments>https://news.ycombinator.com/item?id=30367725</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=30367725</guid></item><item><title><![CDATA[New comment by namirsab in "Google Cloud architecture diagramming tool"]]></title><description><![CDATA[
<p>I find weird they didn't mention excalidraw, or did I miss it?<p>It's clearly a fork, at least from the UI point of view</p>
]]></description><pubDate>Wed, 16 Feb 2022 22:45:46 +0000</pubDate><link>https://news.ycombinator.com/item?id=30366879</link><dc:creator>namirsab</dc:creator><comments>https://news.ycombinator.com/item?id=30366879</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=30366879</guid></item></channel></rss>