Home Blog Page 73

Curating Biological Findings with NVIDIA NIM

0

Scientific Papers are Highly Heterogeneous

Scientific papers are highly heterogeneous, often employing diverse terminologies for the same entities, using varied methodologies to study biological phenomena, and presenting findings within distinct contexts. Extracting meaningful insights from these papers requires a profound understanding of biology, a critical evaluation of methodologies, and the ability to discern robust findings from irrelevant or less reliable ones.

Scientists Must Carefully Interpret the Context

Scientists must carefully interpret the context, assess the reliability of experimental evidence, and identify potential biases or limitations in studies. Given the high-precision demands to support critical decision-making in disease modeling, it is imperative that the biological findings incorporate only high-quality knowledge.

Large Language Models (LLMs) Can Harness

Large language models (LLMs), when integrated into a retrieval-augmented generation (RAG) pipeline, present a game-changing opportunity to automate and expedite the curation of biological findings. By optimizing the extraction of insights from scientific papers, LLMs dramatically improve the scalability of this process. These language models can sift through far more papers than any individual could manually review and uncover a significantly larger volume of relevant findings.

CytoReason Develops Computational Disease Models

The team at CytoReason, a member of the NVIDIA Inception program, develops computational disease models, harnessing AI to mine vast amounts of molecular and textual data to support biopharma’s decision-making. By capturing mechanisms of action (MOAs), gene regulation, patient responses, and more, these models can simulate human diseases at the tissue, cellular, and gene levels.

RAG Pipeline Powered by NVIDIA NIM

The CytoReason team developed a RAG pipeline powered by NVIDIA NIM microservices to scale up the mining of biological findings integrated in CytoReason’s computational disease models. Figure 1 illustrates the flow.

Figure 1. CytoReason’s RAG pipeline for extracting biological expectations

Results

The team evaluated the RAG pipeline using a benchmark focused on gene expression in Crohn’s disease in the ileum. In this case, in a manual curation process that took days by the immunologist, a total of 101 genes were identified as differentially expressed (either upregulated or downregulated) between healthy and inflamed conditions.

The RAG pipeline extracted information about 99 genes in a matter of minutes, 70 of which overlapped with those identified through manual curation. The remaining 29 genes were new discoveries and were subsequently validated for accuracy by an expert. The evidence produced by the pipeline for all genes was accurate in 96% of the cases.

Summary

Mining biological insights from literature is a complex task that traditionally takes days and requires deep expertise in biology. By leveraging NVIDIA NIM and LLM technology, CytoReason has significantly reduced the time required for this process—from days to just a few hours. These results demonstrate that the precision of these insights is remarkably high, with even greater coverage of biological entities compared to those identified by human scientists.

Acknowledgments

We would like to thank NVIDIA for their professional, patient, and welcoming support throughout this project. We are also grateful to our colleagues at CytoReason who contributed their time and expertise.

Conclusion

The RAG pipeline powered by NVIDIA NIM and LLM technology has successfully demonstrated its ability to extract biological insights from literature, reducing the time required for this process and improving the scalability and accuracy of the results.

Frequently Asked Questions (FAQs)

What is the RAG Pipeline?

The RAG pipeline is a retrieval-augmented generation pipeline that integrates large language models (LLMs) with retrieval technology to extract biological insights from literature.

How Does the RAG Pipeline Work?

The RAG pipeline begins with a structured input, which is defined by four key parameters: entity type, disease, tissue, and conditions. The pipeline then retrieves relevant papers from scientific repositories, applies biological guardrails to refine the collection, and extracts evidence about the entities of interest using an NVIDIA LLM NIM.

What Are the Benefits of the RAG Pipeline?

The RAG pipeline benefits include improved scalability, accuracy, and speed in extracting biological insights from literature, reducing the time required for manual curation, and increasing the coverage of biological entities.

Can I Use the RAG Pipeline for My Own Research?

Yes, you can use the RAG pipeline for your own research. To get started, visit NVIDIA NIM for Developers.

Letting Agents Code

0dev: An Open-Source Platform for Generating AI Agents and Visualizing Data

0dev is an open-source platform that allows you to generate AI agents and query/visualize different data sources.

A Solo Project with a Big Vision

