by Dr. Owns | Jul 22, 2025 | Analytics, Artificial Intelligence, Data and Information, Decision Support
Can large language models learn to reason abstractly from just a few examples? In this piece, I explore this question by testing both text-based (o3-mini) and image-capable (gpt-4.1) models on abstract grid transformation tasks. These experiments reveal the extent to...
by Dr. Owns | Jul 21, 2025 | Analytics, Artificial Intelligence, Data and Information, Decision Support
The benefits and practical aspects of context engineering for LLMs The post How To Significantly Enhance LLMs by Leveraging Context Engineering appeared first on Towards Data Science. The benefits and practical aspects of context engineering for LLMs The post How To...
by Dr. Owns | Jul 21, 2025 | Analytics, Artificial Intelligence, Data and Information, Decision Support
Why are there so many hotels named after cities they are not in? Follow along for a data analysis on hotel names. The post I Analysed 25,000 Hotel Names and Found Four Surprising Truths appeared first on Towards Data Science. Why are there so many hotels named after...
by Dr. Owns | Jul 21, 2025 | Analytics, Artificial Intelligence, Data and Information, Decision Support
A practical, beginner‑friendly guide to building an AI weather assistant with Python, OpenAI Agents SDK, API tools, and Streamlit. The post Hands‑On with Agents SDK: Your First API‑Calling Agent appeared first on Towards Data Science. A practical, beginner‑friendly...
by Dr. Owns | Jul 21, 2025 | Analytics, Artificial Intelligence, Data and Information, Decision Support
MCP client development with Streamlit to enhance the tool calling capabilities of remote MCP servers, from setting up your development environment and securing API keys, handling user input, connecting to remote MCP servers, and displaying AI-generated responses. The...