请问HN:使用编码代理快速学习的技巧有哪些?
最近,我发现自己主要使用编码助手来调查和学习新主题,包括:
* 理解代码库中特定模块的工作原理
* 新代码库的整体架构
* 更快地适应新代码库
* 研究某个主题
* 分析视频内容/会议记录,以便快速跟上主题
等等。
我目前的工作流程是指向一个包含记录的仓库或文件夹,并要求助手提取见解(假设它会首先分析内容,然后建议提取的方式和内容),然后阅读一堆输出的Markdown文件。
但我觉得这个工作流程可以改进,但不知道从哪里开始,也不清楚有哪些认知方法和策略。
你是怎么做的?你采用了哪些策略和技能来快速学习新事物?
* 在这个上下文中,学习 == 主要是在新主题上的适应,因为学习和在任何事情上保持高效都需要时间。
查看原文
Lately, I am finding myself using coding agents primarily for investigating and learning new topics, which include:<p><pre><code> * understanding how specific module works in codebase
* overall architecture in the new codebase
* onboarding faster in the new codebase
* researching a topic
* analyzing video content/meeting transcripts to quickly catchup with the topic
</code></pre>
and so on.<p>My current workflow is just to point out to repository or folder with transcripts and ask agent to extract insights (assuming it will first analyze the content, then suggests ways and whats to extract) and reading bunch of output markdown files.<p>But I feel like this workflow can be improved, but no idea where to start, what are the cognitive methods and strategies.<p>How are you doing it? What strategies, skills do you employ to quickly learn new things<p>* in this context. learning == primarily onboarding in a new topic, because learning and being productive on anything takes time