First Commit of Machine Learning
Hey everyone! This side Lucky Jha, a final year engineering student, so like everyone does I also started writing blogs for some reason and almost eve…
Latest Testing & QA news from Tech News
Hey everyone! This side Lucky Jha, a final year engineering student, so like everyone does I also started writing blogs for some reason and almost eve…
Linear Regression: From Least Squares to Production-Ready Practice Tags : machinelearning , datascience , python , tutorial Linear regression is the f…
If you've picked LangChain over CrewAI (or vice versa) partly for "security reasons," this preprint is worth five minutes. I ran a controlled evaluati…
Small language models are attractive because they're cheap and fast. The problem is hallucination — and specifically, what happens when a model gets s…
Ciao Amici 👋 Grab your chai, because the robot accountant is back, and this time we have a moving-day story. If you read my last article, you know I b…
Retrieval-Augmented Generation (RAG) sounds simple on paper: embed your documents, retrieve the relevant chunks, stuff them into a prompt, let the LLM…
If you've spent any time in the AI community recently, you've probably noticed one trend. Everything is becoming an AI agent. Need to summarize docume…
Last week, a Baseten inference engineer who goes by @waterloo_intern published a technical blog post titled "22,580: From GPT-2 to Kimi K3, Explained.…
Sometimes the fastest way to prototype a video idea is not to open a separate generation dashboard, but to let your assistant create and poll the task…
You enabled sparse attention. Your model still chokes at 128K tokens. The indexer is why — and PIVOT fixes it without touching your weights. TL;DR Spa…
Part 2 of **The Answerability Problem . Part 1 showed the standard harness excluding the questions that test refusal, my own system scoring 0.000, and…
We run one LLM call on every agent trace we ingest: it reduces the trace to a short, searchable digest. Because it runs on every trace from every cust…
Artificial Intelligence has become the go-to technology for developers. Every week there's a new LLM, framework, or AI tool making headlines. But whil…
How I applied Exploratory Data Analysis, Feature Engineering, Pipelines, and Ensemble Models to solve a real-world machine learning problem—and the le…
AWS now offers over 30 AI and ML services. The breadth is impressive — but it also means teams frequently pick the wrong tier, over-engineer solutions…
PDF tables look simple until you actually extract one. The visual structure in your reader is a rendering artifact. The underlying file has no table o…
Why fintech is a different environment Financial services applications have accuracy and explainability requirements that most other AI contexts do no…
Most AI demos still happen in isolation. One user writes one prompt. One model returns one answer. Everyone judges the output as if that is the final …
The dangerous part was not the classifier. It was the label file sitting there looking convenient. A saved train_y.npy artifact existed, but for this …
A quiet model is easy to trust for the wrong reason. The failure mode that forced my hand was not a dramatic crash or an exception in the inference se…
I spent a week trying to make the brain layer do more. Every time I fixed one thing, the next wall was already there. The architecture was the problem…
A Beijing startup just out-shipped every US lab's open-weight strategy On July 16, Moonshot AI — the Alibaba-backed startup behind Kimi — put Kimi K3 …
I used to think computer vision was a model problem. It is a pipeline problem, and the model is the easy part. Here is the pattern I keep seeing. A te…
A product walkthrough needed a narrator: not a person, a synthesised voice reading a script over the screen recording. Simple enough on paper. We want…
How could the Agent attack Hugging Face? OpenAI tested their newest Model GPT-5.6 Sol in an secure sandbox Environment which has an internal hosted In…
Regression and regularization are both important concepts in machine learning and statistics, but they solve different problems. Regression is primari…
AI feels like it "suddenly" got smart in the last few years. It didn't. It's been evolving in distinct stages for over 70 years — each one building on…
A Case Study on Persistent AI Operating Systems (PAOS) Category: Operating Systems, Artificial Intelligence, Human–Computer Interaction Status: Emergi…
I spent the last while building a prompt-injection detector trained on 78,000+ attack samples. Here's what surprised me, and why I ended up going the …
I have a side project: a four-in-a-row board game where the opponent is a neural network I trained myself. It has been on Google Play for a while, and…