HackerLangs
トップ新着トレンドコメント過去質問紹介求人

aabdi

no profile record

投稿

The New Calculus of AI-Based Coding

blog.joemag.dev
3 ポイント·投稿者 aabdi·21 日前·1 コメント

Show HN: Infinite you – multi agent workflow system

github.com
2 ポイント·投稿者 aabdi·2 か月前·0 コメント

コメント

aabdi
·8 日前·議論
Moe style router?
aabdi
·9 日前·議論
yes, its very good.
aabdi
·10 日前·議論
i wonder if we should expect this to fail by default.

The meta culture has historically been known as "move fast and break things". This seems counter to a typical cloud business.

Seeing how meta works in ads and business interfaces for whatsapp/instagram, it seems that

1. meta lacks support and customer success functions for enterprise

2. meta lacks b2b sales functions/culture

3. meta lacks a scrutable high quality operations culture for their APIs (SLAs, scaling, etc).

These aren't easy things to gain, and we see the problems that the AI providers/azure/gcp etc have had historically as consequence of these various issues.
aabdi
·18 日前·議論
The post suggests fear about a surge of increasing amounts of code by loops and loops of agents.

I don’t know if I like the current world without it though.

80% of different teams code the code is poorly tested. The code doesn’t handle data consistency or asynchronous code properly because the engineers don’t know better (and frankly don’t care enough).

Dependency handling is poorly managed leading to low quality operations with improper dashboards, alarms, and ops.

Badly managed processes leads to people doing monkey work signing off checklists rather than automation.

Frankly… why is keeping any of that good? It really pisses me off seeing people accept any of that low quality but that standard is the default and not the outlier.
aabdi
·21 日前·議論
The blog posts the experiences of trying to write out a new service in AWS with mostly agentic coding.

The project was generally a success and achieved replacement of internal bedrock services.

BUT, it came with various caveats:

1. the communication bottleneck is significant and alignment becomes even more expensive between engineers

2. engineering decisions cascade and become even more important, so you need high quality decision makers. The entire team was highly skilled, principal and distinguished engineer level.

3. every single blocker that you had administerially previously would need to be broken down, and your organization has to functionally already be in full continuous deployment mode already. if you aren't, the increased velocity is useless.

4. even with increased velocity, further bottlenecks were induced such as the rate of safe deployments through the pipeline, the ability to A/B/feature flag test, soak tests, and others.
aabdi
·21 日前·議論
https://blog.joemag.dev/2025/10/the-new-calculus-of-ai-based...?

in aws, some of the core bedrock services have been replaced with the new serving architecture. that thing was written basically with LLMs.

mind you, guy's a distinguished engineer, his team was basically all principals, but you can do it and some of the new teams are copying the style (though with less success, due to lack of technical skill).
aabdi
·21 日前·議論
Probably should tell guy to read the crossing the chasm book? Seems useful in this context.

Define the smallest market possible or something like that. I’m not sales though.
aabdi
·25 日前·議論
composer is competitive with around opus 4.5 in feeling?

largely lags behind opus4.7/gpt5.4, but is respectable, and generally outperforms the glm/qwen equivalents anecdotally despite benchmarks.

fails to follow instructions more often, and is less code critical, but performs okay if you can decompose the task to smaller problem spaces. i.e. only do manual review, only do typechecking, only do specific component. etc

https://artificialanalysis.ai/agents/coding-agents?coding-ag...
aabdi
·29 日前·議論
Consider this. U have a website. U have to translate to xx languages. Can u write it faster than an AI? If so how much faster can u do this?

Is it valuable to u? Is it valuable to a Chinese person? A Spaniard?

Google Translate counts as AI.
aabdi
·先月·議論
Different models do slight variants.

Usually it’s done in post training to enforce behavior based on prompt. Ie. System prompt with thinking:max or low or wtv.

Enforcement then goes via constrained decoding, checking for think token start and end with max lengths, or other variations
aabdi
·先月·議論
Very cool article!

- are other teams adopting this approach? What’s the blockers if not?

- have there been problems where the models alone were not enough to debug and the devs had to fix it themselves?

- as the rate of changes has increased with more devs how have you dealt with concurrent writers with merge conflicts?

- if there was anything you could change in the approach you started with, what would it be?
aabdi
·先月·議論
Fair, but I don’t see what case you have w this. Mind sharing?

Seems niche to be both uncacheable and long context?
aabdi
·先月·議論
If this thing only has as much gpu bandwidth as the spark, it’s kinda pointles
aabdi
·先月·議論
this is hard to read...

it goes all over the place.

i'm not actually sure who your target audience is.

there's too many side tangents.

just like, structure it plz.

