Here you go:
DeepSeek R1 is an AI model. An AI model is a bunch of a matrices with floating point numbers (referred to as weights) where you feed in an input (a sequence of characters embedded as a vector of floating point numbers) and get an output sequence.
DeepSeek is a mobile app (same name as the company) that lets you interact with that AI model through a chat interface. When you use their app, your data (prompts) go to their servers.
The company has also open sourced (basically uploaded all those matrices) the weights of the AI model for free use by anyone.
When you download those weights and bring it up yourself on your own server, you get to control the inference of the AI model and that way any user request sent to this new server doesn’t go to China as long as the servers are hosted in US.
The weights are just a bunch of numbers organized as matrices executed with sequential matrix multiplies - so no computation needs to leave the server in order to compute the next word in a sequence.
That way, another company can download the weights, host it on their servers, and let users interact with them in a chat frontend, and customize the AI model further to do more things like searching the web or using tools like code execution, wolfram, etc
Apa nak jadi dengan Keluarga Bakhtiar?!
Ikuti perjalanan mereka dalam menghadapi masalah harian, sebelum bertemu aplikasi Setel.
Kenapa nak pening²? Sekarang #SemuaBolehSetel lah!
Today was the last day of one of our longest serving team member. Our beloved web developer Prathibha will be leaving us and Malaysia after 3 years of great coding work! We wish her all the best!
Last Friday, the tech, product, design and data team came together for a full day hackathon. Aiming to provide value to the business through new, innovative ideas.
Also featured is our first engineering t-shirt!
Our friendly backend developer Khaled had a show and tell about Oauth 2.0 and openid connect as a service. All of our engineers are paying attention to this masterclass!
Day 6 progress : Multi step form managed by React Context and Hooks for handling input and submit events. Also, added subtle floating animation for the image.