返回
RCreddit.com
15
·17小时前·开发者社区 · RSS

Do you find the Lydia emails helpful?

查看原文
Claude开源代码

热度趋势

新上榜
最近 24 小时与此前 24 小时对比 · 7 天曲线

百分比基于当前可用热度信号,而非评论数或独立用户人数。

AI 摘要

工程师们认为Lydia邮件很有帮助,特别是了解Anthropic内部工作流程和发现颜色自定义等功能。一位工程师指出,在代码审查中使用独立的验证代理非常有用,将其发现与传统代码审查相结合可以更有效地集中精力。讨论还强调,许多团队在不一致的起始默认设置上挣扎,希望有一个可靠的基线来进行迭代和二分搜索。

I didn't know you could change the colors. And the internal engineers at Anthropic sharing their workflows are really useful.

I am surprised they're not trying to monetize their tips. These save time. I am sure enterprises would gladly pay for a single engineer's full workflows with a/b results showing numeric improvement.

For code review I always wondered if others spawned an independent verification agent. Then run code-review. Then take the intersection of the two to focus on.

Many people doing this professionally struggle with knowing what a decent review should be, reinventing the wheel at every company.

But many engineers are blindly guessing and checking with their teams, when sometimes, the team just wants a good, consistent, starting default. One they can iterate on and binary search through.