National Math Improvement Project
AI_bookmarks
Energy and AI – Analysis - IEA
Energy and AI - Analysis and key findings. A report by the International Energy Agency.
Teens are embracing AI — but largely not for cheating, survey finds
While teens are more eager and tech savvy than their parents when utilizing AI tools, experts encourage both to explore how to best use these tools together.
OpenAI plans to release a new 'open' AI language model in the coming months | TechCrunch
OpenAI has announced that it intends to release its first 'open' language model since GPT‑2 sometime in 2025.
ChatGPT Talks Now. What Does That Mean For Teaching?
OpenAI’s Advanced Voice Mode ChatGPT assistant is light years ahead of more common voice assistants, and can sometimes be so lifelike, it’s spooky.
New Research Finds Schools of Education Fail to Prepare Teachers to Use AI
Weiner & Lake: Not one superintendent we spoke with considered higher education a resource for artificial intelligence-related professional learning.
NYT case against OpenAI and Microsoft can advance
The case is being closely watched as its outcome could set a historic copyright precedent for the AI era.
usamo_report.pdf
CITES - Center on Inclusive Technology & Education Systems
The Center on Inclusive Technology & Education Systems: Framing the Future of Learning with Technology
Gen Z uneasy about AI, but still using it
49% of Gen Z respondents said they believe AI will harm their critical thinking skills.
When AI policies are unclear, students who want to follow the rules may be "unnecessarily cautious" in avoiding AI, while their peers may be gaining an advantage.
tobi lutke on X: "I heard this internal memo of mine is being leaked right now, so here it is: https://t.co/Qn12DY7TFF" / X
I heard this internal memo of mine is being leaked right now, so here it is:
OpenAI closes $40 billion funding round, largest private tech deal on record
OpenAI on Monday announced the close of its $40 billion financing, the most money raised in a single round by a private tech company.
Microsoft's Copilot can now browse the web and perform actions for you | TechCrunch
For its 50th birthday, Microsoft is teaching its AI-powered Copilot chatbot a few new tricks.
AI Agents and Agentic AI in Python: Powered by Generative AI
Offered by Vanderbilt University. Learn AI Agent ... Enroll for free.
Large Language Models (LLMs) A Parent's Guide.pdf
ChatGPT image tool courts copyright risk
OpenAI's new image generator will create images in the "style" of The Simpsons.
2503.23674v1.pdf
Introducing Claude for education \ Anthropic
Claude for Education
New in NotebookLM: Discover sources from around the web
NotebookLM has launched Discover Sources, which lets you add sources from the web to your notebook.
Sam Altman says 1 million people signed up for ChatGPT in just 60 minutes after the company launched its viral image-generation feature
The OpenAI CEO said the new feature sparked "biblical demand."
Ai 1.4
This is "Ai 1.4" by Birchfields on Vimeo, the home for high quality videos and the people who love them.
4o Image Generation in ChatGPT and Sora
Sam Altman, Gabriel Goh, Prafulla Dhariwal, Lu Liu, Allan Jabri, and Mengchao Zhong introduce and demo 4o image generation.
Ideogram
Photo realistic picture for professional learning on citing ai assignments.
AI for Educators
Anthropic Economic Index: Insights from Claude 3.7 Sonnet \ Anthropic
The second update from the Anthropic Economic Index
Getting more granular, we can also look at specific occupations within these occupational categories, as well as tasks associated with that occupation. For example, tasks associated with copywriters and editors show the highest amount of task iteration, where the user iterates on various writing and editing tasks with the model. By contrast, tasks associated with Translators and Interpreters show among the highest amounts of directive behavior—where the model is used for translating documents with minimal human involvement.
(1) The Hidden AI Poisoning That Shapes Our Children’s Knowledge. | LinkedIn
Every day, children turn to the internet for homework, research, and general curiosity. Wikipedia pages, Google searches, and AI chatbots such as ChatGPT or Gemini provide fast answers.
Clinical test says AI can offer therapy as good as a certified expert
The first clinical trial of an AI therapist showed significant improvements for people living with depression and anxiety to the same level as a human expert.
As part of a randomized controlled trial (RCT) testing, the team recruited adults diagnosed with major depressive disorder (MDD), generalized anxiety disorder (GAD), and people at clinically high risk for feeding and eating disorders (CHR-FED). After a spell of four to eight weeks, participants reported positive results and rated the AI chatbot’s assistance as “comparable to that of human therapists.”
For people at risk of eating disorders, the bot helped with approximately a 19% reduction in harmful thoughts about body image and weight issues. Likewise, the figures for generalized anxiety went down by 31% after interacting with the Therabot app.
Google adds its voice model Chirp 3 to its Vertex AI platform | TechCrunch
Most of the focus in generative AI has been on text-based interfaces used to generate text, images, and more. The next wave appears to be voice, and it’s
Demystifying the Transformer Model
Note: this blog post is a final paper for my UCSB WRIT105SW course. As such, it is a slight deviation from my standard writing and may…
Note: this blog post is a final paper for my UCSB WRIT105SW course. As such, it is a slight deviation from my standard writing and may assume a lot less prerequisite math and computer science knowledge than some other posts on this account.Nonetheless, I attest it’s still top notch :)Part 1: The Turing TestIn 1950, mathematician and computer scientist Alan Turing pondered if there was a fundamentally philosophical way to answer the question of “can machines think?” In light of this question, he proposed the philosophical thought experiment of the “Turing Test,” a theoretical construct that could discern a machine from a human based on how it responds to questions. They often were simple questions that prompted complex answers:Describe yourself using only colors and shapes. (A machine would struggle with the abstraction from complex human characteristics to simple shape and colors)Do more people go to Russia than me? (This sentence is syntactically correct but semantically nonsense — a human cannot answer this properly)Describe why time flies like an arrow but fruit flies like a banana? (A machine would struggle to interpret whether the second “flies” is a noun or verb)Back in 1950, machines were simply far too computationally inept to make a dent in any of these questions. After all, it was already mathematically proven in 1936 by Turing himself that no algorithm could prove if a program terminated or looped forever. Computer scientists began to realize that computers couldn’t do everything. Someone could almost believe that it’s as if there was a theoretical boundary of computing here too — some sort of human-computer interaction limit.But they never found it. In fact, it may not exist.I vividly remember having to write a paper on Polka tradition for my ethnomusicology course when I first heard the whispers of a possibly ground-breaking tool called ChatGPT. I couldn’t believe my eyes — the essay was done. It was coherent, well-structured, and it captured every nuance that I gave in the prompt.The onset of transformer models like ChatGPT single-handedly shattered my perception of everything I knew about computers. It surpasses every previous language model by miles. It passes countless Turing Tests. And through it all, it can masquerade as a human and emulate responses that signify an understanding of the meaning of sentences given to it.How is this all possible? Behold, the transformer model.Part 2: What does generative mean?In ChatGPT, the GPT stands for “generative pre-trained transformer.” In the context of machine learning, a generative model is one that outputs new creative content based on a prompt or some input sequence. In the context of transformer models, the prediction is made one word at a time based on the previous string of words that came before it.The model predicts that the word “over” is the most likely to follow in the sequenceTake the above example. The crux of the prediction process is that each word is generated one at a time—this is actually the reason why ChatGPT slowly types out a response word-by-word instead of giving you a block text all at once. For predicting a single word:All of the previous words (or rather, at least enough to establish context) are fed into the model.Then, the model gives back not one word, but instead a probability distribution for every single word in the dictionary. This model is trained on a large sample of example text and predicts based on its observations of which words tend to follow other words.Finally, the highest probability word is outputted. Then, the cycle repeats.Once over is predicted, the cycle repeats and the model generates the word “the”Up to now, this model is alright, but an issue that you immediately run into is that the model is not able to understand context. E.g. if you have the following sentences:“I caught a bass in the lake.”“I connected my electric bass to the speaker.”The model literally cannot discern whether the input word bass refers to the fish or the instrument. Fortunately, the key insight of the transformer model is how it utilizes a tool called attention heads to preserve context of words—this will be explained in a bit.But to understand that, let’s first take a look at how meaning can even be encoded at all.Part 3: EmbeddingsTo understand how machines even make sense of words, we first have to take a look at embeddings, or mathematical representations of word meaning.In a machine, words are really hard to assign meaning to. E.g. you can tell a human that the word serene conveys the meaning of tranquility and peace — a computer has no inherent understanding of what tranquility means. However, the mathematical best-effort approach to approximate meaning is a concept called embeddings.Let’s look at an example of the word embeddings for the words elephant and small.Examples of word embeddings, drawn out in two dimensionsIn this example, our 2-d plane has a dimension representing “living-ness” and one that represents “size
Vibe Coding 101 with Replit - DeepLearning.AI
Design, build, and deploy apps with an AI coding agent in an integrated web development environment.