Frankly, I just put something generic. I put exactly this: "Every morning at 9 a.m., analyze investment opportunities, predict the day's ups and downs (sectors, stocks) and give me a clear summary of the global financial situation."
GENERATIVE AI
-

Andrej Karpathy releases Autoresearch for autonomous ML experimentation
By
–
Wow. @karpathy just open-sourced 'Autoresearch' AI that trains AI, on loop. 100 ML experiments overnight over a single GPU! Written, run, and iterated by an agent. Your only job: maintain a single Markdown file: ✦ What to explore
✦ What to prioritize
✦ What tradeoffs -

Grok: daily stock market summary surpassing paid alerts
By
–
I configured Grok to send me an email every day at 9 a.m. summarizing the state of the financial markets. It's just perfect. Exactly what I want. Better than any paid stock alert that exists, I think. I love this era. (PS: If you want
-
AI as Agent: Harari’s Wake-Up Call at Davos 2026
By
–
When AI Becomes The New Immigrant: Yuval Noah Harari’s Wake Up Call At Davos 2026 At #Davos2026, historian Yuval Noah Harari argued that AI is shifting from a tool to an #agent, a system that can #learn, #decide, #create and #manipulate. His challenge to #leaders was stark:
-

Autoresearch Papers and Karpathy’s Autonomous AI Research Framework
By
–
Great to see autoresearch blowing up becoz of the legendary Karpathy sensei. This year will ofc be an exciting year for automated AI research. For all of you guys excited to jump onto it, hopefully our papers will be some helpful references: – automated feedback loop for research agents to optimize LLM pre-training and post-training stacks: nitter.net/ChengleiSi/status/2014… – generating novel research ideas with LLMs, along with a comparison against human experts: nitter.net/ChengleiSi/status/1833… – evaluating the effectiveness of LLM-generated ideas through experiment execution: nitter.net/ChengleiSi/status/1939… – finetuning LLMs to directly predict the effectiveness of research ideas: nitter.net/jiaxinwen22/status/192… Andrej Karpathy (@karpathy) I packaged up the "autoresearch" project into a new self-contained minimal repo if people would like to play over the weekend. It's basically nanochat LLM training core stripped down to a single-GPU, one file version of ~630 lines of code, then: – the human iterates on the prompt (.md) – the AI agent iterates on the training code (.py) The goal is to engineer your agents to make the fastest research progress indefinitely and without any of your own involvement. In the image, every dot is a complete LLM training run that lasts exactly 5 minutes. The agent works in an autonomous loop on a git feature branch and accumulates git commits to the training script as it finds better settings (of lower validation loss by the end) of the neural network architecture, the optimizer, all the hyperparameters, etc. You can imagine comparing the research progress of different prompts, different agents, etc. github.com/karpathy/autorese… Part code, part sci-fi, and a pinch of psychosis 🙂 — https://nitter.net/karpathy/status/2030371219518931079#m
→ View original post on X — @hugo_larochelle, 2026-03-09 06:18 UTC
-

Using Langsmith Key to Access AI Models
By
–
Linear Algebra and #Optimization for #MachineLearning [516-page textbook]: http://
amzn.to/39aWf8N
—————
#DataScience #DataScientist #AI #ML #Mathematics #LinearAlgebra #Algorithms #ORMS -
Langchain Deepagents Deployment Documentation and Feedback Request
By
–
Los Angeles Marathon 2026 photo-finish: https://t.co/qvADpCe7XU
— Kirk Borne (@KirkDBorne) 9 mars 2026Los Angeles Marathon 2026 photo-finish:
-

LLM Costs and the Need for Open Source Models
By
–
Convex Optimization (#1 best-seller in Linear Programming): http://
amzn.to/40gXKZA Comprehensive introduction to the subject, this book shows how such problems can be solved numerically with great efficiency. Solutions are applicable to many fields: engineering, computer -
Study ranks jobs by AI exposure levels and impact
By
–
Here's the main source for our ranking of jobs by AI exposure: https://
science.org/doi/10.1126/sc
ience.adj0998
… Note that just because a job is exposed to AI does not mean that AI is doing it, at least not yet. -
Key Viral Prompt Strategies in NotebookLM
By
–
The pattern behind all viral NotebookLM prompts: → Request specific quotes and references
→ Seek contradictions, not just summaries
→ Demand acknowledgment of gaps
→ Enforce structured output formats
NotebookLM excels when you leverage its architecture