<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: aspectrr</title><link>https://news.ycombinator.com/user?id=aspectrr</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Fri, 03 Jul 2026 08:05:53 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=aspectrr" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by aspectrr in "[dead]"]]></title><description><![CDATA[
<p>Hey HN,<p>I've been working on a way for agents to query production systems to help me debug issues and close the loop on things I work on day to day. It works as a hook that rewrites ssh, awscli, gcloud, az, kubectl commands to verify they are read-only and safe. It also keeps track of sessions in files and when agents debug the same things it will give hints in the tool calls like<p>━━ Past Investigation (May 10, 87% similar) ━━
  Root cause: php-fpm pool exhaustion causing nginx 502
  Hosts involved: web1
  Investigation path:
    web1: systemctl status nginx
    web1: journalctl -u nginx --no-pager -n 20
    web1: systemctl status php-fpm
  Consider checking: systemctl status php-fpm<p>Tools with memory is an interesting idea as well but lmk what you think!</p>
]]></description><pubDate>Tue, 12 May 2026 13:56:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=48108396</link><dc:creator>aspectrr</dc:creator><comments>https://news.ycombinator.com/item?id=48108396</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48108396</guid></item><item><title><![CDATA[New comment by aspectrr in "Ask HN: How often do you investigate issues in production vs. looking at logs?"]]></title><description><![CDATA[
<p>yeah that's kinda how I feel but wanted to see other's experience</p>
]]></description><pubDate>Tue, 12 May 2026 13:00:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=48107641</link><dc:creator>aspectrr</dc:creator><comments>https://news.ycombinator.com/item?id=48107641</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48107641</guid></item><item><title><![CDATA[New comment by aspectrr in "Ask HN: How often do you investigate issues in production vs. looking at logs?"]]></title><description><![CDATA[
<p>yeah those are especially nasty. the logs are cryptic and not helpful when most of the the issues will be seen visually in the browser</p>
]]></description><pubDate>Tue, 12 May 2026 13:00:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=48107637</link><dc:creator>aspectrr</dc:creator><comments>https://news.ycombinator.com/item?id=48107637</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48107637</guid></item><item><title><![CDATA[New comment by aspectrr in "Ask HN: How often do you investigate issues in production vs. looking at logs?"]]></title><description><![CDATA[
<p>yeah time to pipe it into claude and tell me what is wrong</p>
]]></description><pubDate>Tue, 12 May 2026 12:59:43 +0000</pubDate><link>https://news.ycombinator.com/item?id=48107628</link><dc:creator>aspectrr</dc:creator><comments>https://news.ycombinator.com/item?id=48107628</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48107628</guid></item><item><title><![CDATA[New comment by aspectrr in "Ask HN: How often do you investigate issues in production vs. looking at logs?"]]></title><description><![CDATA[
<p>PROFIT BABYYY</p>
]]></description><pubDate>Tue, 12 May 2026 12:59:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=48107626</link><dc:creator>aspectrr</dc:creator><comments>https://news.ycombinator.com/item?id=48107626</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48107626</guid></item><item><title><![CDATA[Ask HN: How often do you investigate issues in production vs. looking at logs?]]></title><description><![CDATA[
<p>Something I've noticed is that I am having to look at production systems manually to do debugging alongside the logs which just made me wonder how other people were doing it</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=48097132">https://news.ycombinator.com/item?id=48097132</a></p>
<p>Points: 4</p>
<p># Comments: 9</p>
]]></description><pubDate>Mon, 11 May 2026 16:26:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=48097132</link><dc:creator>aspectrr</dc:creator><comments>https://news.ycombinator.com/item?id=48097132</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48097132</guid></item><item><title><![CDATA[New comment by aspectrr in "Best AI coding plan alternative to Claude and ChatGPT"]]></title><description><![CDATA[
<p>I like the GLM coding plan before they raised their prices, now their rate limits are more strict as they are compute constrained. It is still a good deal for 1/3 the price of Claude for the same quality.</p>
]]></description><pubDate>Mon, 11 May 2026 16:24:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=48097115</link><dc:creator>aspectrr</dc:creator><comments>https://news.ycombinator.com/item?id=48097115</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48097115</guid></item><item><title><![CDATA[New comment by aspectrr in "Ask HN: What are you working on? (May 2026)"]]></title><description><![CDATA[
<p>[Lily](<a href="https://github.com/aspectrr/lily" rel="nofollow">https://github.com/aspectrr/lily</a>) A CLI tool that can be installed to any coding agent via hook that gives read-only access to production systems (wraps ssh, kubectl, awscli, gcloud, az) so agents can investigate issues in production. Built it for myself and my team during initial investigations to save use a lot of time on figuring out issues but didn't want to have to babysit agents or just hope that "telling them they are in production" would prevent issues.<p>[clue.ssh](<a href="https://github.com/aspectrr/clue.ssh" rel="nofollow">https://github.com/aspectrr/clue.ssh</a>) A clue game over SSH based on the AI wave, where the goal is to find who stole the H100. Pretty fun and coding agents can play too.<p>[Chasing Losses](<a href="https://github.com/aspectrr/chasing_losses" rel="nofollow">https://github.com/aspectrr/chasing_losses</a>) I was interested in if LLMs chased losses when playing roulette, still investigating this but i've found that different models will bet different amounts at different frequencies even when prompted the same. Struggling on not wanting to guide them too much but also wanting to see how they react when put under pressure.</p>
]]></description><pubDate>Mon, 11 May 2026 15:58:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=48096737</link><dc:creator>aspectrr</dc:creator><comments>https://news.ycombinator.com/item?id=48096737</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48096737</guid></item><item><title><![CDATA[New comment by aspectrr in "Lessons for Agentic Coding: What should we do when code is cheap?"]]></title><description><![CDATA[
<p>I'm surprised sys-admin hires are down, is AI doing a lot of that as well?</p>
]]></description><pubDate>Tue, 05 May 2026 15:44:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=48024091</link><dc:creator>aspectrr</dc:creator><comments>https://news.ycombinator.com/item?id=48024091</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48024091</guid></item><item><title><![CDATA[New comment by aspectrr in "AI didn't delete your database, you did"]]></title><description><![CDATA[
<p>Yeah this isn't even the worst thing I've seen an agent do, one time I (foolishly) ran Claude Code on my server directly and it managed to completely bring down my entire elasticsearch cluster. never again. its why I built Lily: <a href="https://github.com/aspectrr/lily" rel="nofollow">https://github.com/aspectrr/lily</a></p>
]]></description><pubDate>Tue, 05 May 2026 15:34:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=48023967</link><dc:creator>aspectrr</dc:creator><comments>https://news.ycombinator.com/item?id=48023967</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48023967</guid></item><item><title><![CDATA[New comment by aspectrr in "[dead]"]]></title><description><![CDATA[
<p>Hey HN, I have seen many different ways of letting AI run bash commands on remote hosts but none of which fix the issues of:
a. safety (read-only) b. not installing anything on the remote host<p>so this is my implementation of one that does.<p>It uses seven layers of verification on the client and reconstructs the commands with safe quoting to prevent unsafe chars or other attack vectors. Check out: <a href="https://github.com/aspectrr/lily?tab=security-ov-file" rel="nofollow">https://github.com/aspectrr/lily?tab=security-ov-file</a><p>Looking forward to your thoughts!</p>
]]></description><pubDate>Tue, 05 May 2026 15:24:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=48023819</link><dc:creator>aspectrr</dc:creator><comments>https://news.ycombinator.com/item?id=48023819</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48023819</guid></item><item><title><![CDATA[New comment by aspectrr in "Ask HN: What simple tools or products are you most proud of making?"]]></title><description><![CDATA[
<p>Hey, just finished this,<a href="https://github.com/aspectrr/lily" rel="nofollow">https://github.com/aspectrr/lily</a>, but it's a simple way for agents to safely access hosts.<p>It's a tool I want for agents to help with debugging and something i've seen many other attempts at that don't have the right security model. Often installing a binary on the host which is non-starter in pretty much any serious company.</p>
]]></description><pubDate>Tue, 05 May 2026 14:40:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=48023123</link><dc:creator>aspectrr</dc:creator><comments>https://news.ycombinator.com/item?id=48023123</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48023123</guid></item><item><title><![CDATA[New comment by aspectrr in "[dead]"]]></title><description><![CDATA[
<p>Hey HN, I have seen many different ways of letting AI run bash commands on remote hosts but none of which fix the issues of:<p>a. safety (read-only)
b. not installing anything on the remote host<p>so this is my implementation of one that does.<p>It uses seven layers of verification on the client and reconstructs the commands with safe quoting to prevent unsafe chars or other attack vectors. Check out: <a href="https://github.com/aspectrr/lily?tab=security-ov-file" rel="nofollow">https://github.com/aspectrr/lily?tab=security-ov-file</a><p>Looking forward to your thoughts!</p>
]]></description><pubDate>Tue, 05 May 2026 14:35:49 +0000</pubDate><link>https://news.ycombinator.com/item?id=48023072</link><dc:creator>aspectrr</dc:creator><comments>https://news.ycombinator.com/item?id=48023072</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48023072</guid></item><item><title><![CDATA[New comment by aspectrr in "The last Elasticsearch engineer you will hire"]]></title><description><![CDATA[
<p>Hi HN,<p>My name is Collin, I've been working on automating my job and open-sourcing the results. I work as an ELK engineer and don't like so i started building this on my own time to find out if this was something that could be handled by agents and found success! The coolest part of which is built with sandboxes that have data stubs (kafka, s3, api) so the agent can model data pipelines in a full feedback loop without touching a cluster. Because of this I am working on an Elasticsearch consultancy comprised of me and a swarm of these agents working to build client projects.<p>Let me know if you have any questions!</p>
]]></description><pubDate>Wed, 22 Apr 2026 14:49:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=47864458</link><dc:creator>aspectrr</dc:creator><comments>https://news.ycombinator.com/item?id=47864458</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47864458</guid></item><item><title><![CDATA[The last Elasticsearch engineer you will hire]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.trydeer.sh/product">https://www.trydeer.sh/product</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47864457">https://news.ycombinator.com/item?id=47864457</a></p>
<p>Points: 2</p>
<p># Comments: 1</p>
]]></description><pubDate>Wed, 22 Apr 2026 14:49:24 +0000</pubDate><link>https://www.trydeer.sh/product</link><dc:creator>aspectrr</dc:creator><comments>https://news.ycombinator.com/item?id=47864457</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47864457</guid></item><item><title><![CDATA[New comment by aspectrr in "[dead]"]]></title><description><![CDATA[
<p>In the land of infrastructure, servers are sacred. Humans are barely allowed to SSH into these servers, and LLMs are not even in the picture.
This is for good reason, one misspelled command and production is down. This is the reality that I saw working in infrastructure. However, I believe that the jump that Claude Code gave software engineers will happen to sys-admins, platform engineers, and dev ops people alike. I wanted to let LLMs onto these servers, and let them do my boring debugging work, safely. So that's what I built with Fluid.<p>A safe, auditable way to let LLMs debug and manage Linux Servers. Redact secrets, IP addresses, and keys from LLM inputs, have custom allowlists without completely hindering the LLMs performance, and audit logs. And once you are ready, give the LLMs sandboxes of your Linux Servers, allowing them to fix issues all on their own, safely.<p>Give it a shot and lmk what you think!</p>
]]></description><pubDate>Wed, 04 Mar 2026 16:57:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=47250355</link><dc:creator>aspectrr</dc:creator><comments>https://news.ycombinator.com/item?id=47250355</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47250355</guid></item><item><title><![CDATA[New comment by aspectrr in "[dead]"]]></title><description><![CDATA[
<p>In the land of infrastructure, servers are sacred. Humans are barely allowed to ssh into these servers, and LLMs are not even in the picture.<p>This is for good reason, one misspelled command and production is down. This is the reality that I saw working in infrastructure. However, I believe that the jump that Claude Code gave software engineers will happen to sys-admins, platform engineers, and dev ops people alike. I wanted to let LLMs onto these servers, and let them do my boring debugging work, safely. So that's what I built with Fluid.<p>A safe, auditable way to let LLMs debug and manage Linux Servers. Redact secrets, IP addresses, and keys from LLM inputs, have custom allowlists without completely hindering the LLMs performance, and audit logs. And once you are ready, give the LLMs sandboxes of your Linux Servers, allowing them to fix issues all on their own, safely.<p>Give it a shot and lmk what you think!</p>
]]></description><pubDate>Wed, 04 Mar 2026 16:48:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=47250215</link><dc:creator>aspectrr</dc:creator><comments>https://news.ycombinator.com/item?id=47250215</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47250215</guid></item><item><title><![CDATA[New comment by aspectrr in "Show HN: Rampart – Open-source security for Claude and AI agents in YOLO mode"]]></title><description><![CDATA[
<p>This is dope! Sent you an email and would love to learn more.</p>
]]></description><pubDate>Wed, 11 Feb 2026 19:07:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=46979297</link><dc:creator>aspectrr</dc:creator><comments>https://news.ycombinator.com/item?id=46979297</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46979297</guid></item><item><title><![CDATA[New comment by aspectrr in "[dead]"]]></title><description><![CDATA[
<p>Hey HN,<p>Collin back again, this time explaining how the new read-only mode works in fluid.sh, letting AI work on-prem.<p>If you have any questions or comments, I am happy to discuss more!</p>
]]></description><pubDate>Wed, 11 Feb 2026 17:14:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=46977688</link><dc:creator>aspectrr</dc:creator><comments>https://news.ycombinator.com/item?id=46977688</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46977688</guid></item><item><title><![CDATA[AI Can Work on VMs]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.fluid.sh/blog/how-fluid-reads-source-vms-safely">https://www.fluid.sh/blog/how-fluid-reads-source-vms-safely</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=46970645">https://news.ycombinator.com/item?id=46970645</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Wed, 11 Feb 2026 03:59:08 +0000</pubDate><link>https://www.fluid.sh/blog/how-fluid-reads-source-vms-safely</link><dc:creator>aspectrr</dc:creator><comments>https://news.ycombinator.com/item?id=46970645</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46970645</guid></item></channel></rss>