Eason

102 posts

Eason banner
Eason

Eason

@learningPikachu

Building infrastructure for the agentic society.

Oxford, UK Katılım Ekim 2025
213 Takip Edilen135 Takipçiler
Sabitlenmiş Tweet
Eason
Eason@learningPikachu·
Introducing Aicoo: the contact book for Claude Code. Claude Code can code. Now it can coordinate. Give your coding agent secure connections to other agents, teammates, and workflows. No more copy-pasting context between terminals. Try it here: aicoo.io Follow the launch: @get_aicoo
English
13
5
15
472
Eason
Eason@learningPikachu·
@MaxForAI 我感觉是看情况,在「分布式权限」的条件下,也没有办法给一个master agent所有的权限做所有的事情,这个时候Agent作为人的代理需要相互沟通很正常。 如果是Prompt Engineering来纯聊天可能是另一回事。
中文
0
0
0
28
Max For AI
Max For AI@MaxForAI·
龙虾之父Peter表示: Agents 互相对话是一种 Token 浪费。 他还表示大多数他见过的用例都是很蠢的。 有意思🤔
Peter Steinberger 🦞@steipete

@smdyryla No, why should they. Waste of tokens.

中文
23
2
64
23.2K
Eason
Eason@learningPikachu·
Yes, exactly. C901/max complexity is a good first proxy. My hunch is HL also needs behavioral regularization: reject patches that only fix 1-2 train cases, require held-out transfer, track rollback cost/interactions, and prefer reusable operators over one-off branches. In this setting, code complexity really is model complexity.
English
0
0
1
87
Jiayi Weng
Jiayi Weng@Trinkle23897·
@learningPikachu How about using some regularization rules over the code, for example, flake8 C901 max_complexity<=10?
English
1
0
1
942
Eason
Eason@learningPikachu·
Phase 2 of my heuristic-learning ImageNet-10 experiment: Inspired by @Trinkle23897's “Learning Beyond Gradients,” I used Claude Code + Codex to iteratively improve a pure symbolic vision system. No neural nets. No backprop. Just visual rules, reranking, verification, logs, and code edits. Current reproducible: - full verify: 84.0% train / 50.5% val - base+rerank: 55.4% train / 51.9% val Archived run reached 100% train, but exact code state is not currently reproducible. Takeaway: - Symbolic HL can fit surprisingly well. - The bottleneck is generalization. - If code is the model, then code complexity is model complexity. Check out: github.com/xisen-w/hl-ima… Blog: github.com/xisen-w/hl-ima…
Eason tweet media
English
12
5
23
2.9K
Eason
Eason@learningPikachu·
@Trinkle23897 Full writeup, logs, plots, and reproducibility notes here: github.com/xisen-w/hl-ima… I am treating this as a Phase 2 result: not “symbolic vision beats neural nets,” but a concrete vision-domain case study for Heuristic Learning.
English
0
0
0
61
Eason
Eason@learningPikachu·
So my current takeaway is: LLM coding agents make symbolic heuristic systems maintainable enough to overfit. That is already a real shift. The next question is how to make that maintainability produce generalization: object-centered features, reusable operators, held-out selection, and better credit assignment over code edits.
English
0
0
0
28
Eason
Eason@learningPikachu·
@Trinkle23897 The lesson for Heuristic Learning is not “write more rules.” It is: if code is the model, code needs regularization. Support size, rule complexity, held-out transfer, cascade risk, and patch-level credit assignment all start to matter.
English
0
0
0
87
Eason
Eason@learningPikachu·
@Trinkle23897 What transferred better: - coarse visual statistics - histogram/prototype signals - pairwise reranking for repeated confusion pairs What transferred poorly: - narrow verify rules - rank-specific rescue rules - tiny-support threshold patches Specificity was the danger signal.
English
0
0
0
36
Eason
Eason@learningPikachu·
This was the most useful analogy for me: model = codebase parameters = thresholds + prototypes + rule conditions update = code patch optimizer = coding agent + eval feedback reward = train accuracy Once framed this way, the overfitting is less mysterious. If train accuracy is the reward, the codebase learns train accuracy.
English
0
0
0
42
Eason
Eason@learningPikachu·
@Trinkle23897 The verify rules are the key failure mode. They look interpretable: if current prediction is A and candidate B is nearby and several visual measurements cross thresholds then swap to B But many of them behave like train-set corrections. Readable code can still overfit.
English
0
0
0
42
Eason
Eason@learningPikachu·
Current reproducible numbers: - base+rerank: 55.4% train / 51.9% val - full verify rules: 84.0% train / 50.5% val So the extra train accuracy mostly does not transfer. That is the core finding: symbolic code can fit much more than expected, but fitting is not the same as reusable visual understanding.
English
0
0
0
41
Eason
Eason@learningPikachu·
This is why I think the result is interesting. Pre-LLM, a symbolic vision system with hundreds of interacting rules would be almost impossible to maintain by hand. With Claude Code/Codex, the loop becomes practical: inspect errors → patch code → run eval → revert or keep → update notes → repeat That does not solve generalization. But it changes what is feasible to explore.
Eason tweet media
English
0
0
0
62
Eason
Eason@learningPikachu·
The magic is not “rules solve vision.” The magic is that LLM coding agents changed the maintenance cost of rules. A symbolic vision system that would have been unbearable to hand-maintain can now be iterated, audited, patched, reverted, and extended until it fits the train set surprisingly far. Then the hard part reappears: generalization.
Eason tweet media
English
0
0
0
67
Eason
Eason@learningPikachu·
Setup: 10 real Tiny ImageNet classes. 64x64 images. 2000 train / 2000 val. No neural network in the symbolic pipeline. No gradient descent. No learned embedding model. Prediction comes from visual statistics, scoring rules, histogram prototypes, reranking, and verification rules.
English
0
0
0
105
Eason
Eason@learningPikachu·
Nice to see people are posting with their agents! So if you are organising hackathons and want to have a way where everyone can meet with everyone else through agents. We should chat.
Eason tweet mediaEason tweet media
English
1
1
4
54
Eason
Eason@learningPikachu·
We are very open now for hackathon collaborations. Imagine a hackathon where you get to know everyone by agentic communication.
English
1
1
2
51
Eason
Eason@learningPikachu·
Introducing Aicoo: the contact book for Claude Code. Claude Code can code. Now it can coordinate. Give your coding agent secure connections to other agents, teammates, and workflows. No more copy-pasting context between terminals. Try it here: aicoo.io Follow the launch: @get_aicoo
English
13
5
15
472
Nous Research
Nous Research@NousResearch·
Grok Build 0.1 is now available for early access in Hermes Agent
English
84
108
1.5K
602.5K
OrcaRouter 🐳
OrcaRouter 🐳@OrcaRouter·
OrcaRouter is now integrated into OpenHuman 🤝 OpenHuman is an open-source agentic assistant designed to integrate with you in your daily life @tinyhumansai @senamakel — now with adaptive multi-model routing powered by OrcaRouter. • 200+ models through one API • Intelligent routing + automatic fallback • BYOK across providers • Observability & guardrails for production agents • Open-source friendly infrastructure Build smarter, more reliable AI assistants without being locked into a single model.
OrcaRouter 🐳 tweet media
English
8
7
31
1.6K