It’s a solo project I’ve been building from scratch, with no funding or backing. Just me, working on it alongside a full-time job. That’s why it’s taken some time to reach this point — but things are finally coming together.

A Recent Demo: AI Agent Sends an Email with HTML Formatting

In a recent demo, I asked the 0dev agent to send an email with HTML formatting to a specific address. The catch? It needed to fetch the content from an S3 bucket and follow a set of policies defined ahead of time.

The agent took the request, generated the code to complete the task, and passed it through an automated reviewer. This reviewer ensures the generated code not only meets policy requirements but also stays true to the intent of the original instruction.

Agents That Can Reason and Stay Within Guardrails

It’s a small example of a bigger idea: agents that can reason about what they’re doing, stay within guardrails, and still move fast.

Watch the Demo and Explore the Source Code

Watch the short demo:
https://youtu.be/W45FxIGdGeM

Source code:
https://github.com/0dev-hq/0dev

Conclusion

0dev is a powerful open-source platform that has the potential to revolutionize the way we interact with data and AI. With its ability to generate AI agents and query/visualize different data sources, it has the potential to be used in a wide range of applications. Despite being a solo project, 0dev has already shown impressive capabilities in a recent demo. We can’t wait to see what the future holds for this exciting technology.

FAQs

Q: What is 0dev?

A: 0dev is an open-source platform that allows you to generate AI agents and query/visualize different data sources.

Q: Is 0dev a solo project?

A: Yes, 0dev is a solo project built by one person, with no funding or backing.

Q: What is the purpose of the automated reviewer?

A: The automated reviewer ensures the generated code not only meets policy requirements but also stays true to the intent of the original instruction.

Q: Where can I find the source code?

A: You can find the source code on GitHub: https://github.com/0dev-hq/0dev

Q: Can I use 0dev for my own projects?

A: Yes, 0dev is open-source, so you can use it for your own projects and modify the code to fit your needs.

Google Cloud Cranks Up Analytics

Google Cloud Unveils Sweeping Analytics Enhancements at Next 2025 Conference

Google Cloud made a slew of analytics-related announcements at its Next 2025 conference this week, including a range of enhancements to BigQuery, its flagship database for analytics. BigDATAwire caught up with Yasmeen Ahmad, managing director of data analytics, to get the scoop.

New AI Agents

As we previously reported, Google Cloud is devoting significantly resources to helping its customers build and manage AI agents. That works includes building a new Agent Development Kit (ADK), creating a new Agent-to-Agent (A2A) communication protocol that completes Anthropic’s Model Context Protocol (MCP), and the creation of an Agent Garden, among (many) other innovations.

The company is also embedding pre-built AI agents into its own software services, including BigQuery. There are new specialized agents for data engineering and data science tasks; new agents for building data pipelines; and new agents for performing data prep tasks, such as data transformation, data enrichment, and anomaly detection.

Google Cloud is infusing its products with AI and AI agents (Anggalih Prasetya/Shutterstock)

New BigQuery Engines

In addition to the new knowledge engine, Google Cloud announced that it’s developing a new AI query engine for BigQuery. The BigQuery AI query engine will enable queries to foundation models like Gemini to occur simultaneously with traditional SQL queries to the data warehouse.

Querying structured and unstructured at the same time will open a host of new analytic and data science use cases, Google Cloud says, including building richer features for models, performing nuanced segmentation, and uncovering hard-to-reach insights.

BigQuery notebook, a data science notebook alternative to Jupyter, has also been enhanced with AI. Google Cloud is introducing “intelligent SQL cells” that understand the context of customers’ data and offer the data scientist suggestions as they write code. It’s also leveraging AI to enable new exploratory analysis and visualization capabilities.

Data Foundation Enhancements

Like the first two areas, the third big area of improvement in the Google Cloud analytics environment – enhancements to the data foundation (the data fabric) and data governance – touches on other areas too.

For instance, just as the AI query engine in BigQuery lets users use Gemini against their data, they can also now manage unstructured data in BigQuery through the new support for multimodal tables (structured and unstructured data).

Google Cloud is rolling out a preview of a new feature called BigQuery governance that will provide a single, unified view for data stewards and professionals to handle discovery, classification, curation, quality, usage, and sharing. It includes automated data cataloging (GA) as well as new experimental feature, automatic metadata generation.

