Ded_Coderx's profile picture. AI Engineer | Full stack developer | Freelancer building startup based on web3 | Competitive programmer ||

Ded_Coderx

@Ded_Coderx

AI Engineer | Full stack developer | Freelancer building startup based on web3 | Competitive programmer ||

Ded_Coderx reposted

You're in an AI engineer interview at Apple. The interviewer asks: "Siri processes 25B requests/mo. How would you use this data to improve its speech recognition?" You: "Upload all voice notes from devices to iCloud and train a model" Interview over! Here's what you missed:…

_avichawla's tweet image. You're in an AI engineer interview at Apple.

The interviewer asks:

"Siri processes 25B requests/mo.

How would you use this data to improve its speech recognition?"

You: "Upload all voice notes from devices to iCloud and train a model"

Interview over!

Here's what you missed:…

Ded_Coderx reposted

This guy literally shows how to build an LLM from scratch in just 6 hours

neatprompts's tweet image. This guy literally shows how to build an LLM from scratch in just 6 hours
neatprompts's tweet image. This guy literally shows how to build an LLM from scratch in just 6 hours

Ded_Coderx reposted

You're in an ML Engineer interview at Databricks The interviewer asks "Your production chatbot's accuracy was 95% at launch. Six weeks later, user complaints are up and evals show 80%. What do you do?" You reply : "The model is wrong, we need to retrain it." Game over.…


Ded_Coderx reposted

Holy shit… I finally understand the difference between LLMs, RAG, and AI Agents. After building production AI systems for 2 years... Here's what actually matters: They're not competing technologies. They're three layers of the same intelligence stack, and most people are…

rryssf_'s tweet image. Holy shit… I finally understand the difference between LLMs, RAG, and AI Agents.

After building production AI systems for 2 years...

Here's what actually matters:

They're not competing technologies. They're three layers of the same intelligence stack, and most people are…

Ded_Coderx reposted

Remote jobs are here to stay forever. Replace your 9-5 & achieve freedom while being paid in $. I have prepared a Excel resource that will help you with it. And for 24 hours, it's FREE, just: 1. Follow me (so I can DM you) 2. Like & repost this 3. Reply "Remote"


Ded_Coderx reposted

Build to learn. Then build to make money. Then build to create something new or make an existing thing better, faster. Then build something truly meaningful to you and make the world better. Many people stop at step 2.


Ded_Coderx reposted

Here's a core Linux concept: Why can't you run a Linux binary on Windows, even on the same x86 CPU? You might blame the file format (ELF vs. .exe), but the real answer is the ABI (Application Binary Interface). The ABI is the strict "contract" for how a program "talks" to the…

popovicu94's tweet image. Here's a core Linux concept:

Why can't you run a Linux binary on Windows, even on the same x86 CPU?

You might blame the file format (ELF vs. .exe), but the real answer is the ABI (Application Binary Interface).

The ABI is the strict "contract" for how a program "talks" to the…

If you’re learning ML: Don’t chase frameworks Chase intuition Frameworks change Intuition doesn’t #machinelearningengineer #ai


Ded_Coderx reposted

You can make RAG apps 10x smarter with this SOTA method! ColiVara is a retrieval method that does not involve chunking. Instead, it treats docs as images and uses vision models for embedding, just like a human would do. Far better accuracy than traditional RAG systems.

DailyDoseOfDS_'s tweet image. You can make RAG apps 10x smarter with this SOTA method!

ColiVara is a retrieval method that does not involve chunking. Instead, it treats docs as images and uses vision models for embedding, just like a human would do.

Far better accuracy than traditional RAG systems.

Ded_Coderx reposted

Java: You're trying to understand how some code works. Open a file, it's ~20 lines of trivial boilerplate and getters/setters. Open another, same. And another. And another. This happens like 75 times. It's legitimately hard to find a place where anything is actually being done.


Ded_Coderx reposted

#DeepLearning with PyTorch... 1) Cheat sheet [PDF]: dropbox.com/scl/fi/e4xngyk… 2) Learn fundamentals with hands-on coding [PDF]: dropbox.com/scl/fi/lfo7r6f… 3) #GenerativeAI with Python and PyTorch: amzn.to/4fYjiBn book v/ @PacktDataML

KirkDBorne's tweet image. #DeepLearning with PyTorch...

1) Cheat sheet [PDF]: dropbox.com/scl/fi/e4xngyk…

2) Learn fundamentals with hands-on coding [PDF]: dropbox.com/scl/fi/lfo7r6f…

3) #GenerativeAI with Python and PyTorch: amzn.to/4fYjiBn book v/ @PacktDataML
KirkDBorne's tweet image. #DeepLearning with PyTorch...

1) Cheat sheet [PDF]: dropbox.com/scl/fi/e4xngyk…

2) Learn fundamentals with hands-on coding [PDF]: dropbox.com/scl/fi/lfo7r6f…

3) #GenerativeAI with Python and PyTorch: amzn.to/4fYjiBn book v/ @PacktDataML

Ded_Coderx reposted

Agentic RAG didn’t “improve” RAG. It replaced it. And anyone still clinging to vanilla RAG is building with training wheels on. 2023 was the year everyone worshipped simple retrieval pipelines. 2024 exposed the flaw: retrieval is useless if your system can’t think. 2025 is the…

alxnderhughes's tweet image. Agentic RAG didn’t “improve” RAG. It replaced it. And anyone still clinging to vanilla RAG is building with training wheels on.

2023 was the year everyone worshipped simple retrieval pipelines.
2024 exposed the flaw: retrieval is useless if your system can’t think.
2025 is the…

Ded_Coderx reposted

Meta just solved the biggest problem in RAG! Most RAG systems waste your money. They retrieve 100 chunks when you only need 10. They force the LLM to process thousands of irrelevant tokens. You pay for compute you don't need. Meta AI just solved this. They built REFRAG, a new…

akshay_pachaar's tweet image. Meta just solved the biggest problem in RAG!

Most RAG systems waste your money. They retrieve 100 chunks when you only need 10. They force the LLM to process thousands of irrelevant tokens. You pay for compute you don't need.

Meta AI just solved this.

They built REFRAG, a new…

Ded_Coderx reposted

Data often lie on a low-dimensional manifold embedded in a high-dimensional space. But these manifolds are often highly non-linear, making linear dimensionality reduction methods like PCA insufficient. This has motivated the development of non-linear dimensionality reduction.


Ded_Coderx reposted

Holy shit... Someone just solved the biggest AI privacy problem nobody talks about. It's called Hyperlink which is a fully offline AI that searches ALL your documents without sending a single byte to the cloud. No OpenAI. No Google. No data leaks. Here's how:↓


Ded_Coderx reposted

We’ve developed a new way to train small AI models with internal mechanisms that are easier for humans to understand. Language models like the ones behind ChatGPT have complex, sometimes surprising structures, and we don’t yet fully understand how they work. This approach…


United States Trends

Loading...

Something went wrong.


Something went wrong.