正在加载视频...

视频加载失败

Stop hardcoding one model name in your code. Now you can give each request a policy: a small rule for what the call needs It picks the right model for the job, on your own keys This is unhardcoded, our new open source routing for AI models, live today

96,915 次观看 • 3 个月前 •via X (Twitter)

37 条评论

GenLayer 的头像
GenLayer3 个月前

Sakana's Fugu routes models behind one API They're right: AI is many models now, not one winner. But it's a closed conductor - you trust whatever it picks. The question isn't which model is best It's who decides which one runs

GenLayer 的头像
GenLayer3 个月前

With unhardcoded, every decision is out in the open You see which models were considered, which one ran, which were rejected, and what each one cost Every routing is replayable from its fingerprint. Nothing happens in the dark

GenLayer 的头像
GenLayer3 个月前

One policy handles one call. But real features are never just one call A workflow wires several policies into a full job: one step reasons, another writes code, a third merges them into a single answer Each step picks its own model, and the whole run leaves one trace

GenLayer 的头像
GenLayer3 个月前

We built unhardcoded for ourselves first, running real traffic on it Now it's open source and yours to run An open project by GenLayer Labs, the team behind GenLayer Try it now 👉

Burak 的头像
Burak3 个月前

curious @levie what do you think on this?

bro.base.eth 的头像
bro.base.eth3 个月前

Congrats bros

zico 的头像
zico3 个月前

Finally, routing that’s actually transparent instead of another black box. Seeing every model considered + rejected + cost per call is the kind of visibility we needed.

D○JA🥇 的头像
D○JA🥇3 个月前

Every decision is done open with unhardcoded

STING 的头像
STING3 个月前

@konigthegreit This is how you actually ship reliable agentic stuff without brittle single-model lock-in.

Martin 的头像
Martin3 个月前

It looks quite interesting and promising

Alex 的头像
Alex3 个月前

Well done, looks interesting 🔥

Titanic Conqueror 🐰 的头像
Titanic Conqueror 🐰3 个月前

@kstellana Yes that's why you should try @zeitgeist__AI Not only one model 👀powered by genlayer

MK_Capital.base.eth 的头像
MK_Capital.base.eth2 个月前

The interesting part isn't another AI model. It's moving model selection out of code and into policy. Models, pricing, and providers change constantly. Hardcoding those decisions never felt scalable. @GenLayer @RallyOnChain

9ytshade 的头像
9ytshade3 个月前

Definitely gonna give this a try 💯

Dantist GEN 的头像
Dantist GEN3 个月前

LFGen🦾😎😍

𝐁𝐡𝐢𝐠 𝐩𝐦𝐬⚡ 的头像
𝐁𝐡𝐢𝐠 𝐩𝐦𝐬⚡3 个月前

This looks quite amazing!

varl𓏲ּ𝄢 的头像
varl𓏲ּ𝄢3 个月前

this is good

Trung Duong 的头像
Trung Duong3 个月前

Sounds cool! Can’t wait to try it out 🚀

latiblack.base.eth 的头像
latiblack.base.eth3 个月前

This make sense For genlayer usecase too I mean for some contract you get timed out when the wrong model validates your work

PZERO 的头像
PZERO2 个月前

I see synergy here guys, you have the routing, we have the inference at a huge discount.

Abas HUDL | π² base.eth ⌘ (✱,✱) "🚢" "Sweep" & 🦈 的头像
Abas HUDL | π² base.eth ⌘ (✱,✱) "🚢" "Sweep" & 🦈2 个月前

Have good time by genlayer testnet in live

Tanjiro 的头像
Tanjiro12 天前

Smart routing saves so much time.

Jin 🗿 的头像
Jin 🗿2 个月前

Ditching hardcoding model names is a game-changer for flexibility! Giving each request its own policy helps ensure the right model picks up where you left off, saving future you time and sanity. Nice move!

Kasie M 的头像
Kasie M2 个月前

The question "why does this still live in code" is the one that stings because the honest answer is usually "because nobody scheduled time to revisit it." Unhardcoded makes revisiting unnecessary by making the decision continuous.

Hassan 的头像
Hassan3 个月前

Definitely a cook

Sallyman 的头像
Sallyman3 个月前

Looking great

KysenPool — Staking Begins Here. 的头像
KysenPool — Staking Begins Here.3 个月前

Per-request routing with the policy on your own keys is the right primitive — that control layer is what matters once you're running inference at scale, not just swapping model endpoints. Good ship.

Ashik 的头像
Ashik3 个月前

Amazing tech indeed

Spencer 的头像
Spencer3 个月前

Amazing genm

Tanjiro 的头像
Tanjiro12 天前

Dynamic routing saves so much time.

奶牛叔 的头像
奶牛叔2 个月前

终于不用改代码改到哭了

Walejr🧘 的头像
Walejr🧘3 个月前

A new way forward. Another integration shipped successfully

Naji 的头像
Naji2 个月前

That sounds useful for swapping models in the future.

Alice The Ai Expert 的头像
Alice The Ai Expert3 个月前

Unhardcoded code once, route smart forever your AI finally picks the right tool for the job.

ManLikeDon 🪑 的头像
ManLikeDon 🪑3 个月前

Lfg thanks for this Genm

Haleemah | π 的头像
Haleemah | π3 个月前

This is pretty impressive

루크 的头像
루크2 个月前

Let's go Genlayer

相关视频

Small Language Models (SML) are the future of AI. "Small" (SML) instead of "Large" (LLM). These small models are highly specialized models with superhuman abilities on specific tasks. Here are two techniques to build these models: • Spectrum • Model Merging I give you a short introduction in the attached video, but here is a quick summary: Spectrum helps us identify the most relevant layers to solve one specific task. We can ignore everything else and focus on fine-tuning these layers. Using Spectrum, we can fine-tune models in a heartbeat. Model Merging combines multiple models into a unique, much better model than any of the individual input models. You can also combine models specialized in different tasks and get a model with multiple abilities. This is the state of the art of productizing models. It's what Arcee.ai's platform does behind the scenes. Arcee collaborated with me on this post and is sponsoring it. There are three main steps to produce a model for your particular use case: 1. You create a dataset by uploading your data. 2. You train a model. At this step, Arcee uses Spectrum and Model Merging to produce a highly specialized model for your task. 3. You can deploy that model to any environment you want. Three important notes: • Training process is 2x faster and 2x cheaper than regular fine-tuning. • Resultant models are smaller and have higher accuracy. • They create these specialized models from open-source models. Check this site so you can fully appreciate how this works: If you want to fine-tune an open-source model, consider Arcee's platform. This is the state of the art.

Santiago

164,162 次观看 • 2 年前