Conclusion

Google Cloud has made significant strides in enhancing its analytics capabilities, including the introduction of AI agents, new BigQuery engines, and data foundation enhancements. These advancements will enable customers to make more informed decisions, streamline their workflows, and unlock new insights from their data.

FAQs

Q: What are the new AI agents in BigQuery?
A: The new AI agents in BigQuery are specialized for data engineering and data science tasks, building data pipelines, and performing data prep tasks, such as data transformation, data enrichment, and anomaly detection.

Q: What is the new AI query engine for BigQuery?
A: The new AI query engine for BigQuery enables queries to foundation models like Gemini to occur simultaneously with traditional SQL queries to the data warehouse.

Q: What are the data foundation enhancements?
A: The data foundation enhancements include new support for multimodal tables (structured and unstructured data), automated data cataloging, and automatic metadata generation.

Q: What is the new BigQuery governance feature?
A: The new BigQuery governance feature provides a single, unified view for data stewards and professionals to handle discovery, classification, curation, quality, usage, and sharing.

Q: What is the future of data governance with Google Cloud?
A: Google Cloud is betting on AI to automate much of the data governance work in its data fabric. The company is showcasing demos of automated semantic generation at scale, cataloging over objective or over unstructured data.

Microsoft Pushes Recall Feature to Windows Insiders

Microsoft’s Recall Feature Re-Launches After Delays and Controversy

Following a series of delays and pauses, Microsoft is giving its problematic Recall feature another shot. It was tested last fall in the Dev Channel as an early, experimental feature, but it is now gradually rolling out in the Release Preview Channel.

Now Available in Preview

In a blog post published Thursday, the company announced that Recall is now available in preview mode for Windows Insiders running Windows 11 24H2 build 26100.3902. Available only on Copilot+ PCs, this is the first preview of the May 2025 update. Assuming Recall doesn’t trigger any further issues or concerns, you can expect the feature to go live next month.

What is Recall?

Initially announced in May 2024, the AI-powered Recall has been touted by Microsoft as photographic memory for your computer. By taking a series of snapshots of your activity in Windows, the feature acts as an advanced search tool that lets you quickly find things you’ve done and seen. On the surface, that sounds like a great way to help you find files, apps, settings, and other content.

Privacy Concerns

But any feature that takes snapshots of everything you see and do in Windows also sounds like a privacy risk. After learning how Recall works, Windows users expressed concerns, while some security experts called it a “privacy nightmare.”

Back to the Drawing Board

The complaints forced Microsoft to go back to the drawing board, pausing the intended rollout of Recall while it fine-tuned some of its more problematic areas. The company put the feature on hold last June. A month later, Microsoft revealed that it was shifting from Recall as a preview experience broadly available for Copilot+ PCs to a preview initially available to Windows Insider Program sometime “in the coming weeks.” Those “coming weeks” eventually turned into October, which then turned into December.

Changes and Adjustments

Microsoft has tried to calm potential users by asserting that your snapshots aren’t shared with the company or with third parties and aren’t used for training purposes. The snapshot data is encrypted, so only the user can access it through Windows Hello authentication. With all the tune-ups and explanations, Microsoft clearly thinks that Recall is at least ready for Insider testing.

How It Works

“As you use your Copilot+ PC throughout the day working on documents or presentations, taking video calls, and context-switching across activities, Recall will take regular snapshots and help you find things faster and easier,” Microsoft said in its blog post. “When you need to find or get back to something you’ve done previously, open Recall and authenticate with Windows Hello.”

Security and Protection

Recall won’t be enabled by default, so you’ll need to opt in to use it. You’ll then need to set up Windows Hello, which means you can access your snapshots only through facial or fingerprint recognition, a PIN, or a physical security key. You can turn off the feature at any time if you no longer want it to be active.

Conclusion

With all the ups and downs of Recall, will it finally catch on, or will people continue to resist it? We’ll see what happens after more Windows users take it for a spin.

FAQs

Q: What is Recall?

A: Recall is an AI-powered feature that takes snapshots of your activity in Windows, acting as an advanced search tool to help you find things you’ve done and seen.