1. customer feels bad cuz they don't understand how llms work

2. provide high level abstracted explanation (don't dive into concepts yet)

3. provide breakdown guide of overall set of components.

4. walk through each component. don't side track. no need to explain, ROPE,GQA etc... it just distracts.

i.e. customers don't know how llms work, leading them to feel bad about their own intelligence.

at a high level llms take in words, do some math on them, and then produce words, one by one.

inside llms have these different components. we walk through them step by step.

1. tokenizer

2. embedding

3. attention

4. heads

5. ffn

6. sampling

## tokenizer
aabdi
·先月·議論
myself? senior engineer role is basically figuring out the business problem and getting funding.

IDK i've always been able to get senior managers/managers to give me lots of leeway to do wtv i want and figure out problems. At least in most places i've worked at.

i work on platform stuff mostly, so there's always a large need for stuff. the backlog alone b4 all the agentic stuff was roughly 20-30x the capacity of any team (per year). 80% of requests were usually SVP goals and we'd just outright drop them due to lack of capacity or request HC transfer/away teams.

i.e. internal improvements alone were always massive (not gonna talk about prod code/cross team organization).

1. we need better test coverage for x,y,z

2. we need to be able to eval the long term costs (XX growth YOY, how to reduce)

3. the internal system streaming is inefficient, need to eval the alternative systems

4. we need better ops handling/management automation for issues and sev3s/sev2s. i.e. scaling, anomaly analysis, bugs introduced, improved metrics, dashboards.

5. DX stuff needs better handling, people keep confusing themselves on how to onboard. better docs on how to onboard, automation,

6. teams x,y,z are fighting with each other bcz they don't have a good grasp on systems, improve internal docs on arch and interop

7. we need automation to be able to more easily test our systems in an adhoc fashion

8. there's no linters for API platform, leading to bad results and inconsistency.

9. we're seeing bugs in the code, but aren't appropriately manualy testing after deployments. spawn 100 agents to do it, compile the results. do it every X days, feed the bugs back into the system.

i could go on and on. and this is one service, usually you own quite a few, and each one has their unique set of challenges.
aabdi
·先月·議論
well work wise its usually for adjacent tooling. It unblocks other things, but like actual prod code, i'm always a little skeptical.

For example we had this problem where we had to take in customer inputs for requests and calculate out the projected downstream TPS. This is fairly complex since we run a query parser/orchestrator.

This is expensive to write myself or to have engi's do it, but the scaling algorithms are all there and we have excel sheets for spreading out overall costs.

so then all was needed was basically write out a big spec of the reqs - give it the docs/parser code/excel sheets, then just have it span out the pieces as a sequential checklist. 1. CI/OPS 2. docs 3. test infra 4. incremental build out in phases to chain it all together.
aabdi
·先月·議論
There's lots of ways. You have to upskill through the stages IMO. Write code, write w/ agent, write w/ multi agents, write w/orchestrators.

My way is to just run a giant AI agent factory engine and make the agents full flow do everything. (plan long term, write prd, task, review).

Here's ~4000 commits in last month as an example, i have about ~10k ish including private/work stuff? https://github.com/portpowered/you-agent-factory/commits/mai...

The premise when you get to full automation generally is you go full industral engineering:

1. watch overall flow, improve process via continuous improvement

2. work via checklists and gates.

3. replace process with mechanisms as much as possible (code > agents)

4. optimal throughput is continual testing and iteration (CI, CD), coverage, full e2e tests, mock everything, general best practices really.

decent blog: https://openai.com/index/harness-engineering/

general points:

- build lots of linters

- document literally everything (arch, prd, best practices in repo)

- too many agents at the same time makes lots of code conflicts, so need to consider architecture of code how to maximize concurrency.
aabdi
·先月·議論
Yea don’t get me wrong the words on the wikis are mostly useless. The value is in the structuring and reference graphs and links.
aabdi
·先月·議論
yes?

I find ai generated deep code wikis very valuable. They provide clear walk path to read the code. Reading code raw is always painful, trying to trace the right start points, especially with lots of legacy code.

https://deepwiki.com/ArroyoSystems/arroyo.

One really valuable thing i'm seeing in open source though is everything is being localized. Most before it was just not available. In a way, that's really good because it helps to bring the chinese and english speaking communities.
aabdi
·先月·議論
+1, all the things that were said about India are true about Malaysia, Singapore, and to various degrees within Vietnam and Thailand. Yet these countries are all richer than India.

It is still true today as Lky said 50ish years ago. The bureaucracy of India is federalized yet overly centralized.

When the city governor must ask for permission to their own money from the federal when yet they are so far away, there is nothing efficient. The powers are yet so powerful yet blind at the same time.