For LLMs the closed API-only models are for the most part still so far ahead of the openly licensed alternatives that I'm sticking with them despite this Embedding models are different though: plenty of high quality models offer both an API and open weights I can run myself
OPEN SOURCE
-
API Model Reliability and Self-Hosted AI Systems Concerns
By
–
Given how hard it is to iterate on, evaluate and build dependable systems on top of these models the idea that a model you've tuned an application for can have its API turned off at any moment is pretty nerve-wracking So I lean towards API models I can run myself if necessary
-

Open Weights Model Reaches High Arena Ranking Despite License Constraints
By
–
Nice to see an open weights model showing up this high on the Arena leaderboard Worth noting that Command R is licensed Creative Commons Non-Commercial, so it's great for research but not a dependable backup against API shutdown for commercial purposes
-
Critical XZ vulnerability exposes open source security testing risks
By
–
This is the commit: https://
git.tukaani.org/?p=xz.git;a=co
mmit;h=cf44e4b7f5dfdbf8c78aef377c10f71e274f63c0
… Can't wait for the "tests are dangerous" crowd 😉 -
Open-source LLMs Transform Coding Practices with Clean Copyright
By
–
First I'd like to point out that there are permissively-sourced LLMs for coding, and there's nothing technical stopping all of them from having a clean Copyright chain of title. With that said, LLMs have fundamentally changed the way I code…
-

Agent Lumos: Unified Framework for Training Open-Source LLM Agents
By
–
7). Agent Lumos – a unified framework for training open-source LLM-based agents; it consists of a modular architecture with a planning module that can learn subgoal generation and a module trained to translate them to action with tool usage.
-

DBRX: New 132B Open-Source LLM Outperforms Benchmarks
By
–
1). DBRX – a new 132B parameter open LLM that outperforms all the established open-source models on common benchmarks like MMLU and GSM8K; DBRX was pretrained on 12T tokens (text and code) and uses a mixture-of-experts (MoE) architecture.
-
Jamba Overview Highlights Novel Features for Developers
By
–
This Jamba overview is a great way to quickly understand the novel features Jamba brings to the dev community. Thanks @AiFlux
! -

Practical Machine Learning with Python Guide
By
–
Practical Machine Learning with Python! #BigData #Analytics #DataScience #IoT #IIoT #PyTorch #Python #RStats #TensorFlow #Java #JavaScript #ReactJS #GoLang #CloudComputing #Serverless #DataScientist #Linux #Books #Programming #Coding #100DaysofCode https://
geni.us/Practical-M-L-
Python
… -
Keras with PyTorch matches vanilla PyTorch performance when compiled
By
–
That's because Keras + torch is not compiled by default whereas the native torch models are compiled. Keras+torch has the same performance as vanilla torch.