TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Taming Servers for Fun and Profit

32 pointsby dban2 months ago

4 comments

joshstrangeabout 2 months ago
&gt; There are probably more effective methods of achieving the same, but it costs us less than a dollar to provision 50 servers using Claude to screen-scrape every minute during the install.<p>I think this is an important thing to remember&#x2F;consider. I can&#x27;t tell you how many personal projects I&#x27;ve stalled on worrying about costs &quot;XYZ service&#x2F;platform&#x2F;API is expensive&quot; without considering what &quot;expensive&quot; actually means.<p>Yes, they could have used OCR&#x2F;image recognition-type software but what&#x27;s easier than piping an image to an API and asking it?<p>LLMs frustrate me with their inconsistency&#x2F;&quot;fuzziness&quot; (repeating instructions, putting them in all caps, saying &quot;please&quot; just rubs me the wrong way) but I know personally I have a bad habit of &quot;That would be too expensive&quot; or &quot;How does it scale to X&quot; when neither the cost nor the scale would ever be a real issue in the thing I&#x27;m writing.
bovermyerabout 2 months ago
Using Claude to parse screen-scrapes of a server&#x27;s boot status is certainly novel. I did not expect a mention of AI usage in an article like this.<p>With that said, I wonder why they used AI at all here. Could they not have keyed off certain keywords or other information present in a screen scrape, rather than rely on Claude to parse it?
评论 #43461051 未加载
评论 #43461468 未加载
cadamsdotcomabout 2 months ago
Great writeup even though the dots aren’t connected between a lot of the aspects presented. Didn’t know about udev exposing consistent device names for network interfaces for example, or the efforts to open source switch software, or how easy it’s become to run intra-datacenter BGP. Thanks for all the links!<p>And of course the brilliant use of AI and discussion of how cost-effective it is. “Hook it up to an AI to save money” is the world we can look forward to. In this case the problem is recognizing which state a thing is in from a list of known states. Once the LLM gives the state in text form, all kinds of automation are unlocked. I think that class of problem - converting a state based on an image into text form - is wildly common, and will be on the lookout for it in my own automation work!
评论 #43478146 未加载
Nextgridabout 2 months ago
Out of interest, why not just PXE boot prebuilt images (buildroot&#x2F;etc) that run from memory as your OS? That would save you the hassle of maintaining a stateful server, installing an OS, ensuring configuration is up to date, etc.
评论 #43461807 未加载
评论 #43461465 未加载