Generative AI & LLM! #BigData #Analytics #DataScience #AI #MachineLearning #NLProc #IoT #IIoT #PyTorch #Python #RStats #TensorFlow #Java #JavaScript #ReactJS #GoLang #CloudComputing #Serverless #DataScientist #Linux #Programming #Coding #100DaysofCode https://
geni.us/Gen-AI–LLMs
GENERATIVE AI
-

Generative AI and LLMs: Technologies and Tools Overview
By
–
-
GPT-4 Vision: Image Processing in Large Language Models
By
–
They've been using the image as raw input to the model since GPT-4 vision back in late 2023 – here's a decent explanation of how that kind of model works
-
Modèles IA évoluent vite, il faut tout réinventer souvent
By
–
this is pretty much the only way to build product in AI models move so fast, that you have to be willing to throw everything out every few months to take advantage of what's possible
-
Scaling limitations in AI: experiments settle the debate
By
–
integrity and intellectual honesty are vital. and experiments, at the cost of tens of billions, have settled it. scaling isn’t working, and that’s why Sam is saying what he is saying. and it confirms that my intuitions were correct i am sorry you missed all that context.
-
OpenAI’s Culture of Risk-Taking and Continuous Innovation at Codex
By
–
Working at OpenAI is fun because questioning everything and taking risks is part of the culture. Within Codex, the team asks itself how we could make it an order of magnitude better every few months and then sets most things aside to go and do it across the entire stack. Some examples were the Codex App and our first deployment of Cerebras inference with WebSockets. We are now well under way on the next bet and it’s making even our best engineers nervous as it’s at the edge of what’s possible today.
-
Altman’s Architecture Claims Need Critical Examination
By
–
Misleading summary. Should be deleted.
— Gary Marcus (@GaryMarcus) 15 mars 2026
Altman doesn’t say a (known) new architecture is coming; he says he anticipates one will come someday.
PS: I also think we need something radical and new. In fact that’s what I’ve been saying for the last decade.
Excess focus on… https://t.co/qww1bGjPbdMisleading summary. Should be deleted. Altman doesn’t say a (known) new architecture is coming; he says he anticipates one will come someday. PS: I also think we need something radical and new. In fact that’s what I’ve been saying for the last decade. Excess focus on
-
Incredible Resource to Learn How LLMs Work and Evolved
By
–
INCREDIBLE RESOURCE to learn how LLMs work and how they evolved overtime
-

Top AI Papers Weekly: KARL, OpenDev, SkillNet, FlashAttention-4
By
–
The Top AI Papers of the Week (March 9 – March 15) – KARL
– OpenDev
– SkillNet
– Memex(RL)
– AutoHarness
– FlashAttention-4
– The Spike, the Sparse, and the Sink Read on for more: -

New LLM Architecture Gallery Collecting All Figures in One Place
By
–
I (finally) put together a new LLM Architecture Gallery that collects the architecture figures all in one place! https://
sebastianraschka.com/llm-architectu
re-gallery/
… -
Spotting When Claude Code Makes Poor Programming Choices
By
–
What are the big tells you see when Claude Code is coping, or just making bad choices? One that stand out to me is when it calls something a "belt-and-suspenders" approach. This basically means it's got two overlapping mechanisms for the same thing, which is never what I want. Another is when it refers to an approach as "defensive". I find this is always the opposite of actual defensive programming. Defensive programming is about ensuring you're in exactly the state you think you are. Claude Code is always trying to continue through errors.