Q: Is Recall enabled by default?

A: No, Recall is not enabled by default. You’ll need to opt in to use it and set up Windows Hello authentication to access your snapshots.

Q: How secure is Recall?

A: Recall’s snapshot data is encrypted, and only the user can access it through Windows Hello authentication. The feature is not shared with the company or third parties, and is not used for training purposes.

Q: Can I turn off Recall?

A: Yes, you can turn off Recall at any time if you no longer want it to be active.

Palantir Is Helping DOGE With a Massive IRS Data Project

0

Palantir Tapped for IRS Mega API Project

Palantir, the software company cofounded by Peter Thiel, is part of an effort by Elon Musk’s so-called Department of Government Efficiency (DOGE) to build a new “mega API” for accessing Internal Revenue Service records, IRS sources tell WIRED.

DOGE and Palantir Collaborate on API Project

For the past three days, DOGE and a handful of Palantir representatives, along with dozens of career IRS engineers, have been collaborating to build a single API layer above all IRS databases at an event previously characterized to WIRED as a “hackathon,” sources tell WIRED. Palantir representatives have been onsite at the event this week, a source with direct knowledge tells WIRED.

What is an API?

APIs are application programming interfaces, which enable different applications to exchange data and could be used to move IRS data to the cloud and access it there. DOGE has expressed an interest in the API project possibly touching all IRS data, which includes taxpayer names, addresses, social security numbers, tax returns, and employment data. The IRS API layer could also allow someone to compare IRS data against interoperable datasets from other agencies.

Potential Consequences of the API Project

Should this project move forward to completion, DOGE wants Palantir’s Foundry software to become the “read center of all IRS systems,” a source with direct knowledge tells WIRED, meaning anyone with access could view and have the ability to possibly alter all IRS data in one place. It’s not currently clear who would have access to this system.

Palantir’s Foundry Software

Foundry is a Palantir platform that can organize, build apps, or run AI models on the underlying data. Once the data is organized and structured, Foundry’s “ontology” layer can generate APIs for faster connections and machine learning models. This would allow users to quickly query the software using artificial intelligence to sort through agency data, which would require the AI system to have access to this sensitive information.

Timeline and Progress

Engineers tasked with finishing the API project are confident they can complete it in 30 days, a source with direct knowledge tells WIRED.

Palantir’s Government Contracts

Palantir has made billions in government contracts. The company develops and maintains a variety of software tools for enterprise businesses and government, including Foundry and Gotham, a data-analytics tool primarily used in defense and intelligence. Palantir CEO Alex Karp recently referenced the “disruption” of DOGE’s cost-cutting initiatives and said, “Whatever is good for America will be good for Americans and very good for Palantir.” Former Palantir workers have also taken over key government IT and DOGE roles in recent months.

IRS Response

The Treasury Department did not respond to a request for comment confirming Palantir’s role in the project.

“The Treasury Department is pleased to have gathered a team of long-time IRS engineers who have been identified as the most talented technical personnel. Through this coalition, they will streamline IRS systems to create the most efficient service for the American taxpayer,” a Treasury spokesperson tells WIRED. “This week, the team participated in the IRS Roadmapping Kickoff, a seminar of various strategy sessions, as they work diligently to create efficient systems. This new leadership and direction will maximize their capabilities and serve as the tech-enabled force multiplier that the IRS has needed for decades.”

Conclusion

The collaboration between DOGE and Palantir on the IRS mega API project raises concerns about the potential consequences of having sensitive IRS data accessible in one place. The project’s timeline and Palantir’s involvement in government contracts also raise questions about the company’s influence in government initiatives.

FAQs

Q: What is DOGE?

A: DOGE is the Department of Government Efficiency, a team led by Elon Musk with the goal of cutting costs and increasing efficiency in government agencies.

Q: What is Palantir?

A: Palantir is a software company cofounded by Peter Thiel that develops and maintains software tools for enterprise businesses and government agencies.

Q: What is the IRS mega API project?

A: The IRS mega API project is an effort to build a single API layer above all IRS databases, enabling access to sensitive IRS data and potentially allowing users to compare IRS data against interoperable datasets from other agencies.

