glennprays;|Blog
HomeBlog

Blog

Thoughts on software engineering, data science, and technology.

Browse Topics

Why Your Agent Keeps Forgetting

More memory can quietly make an agent worse. Here are the six layers of agent memory that actually work, and why deliberate forgetting matters.

July 8, 2026·
9 min read
AI Engineering

Your AI Has a Brain. It Needs a Body.

Your model is a genius with no hands. Harness engineering is how you give it a body, and the thing that actually makes an AI agent reliable.

June 30, 2026·
6 min read
AI Engineering

Machine Learning Optimization with Gradient Descent

Gradient Descent is optimization algorithm of find optimal solution to problems. In Machine Learning it is used to find optimal parameters of model to minimize cost function.

January 22, 2024·
3 min read
Data Science

Evaluate Machine Learning Performance

Evaluating Machine Learning performance is essential for selecting right model, tuning parameters, detecting overfitting/underfitting, and assesing the model generalization ability to new data (unseen data in training process).

January 18, 2024·
4 min read
Data Science

Machine Learning: Perceptron Classifier

Perceptron Classifier is one of the classification algorithms in machine learning. It is similar to linear regression model because it uses combination of features to predict.

January 10, 2024·
3 min read
Data Science
1234
© 2026 Glenn Pray