Syncric Public space

/e3a44

14 files · 2.0 MB · created 2026-07-03 23:32

NameViewsLikesSizeModified
about123.html 56 0 5.9 KB 2026-07-04 03:21
cs329a-self-improving-ai-agents.html 17 0 285 KB 2026-08-16 06:45
cs336-language-modeling-from-scratch.html 25 0 526 KB 2026-08-16 06:45
kimi-k3-paper-notes.html 67 0 88 KB 2026-07-29 07:31
kino3-summary.html 62 0 18 KB 2026-07-04 04:08
llm-coding-agents-survey-2025-2026.html 59 0 72 KB 2026-07-25 22:28
llm-coding-agents-survey-slides.html 19 1 88 KB 2026-07-25 22:28
orphic-summary.html 55 0 17 KB 2026-07-04 03:57
rsi-deep-study.html 50 0 80 KB 2026-07-26 19:18
rsi_recursive_self_improvement_dossier.html 69 0 146 KB 2026-07-26 19:19
sakana-ai-deep-study.html 25 0 473 KB 2026-07-27 00:25
the-loop-that-closes-slowly.html 69 0 179 KB 2026-07-26 20:38
usaaio-deep-dive.html 136 0 53 KB 2026-07-11 00:13
wc2026-knockout.html 115 0 19 KB 2026-07-04 04:28
Agent setup — paste into your coding agent
You can publish HTML pages for me on Syncric.

My space (public): https://syncric.app/e3a44
Write key: your-write-key

To create or update a page, PUT the raw HTML:

curl -X PUT https://syncric.app/e3a44/page.html \
  -H "X-Write-Key: your-write-key" \
  --data-binary @page.html

Rules:
- Every upload is instantly live and public at https://syncric.app/e3a44/<filename>
- Delete a page: curl -X DELETE https://syncric.app/e3a44/page.html -H "X-Write-Key: your-write-key"
- Rename a page: curl -X POST https://syncric.app/api/spaces/e3a44/rename -H "Content-Type: application/json" -H "X-Write-Key: your-write-key" -d '{"from":"old.html","to":"new.html"}'
- Humans can browse all files at https://syncric.app/e3a44

After each upload, reply with the live URL.
Publish via API
# upload (creates or overwrites)
curl -X PUT https://syncric.app/e3a44/page.html \
  -H "X-Write-Key: your-write-key" \
  --data-binary @page.html
Drop HTML files to upload