Commit ·
98eeab3
1
Parent(s): 27308f9
docs: add Korean problem-first guide
Browse files- README.md +1 -1
- SHA256SUMS +1 -1
- manifest.json +2 -1
README.md
CHANGED
|
@@ -57,7 +57,7 @@ This repository contains an author-maintained, machine-readable summary of the k
|
|
| 57 |
- Руководство на русском: https://aogavrilov.com/ru/publications/inspectable-control/
|
| 58 |
- 简体中文论文导读: https://aogavrilov.com/zh/publications/inspectable-control/
|
| 59 |
- 한국어 논문 가이드: https://aogavrilov.com/ko/publications/inspectable-control/
|
| 60 |
-
- Problem-first guide — How can AI edit code without regenerating the entire program?: [English](https://aogavrilov.com/projects/discrete-latent-generation/) · [Русский](https://aogavrilov.com/ru/projects/discrete-latent-generation/) · [简体中文](https://aogavrilov.com/zh/projects/discrete-latent-generation/)
|
| 61 |
- Machine-readable research indexes: [English](https://aogavrilov.com/llms.txt) · [Русский](https://aogavrilov.com/ru/llms.txt) · [简体中文](https://aogavrilov.com/zh/llms.txt) · [한국어](https://aogavrilov.com/ko/llms.txt)
|
| 62 |
|
| 63 |
## Focused evidence notes
|
|
|
|
| 57 |
- Руководство на русском: https://aogavrilov.com/ru/publications/inspectable-control/
|
| 58 |
- 简体中文论文导读: https://aogavrilov.com/zh/publications/inspectable-control/
|
| 59 |
- 한국어 논문 가이드: https://aogavrilov.com/ko/publications/inspectable-control/
|
| 60 |
+
- Problem-first guide — How can AI edit code without regenerating the entire program?: [English](https://aogavrilov.com/projects/discrete-latent-generation/) · [Русский](https://aogavrilov.com/ru/projects/discrete-latent-generation/) · [简体中文](https://aogavrilov.com/zh/projects/discrete-latent-generation/) · [한국어](https://aogavrilov.com/ko/projects/discrete-latent-generation/)
|
| 61 |
- Machine-readable research indexes: [English](https://aogavrilov.com/llms.txt) · [Русский](https://aogavrilov.com/ru/llms.txt) · [简体中文](https://aogavrilov.com/zh/llms.txt) · [한국어](https://aogavrilov.com/ko/llms.txt)
|
| 62 |
|
| 63 |
## Focused evidence notes
|
SHA256SUMS
CHANGED
|
@@ -5,4 +5,4 @@
|
|
| 5 |
b55c5dbd63e591bcfb91c65b1af8b67ff6be4d22d591021d62aa27f6dea0fad1 paper.pdf
|
| 6 |
fda00883bedab97dac0039749cc430b1c2f117a0f50a49794cefce475809bf87 article.md
|
| 7 |
e000bca7699b80320acf33e15de1f92834457e577724774b46e774702d54e838 article.jats.xml
|
| 8 |
-
|
|
|
|
| 5 |
b55c5dbd63e591bcfb91c65b1af8b67ff6be4d22d591021d62aa27f6dea0fad1 paper.pdf
|
| 6 |
fda00883bedab97dac0039749cc430b1c2f117a0f50a49794cefce475809bf87 article.md
|
| 7 |
e000bca7699b80320acf33e15de1f92834457e577724774b46e774702d54e838 article.jats.xml
|
| 8 |
+
eb585ee557c5b4a97f64ac8b6a68686142f3c9901624c65fc2d89f980c1f6c28 manifest.json
|
manifest.json
CHANGED
|
@@ -20,7 +20,8 @@
|
|
| 20 |
"problem_first_guides": {
|
| 21 |
"en": "https://aogavrilov.com/projects/discrete-latent-generation/",
|
| 22 |
"ru": "https://aogavrilov.com/ru/projects/discrete-latent-generation/",
|
| 23 |
-
"zh-Hans": "https://aogavrilov.com/zh/projects/discrete-latent-generation/"
|
|
|
|
| 24 |
},
|
| 25 |
"focused_research_notes": [
|
| 26 |
{
|
|
|
|
| 20 |
"problem_first_guides": {
|
| 21 |
"en": "https://aogavrilov.com/projects/discrete-latent-generation/",
|
| 22 |
"ru": "https://aogavrilov.com/ru/projects/discrete-latent-generation/",
|
| 23 |
+
"zh-Hans": "https://aogavrilov.com/zh/projects/discrete-latent-generation/",
|
| 24 |
+
"ko": "https://aogavrilov.com/ko/projects/discrete-latent-generation/"
|
| 25 |
},
|
| 26 |
"focused_research_notes": [
|
| 27 |
{
|