Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
yunwei37 committed Sep 18, 2024
1 parent 86b31aa commit 78c3640
Show file tree
Hide file tree
Showing 13 changed files with 39,428 additions and 275 deletions.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ Unlike other approaches:
- What were the trade-offs considered in design decisions, and how do they manifest in the system's implementation?
- How does the collaboration between developers affect the consistency and coherence of feature development?

## Workflow / Methodology
Here is an example of analysis: **[docs/report_ebpf.md](docs/report_ebpf.md).** (Not yet complete...more is adding)

## Workflow / Methodolog

The core idea of Code-survey is to treat LLMs like human participants in a survey:

Expand Down Expand Up @@ -176,8 +178,13 @@ For a more detailed explanation and the general approach, see the [docs/best-pra

## References

Linux development:

1. [Submitting patches: the essential guide to getting your code into the kernel](https://www.kernel.org/doc/html/v4.10/process/submitting-patches.html)
2. [how to ask question in maillist](https://www.linuxquestions.org/questions/linux-kernel-70/how-to-ask-question-in-maillist-4175719442/)
3. [How to Communicate When Submitting Patches: An Empirical Study of the Linux Kernel](https://dl.acm.org/doi/abs/10.1145/3359210)
3. [Differentiating Communication Styles of Leaders on the Linux Kernel Mailing List](https://dl.acm.org/doi/abs/10.1145/2957792)

AI model:

- [Introducing OpenAI o1-preview](https://openai.com/index/introducing-openai-o1-preview/) They can reason through complex tasks and solve harder problems than previous models in science, coding, and math.
683 changes: 683 additions & 0 deletions data/commit_survey.csv

Large diffs are not rendered by default.

161 changes: 0 additions & 161 deletions docs/README.md

This file was deleted.

Loading

0 comments on commit 78c3640

Please sign in to comment.