Viewing profile — aleqs
aleqs
HN member- Joined
- Fri, Apr 24, 2026, 4:43 PM UTC
- HN karma
- 220
- Public activity
- 96 items
- HN profile
- View on Hacker News ↗
About aleqs
No profile information was provided.
Recent public activity
-
comment
Comment #49200721
This is for both manual/human and agentic codebases. Many/most repos already have conventions/rules which are somewhat implicit and only enforced manually via code reviews. In repo…
-
comment
Comment #49200398
Author here, 'the shape of a repository' refers to the structure/organization of files/directories, file naming conventions, unicode conventions (do not allow invisible Unicode for…
- story
-
comment
Comment #49161852
Yeah using terraform providers is a great idea and something I have considered and aim to support. The thing I'm building also aims to handle things like payments and identity, not…
-
comment
Comment #49160141
How are you handling the actual provisioning of the agent boxes/VMs? Are you using a specific provider/cloud, or multi-provider? Are there any providers/clouds you've found are bet…
-
comment
Comment #49139088
> Apart from this detail, I wonder if there are well established scientific argument that make that "genetics of behavior" the main factor in our modern behavior. At first glance i…
-
comment
Comment #49072645
The real lobbying here is the fact that key politicians own combined billions in AI and related company stock.
-
comment
Comment #49026590
Nobody would be surprised, and something like that is what's bound to happen to some extent. But I think the current tech/VC cronyism and corruption is becoming more and more evide…
-
comment
Comment #49026309
'we must protect the bubble from popping by blowing more air into the bubble'
-
comment
Comment #49026251
I think you are confusing the tiny amount of people who are actually investors or stand to directly benefit from these companies with the overall population - the overall populatio…
-
comment
Comment #49026195
I agree that many of the rich and powerful are not at all as ingenious, creative or capable as they like to make themselves out to be, but I don't see a clear/easy way to escape th…
-
comment
Comment #49021793
The companies in your 'edit' have raised huge amounts of money and are part of the same US VC shitcycle.
-
comment
Comment #48955912
Phones with HBM are already in development, not that HBM is some sort of strict requirement.
-
comment
Comment #48955869
I think the point is that most of Democrats' supposed positions on the working class, climate, inequality etc. are purely performative. Their actual policies are 99% the same as Re…
-
comment
Comment #48955809
OpenAI, Gemini, and Anthropic models already refuse to engage on many topics.
-
comment
Comment #48865904
I'm curious what validations/checks you find most useful in your workflows? alint basically started with me taking a bunch of make/shell scripts I already had and combining them in…
-
comment
Comment #48862993
At the end of the day LLM output is not deterministic, and the burden shifts from writing code to reviewing it. It makes sense to cover the review surface with deterministic checks…
- comment
-
comment
Comment #48806341
What are 'Featured Services' on this site? The all time overall stats says volume is ~52m, but the table of featured services adds up to < 11m, with one 'x402 Facilitator - Dexter …
-
comment
Comment #48791306
Thank you!
-
comment
Comment #48781709
I have a 'node/container' abstraction at the infra/engine layer which is essentially either a cloud VM or a local podman container. The engine/infra layer can spin up more of these…
-
comment
Comment #48781281
I think we need to build open/cooperative products and services to replace anything that is run/owned by less-than-moral entities, while boycotting those entities as much as possib…
-
comment
Comment #48780580
I'm my case a workflow is basically an active/living graph of nodes/sub-tasks. One node can process a task (with all relevant context) and create multiple fan-out tasks, or it can …
-
comment
Comment #48780483
Nice, yeah also I have planner nodes, review nodes and organizer nodes (organizers can mutate the graph/workflow, create new node types, etc.) Trying to automate the node type/role…
-
comment
Comment #48780402
Yeah mainly deepseek, it performs near top pretty consistently in terms of price/output (with a basic quality measure). I would love to test with more models but that's not cost-re…