Q: Will Palantir’s Foundry software be used in the project?

A: Yes, Palantir’s Foundry software will be used to organize, build apps, and run AI models on the underlying data, as well as generate APIs for faster connections and machine learning models.

Q: When will the API project be completed?

A: Engineers tasked with finishing the API project are confident they can complete it in 30 days.

Q: Has Palantir been involved in government contracts?

A: Yes, Palantir has made billions in government contracts and has developed software tools for defense and intelligence agencies, among others.

Meta’s Vanilla Maverick AI Model Ranks Below Rivals

0

Meta’s Llama 4 Maverick Model Falls Short in Unmodified Form

Background on the Incident
Earlier this week, Meta landed in hot water for using an experimental, unreleased version of its Llama 4 Maverick model to achieve a high score on a crowdsourced benchmark, LM Arena. The incident prompted the maintainers of LM Arena to apologize, change their policies, and score the unmodified, vanilla Maverick.

The Unmodified Maverick’s Performance
The unmodified Maverick, “Llama-4-Maverick-17B-128E-Instruct,” was ranked below models including OpenAI’s GPT-4o, Anthropic’s Claude 3.5 Sonnet, and Google’s Gemini 1.5 Pro as of Friday. Many of these models are months old.

Why the Poor Performance?
Meta’s experimental Maverick, Llama-4-Maverick-03-26-Experimental, was “optimized for conversationality,” the company explained in a chart published last Saturday. Those optimizations evidently played well to LM Arena, which has human raters compare the outputs of models and choose which they prefer.

The Issue with LM Arena
As we’ve written about before, for various reasons, LM Arena has never been the most reliable measure of an AI model’s performance. Still, tailoring a model to a benchmark — besides being misleading — makes it challenging for developers to predict exactly how well the model will perform in different contexts.

Meta’s Response
In a statement, a Meta spokesperson told TechCrunch that Meta experiments with “all types of custom variants.”

“‘Llama-4-Maverick-03-26-Experimental’ is a chat optimized version we experimented with that also performs well on LMArena,” the spokesperson said. “We have now released our open source version and will see how developers customize Llama 4 for their own use cases. We’re excited to see what they will build and look forward to their ongoing feedback.”

Conclusion
The incident highlights the importance of transparency and fairness in the development and evaluation of AI models. Meta’s actions have raised questions about the reliability of benchmarks like LM Arena and the potential for model optimization to create unrealistic expectations.

Frequently Asked Questions

Q: What happened with Meta and LM Arena?
A: Meta used an experimental, unreleased version of its Llama 4 Maverick model to achieve a high score on LM Arena, prompting the maintainers of the benchmark to apologize and change their policies.

Q: How did the unmodified Maverick perform?
A: The unmodified Maverick, “Llama-4-Maverick-17B-128E-Instruct,” was ranked below models including OpenAI’s GPT-4o, Anthropic’s Claude 3.5 Sonnet, and Google’s Gemini 1.5 Pro.

Q: Why did Meta’s experimental Maverick perform well on LM Arena?
A: Meta’s experimental Maverick was optimized for conversationality, which played well to LM Arena’s human rater-based evaluation.

Q: What is Meta’s response to the incident?
A: Meta has released its open source version of the Llama 4 model and is excited to see how developers customize it for their own use cases.

7 Strategic Insights for AI Transformation in 2025

Enterprise Connect 2025: AI-Enabled Transformation and Workflow Automation

1. AI Agents: The New Standard for Efficiency and Engagement

AI-powered agents have moved beyond proof-of-concept to full-scale enterprise deployment. Organizations leveraging AI-driven customer service and internal automation are seeing measurable gains in efficiency, cost savings, and user satisfaction. AI is not replacing human interaction but augmenting it, allowing organizations to deliver faster, more consistent, and context-aware experiences.

2. Platform vs. Point Solutions: Striking the Right Balance

The ongoing debate between adopting a unified platform versus specialized point solutions is more relevant than ever. While platforms provide seamless integration across Unified Communications (UC) and contact center environments, point solutions can often offer cutting-edge innovation in niche areas.

3. Practical vs. Magical AI: Cutting through the Hype

