Viewing profile — gnat
gnat
HN member- Joined
- Sun, Mar 04, 2007, 12:47 AM UTC
- HN karma
- 1,195
- Public activity
- 395 items
- HN profile
- View on Hacker News ↗
About gnat
Recent public activity
-
comment
Comment #49193151
https://archive.ph/oIfml swerves the bitrot
-
comment
Comment #48956479
I'd love to know if people are using CEL, and what for. Any war stories to share?
-
comment
Comment #48853823
LA Metro: Ambient turns the Los Angeles rail network into a generative music instrument. Every note you hear is a real train arriving at a real station right now. Each of the six r…
- story
-
comment
Comment #48824019
I haven’t dropped an agent into production yet. This is all internal / PoC work. Claude / your favourite LLM coding agent can help you design this and will be good at helping you u…
-
comment
Comment #48817077
I’m dealing with invoices and customers and timesheets and tickets. I didn’t want to give an agent SQL access to the database for performance and security reasons, and we don’t hav…
-
comment
Comment #48814428
Fast is probably going to get in the way of Good, but here are some things to think about. 1. In many businesses, different users of the agent should have different read/write perm…
-
comment
Comment #48564717
Nice! Claude and I made something for my use called 'azdo' that's the 'gh' CLI but for Azure DevOps. I figured agents know how to use gh, so give them what they know. I haven't yet…
-
comment
Comment #48515146
I like it a lot. AND it has MCP server so I can point my agent at it to search and research. Very impressive.
-
comment
Comment #48240286
Being able to mange context over long running sessions is a function of the harness, not the model. Are you using Claude Code with GPT5.5? Codex? piclaw? They’ll all have different…
-
comment
Comment #48002495
This repo's README explains how it works and you can do it yourself. claude looks for environment variables that say which API endpoint to talk to, which key to pass, which model n…
- comment
-
comment
Comment #47994586
Forgot to add: I get several benefits from doing this. 1. Specifications that live outside the code. We have a lot of code for which "what should this do?" is a subjective answer, …
-
comment
Comment #47994509
Nice! Your spec-maxxing is very resonant. I've been doing working with explicit requirements: elicit them from conversation with me or introspecting another piece of software; one-…
-
comment
Comment #47293135
I'm not trying to convert you, just want to share process tips that I see working for me and others. We're using agents, not a chat, because they can do complex work in pursuit of …
-
comment
Comment #46996888
We're in the brief window of time when AI's writing style is the weirdness. It's an artifact of the production process, like JPG blur, MP3 distortion, autotune's rigidity. And it d…
-
comment
Comment #46743667
https://archive.is/2026.01.24-103304/https://www.nytimes.com...
-
comment
Comment #46087482
(Hi, Tom!) Reread the article and look for “CPU”. The whole article is about doing deep learning on CPUs not GPUs. Moonshine, the open source project and startup he talks about, sh…
-
comment
Comment #46017092
What have you done to make Claude stronger on brownfields work? This is very interesting to me.
-
comment
Comment #45907673
I hate its acknowledgement of its personality prompt. Try having a series of back and forth and each response is like “got it, keeping it short and professional. Yes, there are onl…
-
comment
Comment #45877503
Tl;Dr: ThoughtWorks founder is spending his millions portraying Chinese government policies, including Xinjian/Uighurs, in a positive light. His spending his heavily laundered but …
-
comment
Comment #45124908
Calendar was brilliant. I think it was the first time I fully appreciated the misery of the human mind in the face of various orbit periods that aren't simple integer ratios of one…
-
comment
Comment #44926065
Thank you! Worth reading, if only for the phrase “global taint ruler”.
- story
-
comment
Comment #44851895
Are you two talking at cross-purposes because you don't have a shared understanding of control and data flow? The pieces here are: * Claude Code, a Node (Javascript) application th…