正在加载视频...

视频加载失败

If you need to fine-tune a model for your codebase, your code is bad. Agree or disagree? We talk AI hot takes in our latest GitHub Podcast episode. What would you add to the list? Listen wherever you listen to podcasts or find it here

43,648 次观看 • 4 天前 •via X (Twitter)

15 条评论

Viber · fireply.ai 的头像
Viber · fireply.ai4 天前

nah, plenty of good codebases just have conventions no public model has ever been trained on

PHICER 的头像
PHICER4 天前

I'd first separate missing documentation, domain-specific rules and actual code complexity. Needing more context doesn't, by itself, tell us which of those problems we're solving.

Grace Noble 的头像
Grace Noble4 天前

This is definitely not the case. Good codebases are not easy to come by so just yoloing will statistically not give you a good codebase. Quite frankly I am disappointed in the side you guys are talking. But..... To each his own.

#INTERNETofAGENTS 的头像
#INTERNETofAGENTS4 天前

Your “finished” code is simply an input to LLMs and neural networks. If fine tuning was useless; then 🦥. Take note @UnslothAI

James Camarota 的头像
James Camarota4 天前

Disagree as a blanket rule. When is fine-tuning actually better than retrieval, repo instructions, and evals for a codebase-specific task?

Yancy Maxwell Hayes 的头像
Yancy Maxwell Hayes4 天前

Disagree. Needing to fine-tune is a scale signal, not a quality one. A perfectly clean codebase larger than the context window still cannot be reasoned about in one shot, and fine-tuning is one way to compress that corpus into weights.

ALAZ 的头像
ALAZ4 天前

A fine-tune is a fork of your codebase. Rename a module, move a boundary, refactor an API, and you now own a second artifact whose training data silently drifts out of date. Your code was never the problem.

Subhash Yadav 的头像
Subhash Yadav4 天前

Disagree. Fine-tuning can encode stable local conventions, but it is the wrong fix for missing architecture. If the agent needs weights updated to learn who owns a module, which APIs are forbidden, or why a migration is half-finished, the codebase is missing machine-readable boundaries and decisions.

ALAZ 的头像
ALAZ4 天前

The take confuses "the model never saw our code" with "our code is bad." Plenty of clean repos speak a dialect no base model was paid to learn. Fine-tuning is a distribution problem, not a shame signal.

Nik | AI Research & Products 的头像
Nik | AI Research & Products4 天前

Mostly disagree. A specialized codebase can need domain adaptation even when the architecture is clean.

NAMAN RAJ 的头像
NAMAN RAJ4 天前

Preach! 😂 If you need to fine-tune a model, your code is due for a serious intervention 🚨

Sagiv Ofek 的头像
Sagiv Ofek4 天前

every codebase looks bad to whoever didn't write it. models included.

UpscoreTech 的头像
UpscoreTech4 天前

Interesting debate. Good software design should reduce the need for heavy customization, but fine-tuning can still be valuable for adapting models to specific domains, workflows, and unique codebases.

Yi Casillas 的头像
Yi Casillas4 天前

感觉这类讨论最有价值的地方,是把“代码会不会被生成”拉回到“团队怎么验证和维护”。没有测试、审查和清晰边界,生成得快反而只是把返工提前。

James Malsawm 的头像
James Malsawm4 天前

Agree, as good code can still carry years of business decisions no prompt has seen.

相关视频