AI innovation continues rapidly, but enterprises must distinguish between practical AI that delivers tangible ROI and aspirational solutions (aka magical AI) that lack immediate business value. Practical AI enhances agent productivity, reduces handle times, and personalizes customer interactions in ways that directly impact revenue and operational efficiency.

4. Unified Communications and Contact Center Integration: The Path to Seamless CX

The long-promised convergence of UC and contact centers is now imperative for business. Siloed communication systems create inefficiencies and friction, whereas integrated solutions enable seamless transitions between employee collaboration and customer interactions.

5. AI-Driven Analytics: Turning Data into Actionable Intelligence

Enterprises now generate vast amounts of interaction data, but the true competitive advantage sits with AI-powered analytics. Real-time sentiment analysis, predictive modeling, and conversational intelligence redefine how organizations measure and optimize performance across customer-facing and internal communications.

6. Workflow Automation: Driving Business Outcomes through Intelligent Orchestration

Automation is no longer just a convenience but a necessity for streamlining complex business processes and enhancing customer journeys. AI-enabled workflow automation reduces manual effort, accelerates response times, and ensures consistency across all interaction channels (e.g., web, phone, social media, email).

7. Final Thoughts: Making AI and Automation Work for Business Success

Enterprise Connect 2025 made one thing abundantly clear: AI and automation are no longer optional; they are increasingly incorporated into most CX and contact center systems and processes to support business performance. However, technology leaders must make informed decisions, ensuring their investments drive real business value.

Conclusion:

The focus must be on practical, scalable solutions that enhance efficiency, improve customer experiences, and generate tangible financial results. By aligning technology choices with strategic business goals, CX, contact center, and IT leaders can unlock new levels of growth and innovation in an AI-powered world.

Frequently Asked Questions:

Q: What is the key takeaway from Enterprise Connect 2025?
A: AI and automation are no longer optional; they are increasingly incorporated into most CX and contact center systems and processes to support business performance.

Q: How can organizations make the most of AI-powered analytics?
A: Organizations must be aware of the capabilities and have easy access to on-demand learning materials to learn how to leverage AI analytics in their activities.

Q: What is the most critical factor in evaluating AI agents?
A: Technology buyers must evaluate AI agents based on their ability to process inquiries and their impact on operational efficiency and customer loyalty.

Q: How can organizations strike the right balance between platform and point solutions?
A: Organizations must weigh the trade-offs: platforms may reduce complexity but risk vendor lock-in, whereas best-of-breed solutions can provide differentiation but introduce integration challenges. A strategic approach — prioritizing flexibility and long-term interoperability — will define business success.

Baldur’s Gate 3 Gets 12 New Subclasses

0

Baldur’s Gate 3 Patch 8: What’s New and When to Expect

Patch 8 Details

Larian Studios has announced that Patch 8 for Baldur’s Gate 3 will be launching on April 15th, bringing a plethora of new features and improvements to the game. This patch is set to be the game’s last major update, and it’s been a long time coming, with the original announcement made in November 2022.

New Subclasses

One of the most significant additions in Patch 8 is the introduction of 12 new subclasses, which means each of the game’s main classes will be getting an additional subclass. This includes:

  • Bard
  • Barbarian
  • Cleric
  • Druid
  • Paladin
  • Fighter
  • Monk
  • Ranger
  • Rogue
  • Sorcerer
  • Warlock
  • Wizard

You can find the full list of new subclasses in Larian’s November post.

Crossplay and Photo Mode

Patch 8 also introduces crossplay, allowing players to play multiplayer with their friends no matter what platform they’re on.

Additionally, the game will feature a new photo mode, offering features like:

  • Different lens settings
  • Scene settings
  • Stickers

Twitch Stream

Larian will be hosting a Twitch stream about Patch 8 on April 16th at 9AM ET, where you can get more information and insights about the update.

Conclusion

Patch 8 promises to be a significant update for Baldur’s Gate 3, bringing new subclasses, crossplay, and photo mode to the game. With its launch on April 15th, players can expect a fresh and exciting experience.

Frequently Asked Questions

Q: When is Patch 8 launching?
A: Patch 8 is launching on April 15th.

Q: What new features are being added in Patch 8?
A: The patch will introduce 12 new subclasses, crossplay, and a photo mode.

