<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: skanga</title><link>https://news.ycombinator.com/user?id=skanga</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Wed, 08 Jul 2026 06:59:07 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=skanga" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by skanga in "Show HN: Filemat – an open-source web-based file manager"]]></title><description><![CDATA[
<p>It does not work on Windows. Should be easy to add that.</p>
]]></description><pubDate>Wed, 27 May 2026 19:25:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=48299239</link><dc:creator>skanga</dc:creator><comments>https://news.ycombinator.com/item?id=48299239</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48299239</guid></item><item><title><![CDATA[New comment by skanga in "Show HN: Daily vibe-coding video games, day 33: Tower Defense (single prompt)"]]></title><description><![CDATA[
<p>Agreed. That's more interesting than the game - for some at least ...</p>
]]></description><pubDate>Sun, 17 May 2026 05:38:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=48166305</link><dc:creator>skanga</dc:creator><comments>https://news.ycombinator.com/item?id=48166305</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48166305</guid></item><item><title><![CDATA[New comment by skanga in "Show HN: A prompt that builds the most capable AI agent system"]]></title><description><![CDATA[
<p>But does it work?</p>
]]></description><pubDate>Sat, 28 Mar 2026 19:03:06 +0000</pubDate><link>https://news.ycombinator.com/item?id=47557336</link><dc:creator>skanga</dc:creator><comments>https://news.ycombinator.com/item?id=47557336</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47557336</guid></item><item><title><![CDATA[New comment by skanga in "AI Team OS – Turn Claude Code into a Self-Managing AI Team"]]></title><description><![CDATA[
<p>What did you try? What did it do?</p>
]]></description><pubDate>Sat, 21 Mar 2026 17:11:51 +0000</pubDate><link>https://news.ycombinator.com/item?id=47468943</link><dc:creator>skanga</dc:creator><comments>https://news.ycombinator.com/item?id=47468943</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47468943</guid></item><item><title><![CDATA[New comment by skanga in "Leanstral: Open-source agent for trustworthy coding and formal proof engineering"]]></title><description><![CDATA[
<p>TDD == Prompt Engineering, for Agentic coding tasks.</p>
]]></description><pubDate>Mon, 16 Mar 2026 23:08:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=47406302</link><dc:creator>skanga</dc:creator><comments>https://news.ycombinator.com/item?id=47406302</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47406302</guid></item><item><title><![CDATA[Becoming a Deep Human in the Age of AI]]></title><description><![CDATA[
<p>Article URL: <a href="https://medium.com/@skanga/becoming-a-deep-human-in-the-age-of-ai-25648d9da8d1">https://medium.com/@skanga/becoming-a-deep-human-in-the-age-of-ai-25648d9da8d1</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=46149515">https://news.ycombinator.com/item?id=46149515</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Thu, 04 Dec 2025 16:35:09 +0000</pubDate><link>https://medium.com/@skanga/becoming-a-deep-human-in-the-age-of-ai-25648d9da8d1</link><dc:creator>skanga</dc:creator><comments>https://news.ycombinator.com/item?id=46149515</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46149515</guid></item><item><title><![CDATA[New comment by skanga in "Ask HN: What are you working on? (October 2025)"]]></title><description><![CDATA[
<p>I'm working on Conductor<p><a href="https://github.com/skanga/Conductor" rel="nofollow">https://github.com/skanga/Conductor</a><p>Conductor is a LLM agnostic framework for building sophisticated AI applications using a subagent architecture. It provides a robust platform for orchestrating multiple specialized AI agents to accomplish complex tasks, with features like LLM-based planning, memory persistence, and dynamic tool use.<p>It provides a robust and flexible platform for orchestrating multiple specialized AI agents to accomplish complex tasks. This project is inspired by the concepts outlined in "The Rise of Subagents" by Phil Schmid at <a href="https://www.philschmid.de/the-rise-of-subagents" rel="nofollow">https://www.philschmid.de/the-rise-of-subagents</a> and it aims to provide a practical implementation of this powerful architectural pattern.</p>
]]></description><pubDate>Sun, 12 Oct 2025 21:32:18 +0000</pubDate><link>https://news.ycombinator.com/item?id=45562118</link><dc:creator>skanga</dc:creator><comments>https://news.ycombinator.com/item?id=45562118</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45562118</guid></item><item><title><![CDATA[New comment by skanga in "Ask HN: What are you working on? (September 2025)"]]></title><description><![CDATA[
<p>I read a paper called "The Rise of Subagents" by Phil Schmid at <a href="https://www.philschmid.de/the-rise-of-subagents" rel="nofollow">https://www.philschmid.de/the-rise-of-subagents</a> and thought it was an incredibly powerful architectural pattern for running AI agents with complex tasks.<p>So, I decided to build a practical implementation of this system with a central Orchestrator that manages a fleet of implicit or explicit Subagents. Each subagent is a specialized, isolated AI agent designed to perform a specific subtask. More details in the repo README at <a href="https://github.com/skanga/conductor" rel="nofollow">https://github.com/skanga/conductor</a></p>
]]></description><pubDate>Tue, 30 Sep 2025 09:18:18 +0000</pubDate><link>https://news.ycombinator.com/item?id=45423515</link><dc:creator>skanga</dc:creator><comments>https://news.ycombinator.com/item?id=45423515</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45423515</guid></item><item><title><![CDATA[New comment by skanga in "Launch HN: Gecko Security (YC F24) – AI That Finds Vulnerabilities in Code"]]></title><description><![CDATA[
<p>It's hard to evaluate such a tool. I scanned my OSS MCP server for databases at <a href="https://github.com/skanga/dbchat">https://github.com/skanga/dbchat</a> and it found 0 vulnerabilities. Now I'm wondering if my code is perfect :-) or the tool has issues!</p>
]]></description><pubDate>Thu, 31 Jul 2025 17:01:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=44747637</link><dc:creator>skanga</dc:creator><comments>https://news.ycombinator.com/item?id=44747637</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44747637</guid></item><item><title><![CDATA[New comment by skanga in "MCP server for all databases (based on JDBC)"]]></title><description><![CDATA[
<p>DBChat is a powerful MCP server that lets you have natural language conversations with your database from clients like Claude Desktop. Ask it to do complex analysis, generate beautiful visualizations, or build custom interactive dashboards based your data. Works with any JDBC-compatible database with support for most SQL DBs like PostgreSQL, MySQL, Oracle, SQL Server, SQLite, MongoDB, etc.</p>
]]></description><pubDate>Sat, 26 Jul 2025 20:30:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=44696735</link><dc:creator>skanga</dc:creator><comments>https://news.ycombinator.com/item?id=44696735</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44696735</guid></item><item><title><![CDATA[MCP server for all databases (based on JDBC)]]></title><description><![CDATA[
<p>Article URL: <a href="https://github.com/skanga/dbchat">https://github.com/skanga/dbchat</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=44696734">https://news.ycombinator.com/item?id=44696734</a></p>
<p>Points: 3</p>
<p># Comments: 1</p>
]]></description><pubDate>Sat, 26 Jul 2025 20:30:44 +0000</pubDate><link>https://github.com/skanga/dbchat</link><dc:creator>skanga</dc:creator><comments>https://news.ycombinator.com/item?id=44696734</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44696734</guid></item><item><title><![CDATA[New comment by skanga in "uv: An extremely fast Python package and project manager, written in Rust"]]></title><description><![CDATA[
<p><a href="https://github.com/skanga/JarGet">https://github.com/skanga/JarGet</a> is a slightly similar tool for Java</p>
]]></description><pubDate>Tue, 24 Jun 2025 06:31:30 +0000</pubDate><link>https://news.ycombinator.com/item?id=44363386</link><dc:creator>skanga</dc:creator><comments>https://news.ycombinator.com/item?id=44363386</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44363386</guid></item><item><title><![CDATA[Show HN: Inline dependency management for Java – add // dep comments and go]]></title><description><![CDATA[
<p>A secure Java agent for dependency management with inline comments - like uv for Python. Zero config, automatic downloads from Maven Central, local JARs, and URLs with checksum verification. Just add // @dep comments to your .java files</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=44357496">https://news.ycombinator.com/item?id=44357496</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Mon, 23 Jun 2025 16:35:21 +0000</pubDate><link>https://github.com/skanga/JarGet</link><dc:creator>skanga</dc:creator><comments>https://news.ycombinator.com/item?id=44357496</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44357496</guid></item><item><title><![CDATA[New comment by skanga in "Show HN: Fahmatrix – A Lightweight, Pandas-Like DataFrame Library for Java"]]></title><description><![CDATA[
<p>What about Tablesaw, Apache Arrow? How does this compare ...</p>
]]></description><pubDate>Sat, 17 May 2025 05:57:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=44012325</link><dc:creator>skanga</dc:creator><comments>https://news.ycombinator.com/item?id=44012325</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44012325</guid></item><item><title><![CDATA[New comment by skanga in "Deepseek Unmasked [pdf]"]]></title><description><![CDATA[
<p>Looks like Deepseek is having it's Tiktok moment!</p>
]]></description><pubDate>Tue, 22 Apr 2025 18:05:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=43764755</link><dc:creator>skanga</dc:creator><comments>https://news.ycombinator.com/item?id=43764755</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43764755</guid></item><item><title><![CDATA[Postcards from the Peak of Complexity [video]]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.youtube.com/watch?v=u08hjp6PF-Q">https://www.youtube.com/watch?v=u08hjp6PF-Q</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=42314005">https://news.ycombinator.com/item?id=42314005</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Wed, 04 Dec 2024 02:37:05 +0000</pubDate><link>https://www.youtube.com/watch?v=u08hjp6PF-Q</link><dc:creator>skanga</dc:creator><comments>https://news.ycombinator.com/item?id=42314005</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42314005</guid></item><item><title><![CDATA[New comment by skanga in "Hammer Looking for a Nail, AI Drone Looking for Business Case"]]></title><description><![CDATA[
<p>Hi Maxwell, I did work on some similar stuff and have some thoughts, suggestions & connections that could help. Feel free to reach out to my yc username at googles email service.</p>
]]></description><pubDate>Tue, 15 Oct 2024 00:06:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=41843579</link><dc:creator>skanga</dc:creator><comments>https://news.ycombinator.com/item?id=41843579</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41843579</guid></item><item><title><![CDATA[New comment by skanga in "Why Your Founder Mode CEO Is Terrible"]]></title><description><![CDATA[
<p>Thoughts?</p>
]]></description><pubDate>Sat, 07 Sep 2024 18:37:34 +0000</pubDate><link>https://news.ycombinator.com/item?id=41475561</link><dc:creator>skanga</dc:creator><comments>https://news.ycombinator.com/item?id=41475561</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41475561</guid></item><item><title><![CDATA[Why Your Founder Mode CEO Is Terrible]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.inc.com/joe-procopio/why-your-founder-mode-ceo-is-terrible.html">https://www.inc.com/joe-procopio/why-your-founder-mode-ceo-is-terrible.html</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=41475560">https://news.ycombinator.com/item?id=41475560</a></p>
<p>Points: 4</p>
<p># Comments: 1</p>
]]></description><pubDate>Sat, 07 Sep 2024 18:37:34 +0000</pubDate><link>https://www.inc.com/joe-procopio/why-your-founder-mode-ceo-is-terrible.html</link><dc:creator>skanga</dc:creator><comments>https://news.ycombinator.com/item?id=41475560</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41475560</guid></item><item><title><![CDATA[New comment by skanga in "Gen AI: Too much spend, too little benefit [pdf]"]]></title><description><![CDATA[
<p>Electricity, the printing press, etc were all privately owned.</p>
]]></description><pubDate>Mon, 08 Jul 2024 01:32:02 +0000</pubDate><link>https://news.ycombinator.com/item?id=40901925</link><dc:creator>skanga</dc:creator><comments>https://news.ycombinator.com/item?id=40901925</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40901925</guid></item></channel></rss>