I find Qwen3.5 is the best at toolcalling and agent use, otherwise Gemma4 is a very solid all-rounder and it should be the first you try. Tbh gpt-oss is still good to this day, are you running into any problems w it?
- Posts
- 20
- Comments
- 54
- Joined
- 3 yr. ago
- Posts
- 20
- Comments
- 54
- Joined
- 3 yr. ago
- JumpDeleted
Permanently Deleted
Selfhosted @lemmy.world Overseerr & Jellyseerr to merge into Seerr
Linux @lemmy.ml (SOLVED) Where did all my space go?
Godot @programming.dev Typed dictionaries now available in the latest 4.4 dev snapshot!
Linux @lemmy.ml "Paste as keystrokes" on linux?
Baldur's Gate 3 @lemmy.world (SOLVED!) Please help with Running Baldur's Gate 3 on linux (Debian)
Selfhosted @lemmy.world Penpot: An open-source design tool for design & code collaboration
Selfhosted @lemmy.world Fireshare: Selfhosted clip sharing with unique links
Selfhosted @lemmy.world OpenBudgeteer: a selfhosted budgeting app made for Bucket Budgeting
Selfhosted @lemmy.world SpacebarChat - a selfhosted, Discord-compatible communication platform
Godot @programming.dev Release 4.3-stable · godotengine/godot
Dungeons and Dragons @lemmy.world Roll20 Data Breach
Godot @programming.dev Implementing triggered abilities
Warframe @dormi.zone What We Know Warframe Lore - The Zariman Accident, ARG, Kira, and the Holdfasts
Godot @programming.dev On-Kill/On-Hit effects: Signal train vs reference passing
Open Source @lemmy.ml Lively Wallpaper - Open Source alternative to Wallpaper Engine for animated wallpapers.
Godot @programming.dev Kenney Game Assets All-in-1 Free Day
Baldur's Gate 3 @lemmy.world Patch #6 Now Live!
Selfhosted @lemmy.world PlanarAlly 2024.1 Release!
No Man's Sky @lemmy.world Crash Landing
Fediverse @lemmy.world How to Search Lemmy & Kbin using Google




It's done by software using an LLM, not just a raw LLM. They do only work with text, but you can get it to output the text "get_weather(mylocation)", and instead of just outputting that directly to the user, the software running on top of the LLM runs a " get_weather" function that calls some weather API. The result of that function is then output to the user.
Any time you see an "AI" taking "actions", this is what happens in the background for every action.