Q: Will the new subclasses be available for all classes?
A: Yes, each of the game’s main classes will get an additional subclass.

Q: Can I play multiplayer with friends on different platforms?
A: Yes, with crossplay, you’ll be able to play with friends regardless of the platform.

Q: What features will the photo mode have?
A: The photo mode will include different lens settings, scene settings, and stickers.

ChatGPT Boosts Memory Capabilities

0

OpenAI Enhances ChatGPT with Improved Memory Features

OpenAI has added better memory features to ChatGPT, allowing the AI to remember more from your past chats. This means you’ll get more personalized responses without needing to repeat yourself.

Sam Altman’s Announcement

Sam Altman, CEO of OpenAI, made the announcement on X:

a few times a year i wake up early and can’t fall back asleep because we are launching a new feature ive been so excited about for so long.

today is one of those days!

— Sam Altman (@sama) April 10, 2025

we have greatly improved memory in chatgpt–it can now reference all your past conversations!

this is a surprisingly great feature imo, and it points at something we are excited about: ai systems that get to know you over your life, and become extremely useful and personalized.

— Sam Altman (@sama) April 10, 2025

Starting today, memory in ChatGPT can now reference all of your past chats to provide more personalized responses, drawing on your preferences and interests to make it even more helpful for writing, getting advice, learning, and beyond. pic.twitter.com/s9BrWl94iY

— OpenAI (@OpenAI) April 10, 2025

How ChatGPT’s Improved Memory Works

The new memory system works in two main ways:

  1. Saved Memories: These are specific details ChatGPT saves for later use. Examples include your preferences or instructions you want it to remember.
  2. Chat History Reference: This lets ChatGPT look back at your past conversations to give better answers, even if you didn’t specifically ask it to remember something.

OpenAI explains:

“ChatGPT can now remember helpful information between conversations, making its responses more relevant and personalized. Whether you’re typing, speaking, or generating images in ChatGPT, it can recall details and preferences you’ve shared and use them to tailor its responses.”

This represents a significant expansion from the previous memory implementation, which was limited to just a handful of key facts that users often had to ask ChatGPT to remember explicitly.

User Controls and Privacy Considerations

You have full control over what ChatGPT remembers:

  • You can turn off memory features in your settings
  • You can review and delete specific memories
  • You can start “Temporary Chats” that don’t use or create memories
  • ChatGPT won’t automatically remember sensitive information like health details unless you ask it to

OpenAI states:

“You’re in control of what ChatGPT remembers. You can delete individual memories, clear specific or all saved memories, or turn memory off entirely in your settings.”

Where there was once a single checkbox to disable or enable memory tracking, the interface now has two distinct options:

  • “Reference saved memories” (the original, limited memory feature), and
  • “Reference chat history” (the new, comprehensive memory system)

Availability & Limitations

Right now, ChatGPT Plus and Pro subscribers are getting these new memory features. Free users can only use “Saved Memories,” not the “Chat History” feature.

These features aren’t available in European countries like the UK, Switzerland, and others. This is probably because of data privacy laws in those regions.

If you have ChatGPT Enterprise, workspace owners can control everyone’s memory features. Since February 2025, Enterprise and Education customers have 20% more memory capacity.

Implications for Marketers and SEO Professionals

For marketers and SEO pros, these memory improvements make ChatGPT much more useful:

  • Consistent Creations: ChatGPT remembers your brand voice and style across different sessions
  • Easier SEO Work: It recalls past discussions about site structure, keywords, and algorithm updates
  • Smoother Projects: You won’t need to repeat project details every time you start a new chat

OpenAI notes:

“The more you use ChatGPT, the more useful it becomes. You’ll start to notice improvements over time as it builds a better understanding of what works best for you.”

What’s Next for AI Memory

OpenAI says memory features aren’t available for custom GPTs yet, but they’ll add them later. When that happens, GPT creators can enable memory for their custom GPTs.

Each GPT will have its own separate memory. Memories won’t be shared between different GPTs or with the main ChatGPT.

Conclusion

The improved memory features in ChatGPT make it a more powerful tool for users, particularly marketers and SEO professionals. With the ability to recall past conversations and preferences, ChatGPT can provide more personalized and relevant responses, making it an essential tool for daily work.

