<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: mikodin</title><link>https://news.ycombinator.com/user?id=mikodin</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Sun, 27 Sep 2026 03:13:48 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=mikodin" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by mikodin in "Ollaya – Ollama for open-source, Jev-style decision models"]]></title><description><![CDATA[
<p>What are the models?  I am super curious in these as well</p>
]]></description><pubDate>Fri, 25 Sep 2026 19:32:30 +0000</pubDate><link>https://news.ycombinator.com/item?id=49848903</link><dc:creator>mikodin</dc:creator><comments>https://news.ycombinator.com/item?id=49848903</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49848903</guid></item><item><title><![CDATA[New comment by mikodin in "What About Rails?"]]></title><description><![CDATA[
<p>Yup - this!  A big ol' experiment, we shall see how it goes.  I'd be curious (if they exist) on some larger / older orgs with internet scale customer bases that are full in on AI development with limited human reading of it to see how they fare.</p>
]]></description><pubDate>Fri, 25 Sep 2026 18:12:26 +0000</pubDate><link>https://news.ycombinator.com/item?id=49848040</link><dc:creator>mikodin</dc:creator><comments>https://news.ycombinator.com/item?id=49848040</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49848040</guid></item><item><title><![CDATA[New comment by mikodin in "What About Rails?"]]></title><description><![CDATA[
<p>Phweww - 100% agree and am seeing that with my app as well!  It's been one of the most joyful pieces of building it, is that I am really making something for myself and have been using it and continually adding the things that I want.<p>This is the process that nothing can do for us.</p>
]]></description><pubDate>Fri, 25 Sep 2026 18:02:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=49847910</link><dc:creator>mikodin</dc:creator><comments>https://news.ycombinator.com/item?id=49847910</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49847910</guid></item><item><title><![CDATA[New comment by mikodin in "Will Open Source Survive the Agents That Replaced It?"]]></title><description><![CDATA[
<p>As I've been vibe coding a side project, I've been curious on just how much cruft and slop the agents are training on now.  A part of me feels like I should actually have it be in a private repo.</p>
]]></description><pubDate>Tue, 22 Sep 2026 12:30:59 +0000</pubDate><link>https://news.ycombinator.com/item?id=49800173</link><dc:creator>mikodin</dc:creator><comments>https://news.ycombinator.com/item?id=49800173</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49800173</guid></item><item><title><![CDATA[New comment by mikodin in "Ask HN: What are you working on? (September 2026)"]]></title><description><![CDATA[
<p>Greetings friends!  I have been joyfully working on a native iOS app called Sanctum.  I really built this for myself and use it multiple times a day (<a href="https://apps.apple.com/us/app/sanctum-the-voice-journal/id6796428879">https://apps.apple.com/us/app/sanctum-the-voice-journal/id67...</a>)<p>Sanctum is a voice journal, think Obsidian but for voice notes.  I am really honing in on data sovereignty, privacy, 1 click to record and self organization of notes / ideas.<p>While this isn't anything revolutionary, or technically difficult, I do think I've landed on a form factor and stack that is in my opinion not served by current products.  So much so that I just simply had to build it myself. Sanctum was born out of an Obsidian plugin that I built and have been maintaining for about 2 years called Scribe and it's been a wonderful way to really hone in on a more full fledged agentic development process for a full stack experience.<p>The stack is simple<p><pre><code>  - For transcription I am using AssemblyAI - they have solid terms, 24hr retention and no training

  - LLM inference is running inside a TEE using redpill.ai, it's slow af but as private as I could find.

  - For cloud backup I am using full E2E encryption with Backblaze for storage

  - Endpoints and the like are AWS lambdas, DynamoDB for billing storage, Supabase for auth
</code></pre>
I (yes, fully me, not AI) have been doing a lot of writing on the process, we are flooded with these sorts of post on HN, but if anyone is interested in reading, check it out! <a href="https://www.builtinspace.xyz/blog/begin-with-ethos" rel="nofollow">https://www.builtinspace.xyz/blog/begin-with-ethos</a>.<p>Anyway, something I am most definitely curious on is if people are recording their thoughts, what they are using (either a cobbled together solution or a product) and what value they feel they've been getting from it!</p>
]]></description><pubDate>Mon, 14 Sep 2026 23:00:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=49705436</link><dc:creator>mikodin</dc:creator><comments>https://news.ycombinator.com/item?id=49705436</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49705436</guid></item><item><title><![CDATA[Ask HN: How have interviews changed over the last year?]]></title><description><![CDATA[
<p>Greetings friends!<p>TLDR: What is your company doing?  What is the interview process for Senior / Staff level full stack engs?  What has changed over the last year or so in regards to interviews at your company?<p>Background<p>I have been working for myself for the last 2 or so years and am about to begin prep for interviewing.<p>Which is to say, I am all the way out of the loop when it comes to interviewing and what is going on in more traditional companies.<p>I've been building, consulting, advising, etc throughout this time so I am very much so in the loop and feel at the frontier of many things.<p>In my last role I was at the crux of senior -> staff as a full stack engineer, most comfortable in the TS ecosystem, but have done plenty in Java etc.<p>I am assuming that with the rise of agentic development that the general interview process is different now?  I would hope so?<p>...Should I be studying algorithms and tree traversal?  
Does the coding portion still exist, like writing lines of code while someone is watching me to traverse a tree to output nested comments in a thread?<p>My hunch is that there will be a bigger focus on architecture?<p>I don't know - you tell me!<p>Thanks for your time, attention and responses!  It's super useful for me!</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=49578420">https://news.ycombinator.com/item?id=49578420</a></p>
<p>Points: 12</p>
<p># Comments: 0</p>
]]></description><pubDate>Sat, 05 Sep 2026 17:01:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=49578420</link><dc:creator>mikodin</dc:creator><comments>https://news.ycombinator.com/item?id=49578420</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49578420</guid></item><item><title><![CDATA[New comment by mikodin in "Degraded performance for multiple models"]]></title><description><![CDATA[
<p>Same boat</p>
]]></description><pubDate>Tue, 18 Aug 2026 17:31:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=49349273</link><dc:creator>mikodin</dc:creator><comments>https://news.ycombinator.com/item?id=49349273</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49349273</guid></item><item><title><![CDATA[New comment by mikodin in "Docker Sandboxes – Disposable, isolated sandboxes for AI agents"]]></title><description><![CDATA[
<p>Does anyone have a solution for iOS development?<p>I was all in on sandboxes and safehouse for my agents but the moment I got into iOS development it felt like my hand was forced to just run Claude / codex / pi directly on my machine because nothing else could do the dev loop.<p>It’s been a painful reality for me, I’m going against core pieces of how I feel I should be interacting with agent harnesses and yet, I need to get the work done so</p>
]]></description><pubDate>Mon, 10 Aug 2026 14:00:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=49243792</link><dc:creator>mikodin</dc:creator><comments>https://news.ycombinator.com/item?id=49243792</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49243792</guid></item><item><title><![CDATA[New comment by mikodin in "Cursor removed cost information from the usage page and CSV export"]]></title><description><![CDATA[
<p>I am super curious how much in your opinion the extra prompting is useful?<p>>often harnesses also mention in their system prompt locations of markdown files that the model can consult if the model thinks they might help
>that hint alone as part of the system prompt can be strong enough to make the model read in more tokens than would have been necessary<p>I purposefully do this as I imagine it is useful.  In my project I am seeing solid adherence to norms and a deep capacity to iterate on completed features.  Essentially for each feature I have the model make a {featureName}.AGENTS.md at the root folder of the feature, where it maintains what is going on.<p>I am moving between Claude Code and Codex atm, but I began this pattern when pi + kimi 2.6 was my main driver.</p>
]]></description><pubDate>Sat, 01 Aug 2026 22:57:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=49139397</link><dc:creator>mikodin</dc:creator><comments>https://news.ycombinator.com/item?id=49139397</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49139397</guid></item><item><title><![CDATA[New comment by mikodin in "Building and shipping Mac and iOS apps without opening Xcode"]]></title><description><![CDATA[
<p>I think particularly for iOS development.  I was all in on sandboxed approaches...until I went to build an app, and now unfortunately convenience won</p>
]]></description><pubDate>Tue, 14 Jul 2026 02:39:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=48901638</link><dc:creator>mikodin</dc:creator><comments>https://news.ycombinator.com/item?id=48901638</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48901638</guid></item><item><title><![CDATA[New comment by mikodin in "Show HN: OpenKnowledge – open source AI-first alternative to Obsidian/Notion"]]></title><description><![CDATA[
<p>Thank you for this project - I am excited to check it out!<p>My current agentic workflow is having a github repo that is a workspace and essentially a single obsidian vault over it called agents.  I modify with Claude code (or other harness), check diffs in...VSCode and read it in...Obsidian.<p>It's separate from my actual personal Obsidian vault (that I don't send to any AI providers), and is only for agents.  It's been really nice on all sorts of varied projects and for performing web research.  I also have a bun monorepo setup in the root with varied tools for search, fetching individual websites, setting up folder structures - etc.<p>But essentially, in my experience, the moment you tell the model that it's in an Obsidian Vault - magic happens.<p>I am so curious how this will play in with it all and am hoping this will improve my workflow!</p>
]]></description><pubDate>Fri, 26 Jun 2026 03:52:02 +0000</pubDate><link>https://news.ycombinator.com/item?id=48682148</link><dc:creator>mikodin</dc:creator><comments>https://news.ycombinator.com/item?id=48682148</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48682148</guid></item><item><title><![CDATA[New comment by mikodin in "Never Give Them Your Face"]]></title><description><![CDATA[
<p>Gah - this is unfortunate.  This will have me quit as well - I wonder when they will begin to enforce this on the Claude Code front.  I remember when OpenAI tried (maybe they still are?) putting this in for GPT 5 and this had me switch from them to Anthropic.</p>
]]></description><pubDate>Mon, 22 Jun 2026 17:07:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=48632871</link><dc:creator>mikodin</dc:creator><comments>https://news.ycombinator.com/item?id=48632871</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48632871</guid></item><item><title><![CDATA[New comment by mikodin in "Ask HN: Why is the HN crowd so anti-AI?"]]></title><description><![CDATA[
<p>I'm curious what part of the charts would data centers fall under?<p>I'm assuming it would be under the Energy emissions category, but I didn't find anything particular around data centers or "technology" or "internet" or something like that.<p>Would it fall under "Electricity and heat"?  Or just general "Buildings"?  or "Commercial buildings"?  Or am I way off base?</p>
]]></description><pubDate>Sat, 06 Jun 2026 19:11:49 +0000</pubDate><link>https://news.ycombinator.com/item?id=48427971</link><dc:creator>mikodin</dc:creator><comments>https://news.ycombinator.com/item?id=48427971</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48427971</guid></item><item><title><![CDATA[New comment by mikodin in "DeepSeek reasonix, DeepSeek native coding agent with high caching and low cost"]]></title><description><![CDATA[
<p><a href="https://github.com/charmbracelet/crush" rel="nofollow">https://github.com/charmbracelet/crush</a>
(Haven't used it, but also hit the 404 and wanted to see it)</p>
]]></description><pubDate>Mon, 25 May 2026 16:00:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=48268366</link><dc:creator>mikodin</dc:creator><comments>https://news.ycombinator.com/item?id=48268366</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48268366</guid></item><item><title><![CDATA[New comment by mikodin in "Amazon's AI boom is creating mess of duplicate tools and data inside the company"]]></title><description><![CDATA[
<p>> For example if AI generates 2x of a utility function that does the same thing, yes that is not an ideal, but is also fairly minor in terms of tech debt. I think as long as all behaviors introduced by new code are comprehensively tested, it becomes less significant that there can be some level of code duplication.<p>We still run into the same issues that this brings about in the first place, AI or no AI.  When requirements change will it update both functions?  If it is rewriting them because it didn't see it existed in the first place, probably not.  And there will likely be slight variations in function / components names, so it wouldn't be a clean grep to make the changes.<p>It may not impact velocity or stability in the exact moment, but in 6 months or a year - it likely will, the classic trope of tech debt.<p>I have no solution for this, it's definitely a tricky balance and one that we've been struggling with human written code since the dawn.</p>
]]></description><pubDate>Mon, 20 Apr 2026 16:14:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=47836375</link><dc:creator>mikodin</dc:creator><comments>https://news.ycombinator.com/item?id=47836375</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47836375</guid></item><item><title><![CDATA[New comment by mikodin in "Show HN: I built 48 lightweight SVG backgrounds you can copy/paste"]]></title><description><![CDATA[
<p>Unclear but I will say upon opening the site I was sparked with joy and excitement to use them</p>
]]></description><pubDate>Thu, 19 Mar 2026 02:42:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=47434222</link><dc:creator>mikodin</dc:creator><comments>https://news.ycombinator.com/item?id=47434222</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47434222</guid></item><item><title><![CDATA[New comment by mikodin in "Mistral AI Releases Forge"]]></title><description><![CDATA[
<p>I was under this impression as well - I'd love to hear from someone who's deeper in the know about this!</p>
]]></description><pubDate>Wed, 18 Mar 2026 15:00:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=47426618</link><dc:creator>mikodin</dc:creator><comments>https://news.ycombinator.com/item?id=47426618</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47426618</guid></item><item><title><![CDATA[New comment by mikodin in "Launch HN: Spine Swarm (YC S23) – AI agents that collaborate on a visual canvas"]]></title><description><![CDATA[
<p>I also expected it to be more art forward because of "canvas".  Visual workspace draws a clear picture for me.</p>
]]></description><pubDate>Sat, 14 Mar 2026 02:10:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=47372601</link><dc:creator>mikodin</dc:creator><comments>https://news.ycombinator.com/item?id=47372601</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47372601</guid></item><item><title><![CDATA[New comment by mikodin in "Launch HN: Spine Swarm (YC S23) – AI agents that collaborate on a visual canvas"]]></title><description><![CDATA[
<p>I am doing something very similar to this.  I think the workspace _being_ the memory is the way.  It's also enabled the workspace to be completely model and harness agnostic.<p>On top of that, I actually have it as an Obsidian vault, and I have the llm themselves use Obsidian markdown for the frontmatter and knowledge graph linking.  It makes it very easy for me to navigate the data and interact in a way that is deeply enjoyable, and it also helps the model navigate the files.</p>
]]></description><pubDate>Sat, 14 Mar 2026 02:08:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=47372590</link><dc:creator>mikodin</dc:creator><comments>https://news.ycombinator.com/item?id=47372590</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47372590</guid></item><item><title><![CDATA[New comment by mikodin in "Agent Safehouse – macOS-native sandboxing for local agents"]]></title><description><![CDATA[
<p>Piggybacking on this - I think it well equips us for a future when local models are stronger.  I for one am grateful for efforts like these</p>
]]></description><pubDate>Mon, 09 Mar 2026 01:14:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=47303646</link><dc:creator>mikodin</dc:creator><comments>https://news.ycombinator.com/item?id=47303646</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47303646</guid></item></channel></rss>