HackerTrans
热门最新趋势评论往期问答秀出招聘

msvana

no profile record

提交

I built an RGB controller with Arduino

svana.name
9 分·作者 msvana·5个月前·1 评论

Do LLMs hallucinate more in Czech than in English?

svana.name
2 分·作者 msvana·5个月前·0 评论

Hallucinations in LLMs: What are they and what causes them

svana.name
1 分·作者 msvana·6个月前·1 评论

Managing GPU Rentals with Rsync: Workflow for Volatile Cloud Resources

svana.name
2 分·作者 msvana·9个月前·0 评论

Implementing a local AI coding agent is hard

svana.name
2 分·作者 msvana·10个月前·1 评论

Show HN: Read-only AI coding assistant

github.com
1 分·作者 msvana·10个月前·0 评论

How I solved PyTorch's cross-platform nightmare

svana.name
73 分·作者 msvana·10个月前·29 评论

评论

msvana
·4个月前·讨论
I think there is one problem with defining acceptance criteria first: sometimes you don't know ahead of time what those criteria are. You need to poke around first to figure out what's possible and what matters. And sometimes the criteria are subjective, abstract, and cannot be formally specified.

Of course, this problem is more general than just improving the output of LLM coding tools
msvana
·4个月前·讨论
I work as an ML engineer/researcher. When I implement a change in an experiment it usually takes at least an hour to get the results. I can use this time to implement a different experiment. Doesn't matter if I do it by hand or if I let an agent do it for me, I have enough time. Code isn't the bottleneck.

I also heard an opinion that since writing code is cheap, people implement things that have no economic value without really thinking it through.