Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
cmar00
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
cmar00
2mo ago
Wow this feels next level! So you only talk to the orchestrator, then it calls sub agents to do the actual work, review and realign. Got a few questions for you: - Which tools did you use to create this ecosystem? - Do you write the tests
2.
▲
by
cmar00
2mo ago
I was like this too. I found pride for myself on only using the web chat. But being constantly bombarded by titles like "Look what crazy software project this accountant built with X agent!!!!" makes me worry that I'll stay b
3.
▲
by
cmar00
2mo ago
Yep, some time I think we are going back to a waterfall methodology
4.
▲
by
cmar00
2mo ago
Thank you for your suggestion. Going straight to the next prompt while the agent is still working will probably help me stay in flow state longer. However I'll still have to context switch when checking the code. Nonetheless, I'll
5.
▲
by
cmar00
2mo ago
Very good point!
6.
▲
by
cmar00
2mo ago
So do you still use agentic programming? What percentage of code do you write yourself and what percentage do you hand off to AI?
7.
▲
by
cmar00
2mo ago
Thank you so much for suggesting this, I will definitely enjoy reading it!
8.
▲
by
cmar00
2mo ago
Yep, I think right now one of the best use cases is one-off disposable code for things that I don't really care about and don't want to do. At least, that's what I'm mostly using them for
9.
▲
by
cmar00
2mo ago
Well, there's mass hysteria at the moment. I'm lucky enough to be self employed right now, but there definitely are people being forced to use them by their bosses
10.
▲
by
cmar00
2mo ago
Yes! Yes! Yes! The band-aid patches! I really hate that. Regarding old API regression, I think that's because the LLM sees a lot more examples of deprecated APIs throughout the code, than new replacements you just introduced. You could
11.
▲
by
cmar00
2mo ago
I do read the commits and really try to understand what the model is trying to do. However, I think this conflicts against what we are really trying to do here: - We want to code faster so we use LLMs - We want to still be in charge, so we
12.
▲
Ask HN: I hate coding agents. Is this skill issue?
18 points
by
cmar00
2mo ago
|
26 comments
13.
▲
by
cmar00
1y ago
Hi all, first post for me here on HN! In the past few days I found out an interesting way to do a deck shuffle in O(1) space and time complexity. I think some of you might enjoy. Let me know what you think :)