FAQs

Q: What are the new memory features in ChatGPT?

A: The new memory features include Saved Memories and Chat History Reference, which allow ChatGPT to recall details and preferences you’ve shared and use them to tailor its responses.

Q: Can I control what ChatGPT remembers?

A: Yes, you can turn off memory features in your settings, review and delete specific memories, or start Temporary Chats that don’t use or create memories.

Q: Are the new memory features available for all users?

A: Currently, only ChatGPT Plus and Pro subscribers can use the new memory features. Free users can only use the original, limited memory feature.

Q: Are there any limitations on the new memory features?

A: Yes, the new memory features are not available in European countries like the UK, Switzerland, and others due to data privacy laws in those regions.

ASUS ProArt Laptop: $300 Off for a Limited Time

0

The Best Creative Laptop Deal Today

A Powerful 2-in-1 Laptop for Content Creators

Not a lot of laptops are marketed at content creators, but the ASUS ProArt PX13 is a compact powerhouse that appeals to all kinds of creative disciplines. It’s not the most affordable 2-in-1 laptop out there, but it’s currently $300 off over at Best Buy bringing the price to only $1,399.99 for a limited time.

Key Features

  • Powerful machine with Copilot+ AI features
  • Handy ASUS Dial on the trackpad for multitasking
  • RTX 4050 GPU for CAD and AutoCAD, 3D modeling, and other creative tasks
  • Ryzen AI 9 HX 370 CPU for advanced NPU power
  • 13.3-inch OLED touchscreen with sharp display
  • 2-in-1 design for flexibility and compact form for commuting

What Makes it Stand Out

When we reviewed this laptop, we found it to be a powerful machine with Copilot+ AI features and the handy ASUS Dial on the trackpad can be used to change things like brush sizes that make multitasking a breeze. It’s an excellent laptop for CAD and AutoCAD and 3D modelling thanks to its RTX 4050 GPU, but also lends itself well to any creative discipline with advanced NPU power combined with a Ryzen AI 9 HX 370 CPU.

The Display

ASUS is renowned for its super sharp displays, and also manufactures some of the best monitors for graphic artists. The 13.3-inch OLED touchscreen on this laptop is no exception. The compact form makes it ideal for commuters, and the display’s quality is unmatched in its class.

Limited Time Offer

This laptop is currently on sale for $1,399.99 at Best Buy, a $300 discount from its regular price. Don’t miss out on this opportunity to get your hands on a powerful and versatile laptop for your creative needs.

Best Deals and Prices

Below, you can find the best deals and lowest prices on the ASUS ProArt range in your region and worldwide using our clever deals widget. It updates 24/7, so be sure to bookmark this page and keep checking for the right time to buy.

Conclusion

The ASUS ProArt PX13 is a powerful and versatile laptop that is perfect for content creators. With its advanced features, OLED touchscreen, and compact design, it’s an excellent choice for anyone looking for a reliable and high-performance laptop. Don’t miss out on this limited time offer and get your hands on this amazing laptop today.

FAQs

Q: What is the current price of the ASUS ProArt PX13?
A: The current price of the ASUS ProArt PX13 is $1,399.99 at Best Buy, a $300 discount from its regular price.

Q: What are the key features of the ASUS ProArt PX13?
A: The key features of the ASUS ProArt PX13 include Copilot+ AI features, ASUS Dial on the trackpad, RTX 4050 GPU, Ryzen AI 9 HX 370 CPU, 13.3-inch OLED touchscreen, and 2-in-1 design.

Q: Is this laptop suitable for CAD and AutoCAD, 3D modeling, and other creative tasks?
A: Yes, the ASUS ProArt PX13 is an excellent laptop for CAD and AutoCAD, 3D modeling, and other creative tasks due to its RTX 4050 GPU and Ryzen AI 9 HX 370 CPU.

Q: Is the display on this laptop OLED?
A: Yes, the display on the ASUS ProArt PX13 is a 13.3-inch OLED touchscreen with super sharp display quality.

Q: Is this laptop compact and portable?
A: Yes, the ASUS ProArt PX13 is a 2-in-1 laptop with a compact form that makes it ideal for commuting.