Thinkers360
Interested in getting your own thought leader profile? Get Started Today.

FRANK MORALES

Boeing Associate Technical Fellow at The Boeing Company

Montreal, Canada

Frank Morales is a Boeing Associate Technical Fellow /Technical Lead for Cloud-Interoperability Native Services at Boeing Global Services, Digital Solutions, and Analytics.

In 1989, He received both B. Eng. and M. Eng. degrees in computer engineering and Avionics and Artificial Intelligence with distinctions from the Institute of Civil Aviation Engineers in Kyiv, Ukraine. He then became a 2001 senior member of IEEE. https://news.ieee.ca/2002/jan2002.htm#smupdates

Frank is a devout inventor, author, and speaker. He holds three US patents (7,092,748, 10,467,910, 10,522,045). He has published several technical peer-review papers in prestigious journals such as Nature and authored a book chapter. He was a speaker at the 59th AGIFORS Annual Symposium with the theme entitled "Multi-Agent Systemic Approach to Support Dynamic Airline Operations based on Cloud Computing." His Google Scholar is here: https://scholar.google.com/citations?user=IlTdC5IAAAAJ&hl=en

He received several individual awards for his accomplishments with The Boeing Co. He also earned accreditation from the Massachusetts Institute of Technology (MIT) in the Sloan Executive Program Field Of Study Technology Strategies and Leadership.

He is a highly commended, analytical, and seasoned professional with a broad background in software and systems architecture, system integration, and project management. He possesses hands-on experience in business solutions architecture in the biomedical technology and aerospace industries. Demonstrate top-notch organizational skills in optimizing strategies to bridge the technical and business worlds while integrating technical solutions toward business problem resolutions.

I love the open-source community, and my GitHub repository for Machine/Deep Learning and AI is here:

https://github.com/frank-morales2020/MLxDL

He speaks fluently Spanish, Russian, and English.

FRANK MORALES Points
Academic 20
Author 227
Influencer 36
Speaker 3
Entrepreneur 150
Total 436

Points based upon Thinkers360 patent-pending algorithm.

Thought Leader Profile

Portfolio Mix

Company Information

Company Type: Enterprise
Business Unit: The Boeing Co.
Theatre: Canada
Minimum Project Size: N/A
Average Hourly Rate: N/A
Number of Employees: 100,000+
Company Founded Date: 1916

Areas of Expertise

Agentic AI 41.91
Agile 30.68
AI 32.45
Analytics 30.93
Architecture
Big Data 30.02
Business Continuity
Cloud 30.50
DevOps
Education
Engineering
Future of Work 30.02
Generative AI 43.38
Healthcare 31.21
HealthTech
Innovation 30.03
IT Leadership
IT Strategy 30.47
Open Source 100
Predictive Analytics 32.54

Industry Experience

Aerospace & Defense
Healthcare
Higher Education & Research
Pharmaceuticals
Professional Services

Publications

1 Analyst Report
Automating Journeys to the Moon and Mars: Leveraging Large Language Models for Space Flight Planning
medium.com
February 10, 2025
A proof-of-concept (POC) system has been developed to automate space flight planning for missions to the Moon and Mars, leveraging large language models (LLMs), specifically OpenAI's GPT-4. The system, built around a `SpaceFlightPlanningAgent` class, uses GPT-4 to generate detailed flight plans, including launch dates, trajectories, maneuver schedules, communication plans, and contingency plans. It interacts with the LLM using OpenAI's Chat Completions API and breaks down the flight plan into sections to manage the model's context window.

A significant challenge during development was preventing response truncations, particularly in the "Trajectory" section. This was addressed using a multi-pronged approach: iterative response retrieval in smaller chunks, response chunking using OpenAI's `finish_reason` attribute, and careful prompt engineering to ensure specific and concise outputs, incorporating quantitative data and adhering to mission constraints. Despite these efforts, some truncations persisted, necessitating further refinement of parameters and prompts.

The system was tested with Orion spacecraft missions to the Moon and Mars. For an Earth-to-Moon mission, a launch date of 2026-11-17 at 02:43:00 UTC was generated, but trajectory details were truncated. For an Earth-to-Mars mission, the system generated a launch date of July 17, 2026, at 14:30:00 UTC, chosen for optimal Earth-Mars alignment to facilitate a fuel-efficient Hohmann transfer and minimize radiation exposure.

The Earth-to-Mars trajectory is broken into four phases:

* **Launch Phase**: Orion launches on a heavy-lift rocket to Low Earth Orbit (LEO).
* **Trans-Mars Injection (TMI)**: A second burn from LEO initiates the Hohmann transfer orbit to Mars, timed with optimal planetary alignment (opposition), which occurs approximately every 26 months. The Delta-v requirement for TMI is about $3.6 \text{ km/s}$ from LEO.
* **Cruise Phase**: The most extended phase, lasting several months, with minor course corrections as needed. The trajectory minimizes exposure to high-radiation areas.
* **Mars Orbit Insertion (MOI)**: This maneuver slows the spacecraft for capture into Mars's orbit. The Delta-v requirement is approximately $1.0-1.5 \text{ km/s}$ and occurs at the closest approach to Mars (periapsis).

The maneuver schedule also includes:

* **Launch from Earth**: Approximately $9.5-10 \text{ km/s}$ Delta-v.
* **Mid-Course Corrections**: Typically small, around $0.1-0.2 \text{ km/s}$ Delta-v, performed a few weeks after TMI and as needed.
* **Descent Orbit Insertion**: Approximately $0.4 \text{ km/s}$ Delta-v, performed at apoapsis of Mars orbit.
* **Entry, Descent, and Landing (EDL)**: Primarily atmospheric drag, with descent propulsion requiring about $0.2 \text{ km/s}$ Delta-v.
* **Ascent from Mars**: Approximately $4.1 \text{ km/s}$ Delta-v, timed for an optimal return window.
* **Trans-Earth Injection (TEI)**: Around $1.0 \text{ km/s}$ Delta-v from Mars's orbit.
* **Mid-Course Corrections (Return Journey)**: Small adjustments, typically $0.1-0.2 \text{ km/s}$.
* **Earth Orbit Insertion**: Approximately $0.5-1.0 \text{ km/s}$ Delta-v.
* **Deorbit Burn and Landing**: Around $0.1-0.2 \text{ km/s}$ Delta-v.

The communication plan primarily relies on NASA's Deep Space Network (DSN) for two-way communication. It accounts for communication delays due to the varying distance between Earth and Mars (3 to 22 minutes at light speed). Strategies to address communication blackouts (such as Orion on the far side of Mars) include using a Mars Orbiter as a relay station. Solar conjunctions (Mars behind the Sun) occur every 26 months and require planned avoidance or autonomous operation. A secondary communication system using X-band or Ka-band frequencies provides redundancy.

Contingency plans include:

* **Launch Vehicle Failure**: Orion's Launch Abort System (LAS) would pull the crew module away for a safe splashdown.
* **Missed Maneuver Opportunities**: The spacecraft can enter a solar orbit or stable orbit, using reserve fuel to attempt the burn at the next window.
* **Spacecraft Malfunction**: Orion features redundancies and a "safe mode" that allows ground teams to diagnose issues.

The POC demonstrates LLMs' potential for automating space flight planning, reducing time and resources for mission design, and increasing efficiency in space exploration. Future work involves incorporating real-world data, exploring alternative LLM architectures, and fine-tuning custom models.

See publication

Tags: Agentic AI, Generative AI, Predictive Analytics

214 Article/Blogs
Context Engineering: Shaping the Future of Agentic AI
Import from medium.com
July 25, 2025
Frank Morales Aguilera, BEng, MEng, SMIEEEBoeing Associate Technical Fellow /Engineer /Scientist /Inventor /Cloud Solution Architect /Software Developer /@ Boeing Global ServicesIn the rapidly evolving landscape of artificial intelligence (AI), the ability of systems to understand and act upon nua

See publication

Tags: Agentic AI, Generative AI, Predictive Analytics

Gemini 2.5 and PLDM: An AI Agent for Intelligent Flight Planning in the Latent Space
Import from medium.com
July 24, 2025
Frank Morales Aguilera, BEng, MEng, SMIEEEBoeing Associate Technical Fellow /Engineer /Scientist /Inventor /Cloud Solution Architect /Software Developer /@ Boeing Global ServicesThe ambitious goal of developing an AI agent capable of sophisticated flight planning necessitates a synergistic integra

See publication

Tags: Agentic AI, Generative AI, Predictive Analytics

The Integrated AI Agent for Flight Planning: A Gemini 2.5 Perspective with JEPA and PLDM
Import from medium.com
July 24, 2025
Frank Morales Aguilera, BEng, MEng, SMIEEEBoeing Associate Technical Fellow /Engineer /Scientist /Inventor /Cloud Solution Architect /Software Developer /@ Boeing Global ServicesThe aspiration to create an advanced AI agent for flight planning necessitates a harmonious blend of diverse artificial

See publication

Tags: Agentic AI, Generative AI, Predictive Analytics

AI Agent for Flight Planning: A Multimodal Approach with V-JEPA and Gemini LLM
Import from medium.com
July 23, 2025
Frank Morales Aguilera, BEng, MEng, SMIEEEBoeing Associate Technical Fellow /Engineer /Scientist /Inventor /Cloud Solution Architect /Software Developer /@ Boeing Global ServicesThe intricate world of aviation demands precision, real-time awareness, and robust decision-making. Flight planning, in

See publication

Tags: Agentic AI, Generative AI, Predictive Analytics

The Architecture of an Intelligent Agent: From Concept to Action with Qwen3–8B
Import from medium.com
July 22, 2025
Frank Morales Aguilera, BEng, MEng, SMIEEEBoeing Associate Technical Fellow /Engineer /Scientist /Inventor /Cloud Solution Architect /Software Developer /@ Boeing Global ServicesThe evolution of artificial intelligence is rapidly moving beyond simple question-answering towards the development of s

See publication

Tags: Agentic AI, Generative AI, Open Source

A Comprehensive Look at Mistral AI’s LLM Portfolio
Import from medium.com
July 22, 2025
Frank Morales Aguilera, BEng, MEng, SMIEEEBoeing Associate Technical Fellow /Engineer /Scientist /Inventor /Cloud Solution Architect /Software Developer /@ Boeing Global ServicesMistral AI, a rapidly emerging force in the artificial intelligence landscape, was founded in Paris, France, by former r

See publication

Tags: Agentic AI, Generative AI, Open Source

The Synergy of Agentic AI, RAG, and LLMs in Flight Planning with Gemini 2.5 Flash
Import from medium.com
July 22, 2025
Frank Morales Aguilera, BEng, MEng, SMIEEEBoeing Associate Technical Fellow /Engineer /Scientist /Inventor /Cloud Solution Architect /Software Developer /@ Boeing Global ServicesThe landscape of Artificial Intelligence is rapidly evolving, moving beyond simple conversational interfaces to sophisti

See publication

Tags: Agentic AI, Generative AI, Predictive Analytics

The Autonomous AI Flight Planning Agent with OpenAI: A Synthesis of Intelligence and Practical…
Import from medium.com
July 21, 2025
The Autonomous AI Flight Planning Agent with OpenAI: A Synthesis of Intelligence and Practical ApplicationFrank Morales Aguilera, BEng, MEng, SMIEEEBoeing Associate Technical Fellow /Engineer /Scientist /Inventor /Cloud Solution Architect /Software Developer /@ Boeing Global ServicesThe intricate

See publication

Tags: Agentic AI, Generative AI, Predictive Analytics

Python Libraries to Build Agentic AI
Import from medium.com
July 21, 2025
Frank Morales Aguilera, BEng, MEng, SMIEEEBoeing Associate Technical Fellow /Engineer /Scientist /Inventor /Cloud Solution Architect /Software Developer /@ Boeing Global ServicesThe field of AI development is undergoing rapid evolution, with several powerful frameworks emerging to simplify the dev

See publication

Tags: Agentic AI, Generative AI, Predictive Analytics

Agentic AI for ARC-AGI3: A Hybrid Approach with Reinforcement Learning, Grok-4, and Gemini LLMs
Import from medium.com
July 21, 2025
Frank Morales Aguilera, BEng, MEng, SMIEEEBoeing Associate Technical Fellow /Engineer /Scientist /Inventor /Cloud Solution Architect /Software Developer /@ Boeing Global ServicesThe Abstract and Reasoning Corpus (ARC) tasks present a significant challenge to artificial intelligence, demanding huma

See publication

Tags: Agentic AI, Generative AI, Predictive Analytics

The Orchestration of Intelligence: AI Agents with Grok-4 and Tool Calling
Import from medium.com
July 21, 2025
Frank Morales Aguilera, BEng, MEng, SMIEEEBoeing Associate Technical Fellow /Engineer /Scientist /Inventor /Cloud Solution Architect /Software Developer /@ Boeing Global ServicesIn the rapidly evolving landscape of artificial intelligence, the paradigm of the AI agent, capable not merely of genera

See publication

Tags: Agentic AI, Generative AI, Predictive Analytics

The Transformative Power of Agentic AI in Banking with Grok-4: A Paradigm Shift for Personalized…
Import from medium.com
July 21, 2025
The Transformative Power of Agentic AI in Banking with Grok-4: A Paradigm Shift for Personalized ServicesFrank Morales Aguilera, BEng, MEng, SMIEEEBoeing Associate Technical Fellow /Engineer /Scientist /Inventor /Cloud Solution Architect /Software Developer /@ Boeing Global ServicesThe core concep

See publication

Tags: Agentic AI, Generative AI, Predictive Analytics

The Orchestrating Mind: Extending Large Language Model Architectures with Agentic AI
Import from medium.com
July 19, 2025
Frank Morales Aguilera, BEng, MEng, SMIEEEBoeing Associate Technical Fellow /Engineer /Scientist /Inventor /Cloud Solution Architect /Software Developer /@ Boeing Global ServicesThe rapid evolution of Large Language Models (LLMs) has revolutionized artificial intelligence, enabling machines to und

See publication

Tags: Agentic AI, Generative AI, Open Source

Agentic AI and Grok-4: The Synergy of AI and Specialized Tools in Flight Planning
Import from medium.com
July 19, 2025
Frank Morales Aguilera, BEng, MEng, SMIEEEBoeing Associate Technical Fellow /Engineer /Scientist /Inventor /Cloud Solution Architect /Software Developer /@ Boeing Global ServicesThe intricate world of aviation demands precision, real-time data, and robust decision-making. Flight planning, a corner

See publication

Tags: Agentic AI, Generative AI, Predictive Analytics

The Dawn of Autonomous Space Exploration: Agentic AI and a Grok-4, a powerful, large language…
Import from medium.com
July 19, 2025
The Dawn of Autonomous Space Exploration: Agentic AI and a Grok-4, a powerful, large language model, Powered Vision for Mars Mission PlanningFrank Morales Aguilera, BEng, MEng, SMIEEEBoeing Associate Technical Fellow /Engineer /Scientist /Inventor /Cloud Solution Architect /Software Developer /@ B

See publication

Tags: Agentic AI, Generative AI, Predictive Analytics

Agentic AI and Grok-4 in Drug Discovery: Revolutionizing Pharmaceutical Research with Intelligent…
Import from medium.com
July 19, 2025
Agentic AI and Grok-4 in Drug Discovery: Revolutionizing Pharmaceutical Research with Intelligent, Autonomous AutomationFrank Morales Aguilera, BEng, MEng, SMIEEEBoeing Associate Technical Fellow /Engineer /Scientist /Inventor /Cloud Solution Architect /Software Developer /@ Boeing Global Services

See publication

Tags: Agentic AI, Generative AI, Predictive Analytics

Kraken: A Cornerstone of the Cryptocurrency Exchange Ecosystem with Agentic API Integration
Import from medium.com
July 18, 2025
Frank Morales Aguilera, BEng, MEng, SMIEEEBoeing Associate Technical Fellow /Engineer /Scientist /Inventor /Cloud Solution Architect /Software Developer /@ Boeing Global ServicesIntroductionKraken, founded in 2011 by Jesse Powell in San Francisco, California, is a premier cryptocurrency exchange s

See publication

Tags: Agentic AI, Generative AI, Predictive Analytics

Grok 4 and Agentic AI: The Dual Power of Advanced AI for Reasoning and Automation
Import from medium.com
July 16, 2025
Frank Morales Aguilera, BEng, MEng, SMIEEEBoeing Associate Technical Fellow /Engineer /Scientist /Inventor /Cloud Solution Architect /Software Developer /@ Boeing Global ServicesThe advent of sophisticated artificial intelligence models marks a pivotal shift in how we approach complex challenges,

See publication

Tags: Agentic AI, Generative AI, Predictive Analytics

The Agentic Revolution in Scientific Discovery: An AI for CRISPR Gene Editing
Import from medium.com
July 09, 2025
Frank Morales Aguilera, BEng, MEng, SMIEEEBoeing Associate Technical Fellow /Engineer /Scientist /Inventor /Cloud Solution Architect /Software Developer /@ Boeing Global ServicesThe landscape of scientific research is on the cusp of a profound transformation, driven by the advent of sophisticated

See publication

Tags: Agentic AI, Generative AI, Predictive Analytics

The Symphony of AI: Multi-Agent Systems in Simulated Financial Decision-Making with CrewAI…
Import from medium.com
July 09, 2025
The Symphony of AI: Multi-Agent Systems in Simulated Financial Decision-Making with CrewAI, Bitcoin, Kraken, and Gemini 2.5 FlashFrank Morales Aguilera, BEng, MEng, SMIEEEBoeing Associate Technical Fellow /Engineer /Scientist /Inventor /Cloud Solution Architect /Software Developer /@ Boeing Global

See publication

Tags: Agentic AI, Generative AI, Predictive Analytics

The Agentic AI in Financial Markets: A Case Study in Bitcoin Trading
Import from medium.com
July 08, 2025
Frank Morales Aguilera, BEng, MEng, SMIEEEBoeing Associate Technical Fellow /Engineer /Scientist /Inventor /Cloud Solution Architect /Software Developer /@ Boeing Global ServicesThe field of artificial intelligence is rapidly evolving, and its application in financial markets is particularly promi

See publication

Tags: Agentic AI, AI, Generative AI

From Ground to Sky: Gemini 1.5’s Role in Intelligent Flight Orchestration
Import from medium.com
July 08, 2025
Frank Morales Aguilera, BEng, MEng, SMIEEEBoeing Associate Technical Fellow /Engineer /Scientist /Inventor /Cloud Solution Architect /Software Developer /@ Boeing Global ServicesThe AI agent, outlined in the code, is not just a flight planner but a sophisticated interpreter of user requests. It be

See publication

Tags: Agentic AI, AI, Generative AI

The Synergy of Agent AI and Gemini in Cryptocurrency Analysis
medium.com
July 07, 2025

See publication

Tags: Agentic AI, AI, Generative AI

The Synergy of AI Agents, Gemini 2.5 Flash LLMs, and Blockchain: A New Paradigm for Autonomous Systems
medium.com
July 07, 2025

See publication

Tags: Agentic AI, AI, Generative AI

The Synergy of AI Agents, Gemini 2.5
Import from medium.com
July 07, 2025
The Synergy of AI Agents, Gemini 2.5 Flash LLMs, and Blockchain: A New Paradigm for Autonomous SystemsFrank Morales Aguilera, BEng, MEng, SMIEEEBoeing Associate Technical Fellow /Engineer /Scientist /Inventor /Cloud Solution Architect /Software Developer /@ Boeing Global ServicesIn an era increasi

See publication

Tags: Agentic AI, AI, Generative AI

2 Industry Badges
Deep Learning Specialization
.coursera.org
October 26, 2024
The Deep Learning Specialization will help you understand the foundational concepts in deep learning. Build and train Convolutional Neural Networks, Recurrent Neural Networks, LSTMs, and Transformers, and learn how to enhance their performance with techniques such as Dropout, Batch Normalization, Xavier/He initialization, and more. Learn industry applications using Python and TensorFlow to tackle real-world use cases such as speech recognition, music synthesis, chatbots, machine translation, natural language processing, and more.

See publication

Tags: Agentic AI, AI, Generative AI

AI for Medicine
.coursera.org
October 26, 2024
In this Specialization, you gained practical experience applying machine
learning to concrete problems in medicine. You learned how to
diagnose chest x-rays and brain scans, evaluate your models, handle
missing data, and estimate the effect of treatments. Now you can help
transform the practice of medicine worldwide. You can go on to
pursue a career in the medical industry as a data scientist, machine
learning engineer, innovation officer, or business analyst!

See publication

Tags: Agentic AI, AI, Generative AI

2 Industry Certifications
Program Certificate - Executive Certificate in Management and Leadership
MIT Sloan School of Management
June 11, 2019
Why earn an Executive Certificate from MIT Sloan?:

An Executive Certificate from MIT Sloan is an opportunity to dive deeply into the topics that matter to you most. It is a formal recognition of your professional development. And, as many executives, mid-career managers, and technical professionals attest, it can be a significant catalyst in your career. You can deepen your executive skillset, get up to speed on timely business topics, or tailor your certificate to address your challenges.

While you will receive a course completion certificate after each course, our Executive Certificates are designed around a central track and consist of several courses.

https://exec.mit.edu/s/certificate-holder-community/certificate-holder-detail?id=0036g000017AUM5AAO

Credential ID https://www.linkedin.com/in/frank-morales1964/overlay/1635475339334/single-media-viewer/?profileId=A

See credential

See publication

Tags: Agentic AI, AI, Open Source

MIT Sloan & MIT CSAIL Artificial Intelligence: Implications for Business Strategy Program
MIT Sloan School of Management
August 13, 2018

See publication

Tags: Agentic AI, AI, Generative AI

4 Journal Publications
An integrated operations solution for gate-to-gate airline operations
Published in: 2011 Integrated Communications, Navigation, and Surveillance Conference Proceedings
May 10, 2011

See publication

Tags: AI, Analytics, Predictive Analytics

A Systems Biology Analysis of the Drosophila Phagosome
Nature, 2007 Jan 4;445(7123):95-101.
January 01, 2007

See publication

Tags: Agile, Analytics, Generative AI

Multicomponent Internal Recalibration of an LC−FTICR-MS Analysis Employing a Partially Characterized Complex Peptide Mixture:  Systematic and Random Errors
Analytical Chemistry Vol 77 / Issue 22
October 12, 2005

See publication

Tags: AI, Analytics, Predictive Analytics

A General Statistical Analysis for fMRI Data
NeuroImage Volume 15, Issue 1, January 2002, Pages 1-15
January 31, 2002

See publication

Tags: AI, Generative AI, Predictive Analytics

2 Patents
Flight schedule disruption awareness systems and methods
uspto.gov
November 05, 2019

Patent Number 10467910 and United States Patent 10522045

See publication

Tags: Agentic AI, Generative AI, Predictive Analytics

System and method for the tomography of the primary electric current of the brain and of the heart
uspto.gov
August 15, 2006

Patent Number United States Patent 7092748

See publication

Tags: Agentic AI, Generative AI, Predictive Analytics

4 Patent Pendings
SYSTEMS AND METHODS FOR ANALYZING UTILIZATION OF AIRCRAFT WITHIN A FLEET
freepatentsonline.com
September 07, 2023

See publication

Tags: Agentic AI, Open Source, Predictive Analytics

Tat-005 and Methods of Assessing and Treating Cancer
freepatentsonline.com
July 22, 2010

See publication

Tags: AI, Generative AI, Predictive Analytics

TAT- 001 and methods of assessing and treating cancer
freepatentsonline.com
May 10, 2007

See publication

Tags: Agile, Open Source, Predictive Analytics

Mass intensity profiling system and uses thereof
freepatentsonline.com
July 10, 2003

See publication

Tags: Agentic AI, Generative AI, Predictive Analytics

1 Workshop
Multi-Agent Systemic Approach to Support Dynamic Airline Operations based on Cloud Computing
AGIFORS
October 01, 2019

See publication

Tags: Agentic AI, AI, Predictive Analytics

Thinkers360 Credentials

8 Badges

Radar

Blog

3 Article/Blogs
Transforming Drug Discovery: The ADMET Agentic AI and Grok-4 Powered Pipeline
Thinkers360
July 19, 2025

The quest for new medicines has historically been a protracted and resource-intensive endeavour, often marked by trial-and-error experimentation and substantial financial investments. However, the advent of artificial intelligence is rapidly transforming this landscape, ushering in an era of 'in silico' drug discovery. This paradigm shift, vividly demonstrated by an ADMET agentic AI pipeline featuring a Grok-4 agent, holds the promise to significantly accelerate the identification of promising drug candidates by simulating complex biological and chemical processes computationally, instilling optimism about the future of pharmaceutical research.

In silico ADMET refers to the use of computational (or "silico") methods to predict the Absorption, Distribution, Metabolism, Excretion, and Toxicity of chemical compounds, particularly drug candidates.

Here's a breakdown:

  • In silico: This term means "performed on computer or via computer simulation." It contrasts with in vitro (in a test tube) and in vivo (in a living organism).
  • ADMET: These are five crucial pharmacokinetic and toxicological properties that determine how a drug behaves in the body and its potential for harm:
    • Absorption: How well a drug enters the bloodstream from its site of administration (e.g., gut, skin).
    • Distribution: How the drug spreads throughout the body's tissues and organs once absorbed.
    • Metabolism: How the body chemically modifies the drug, often breaking it down.
    • Excretion: How the drug and its metabolites are eliminated from the body (e.g., via urine, feces).
    • Toxicity: The potential for a drug to cause adverse effects or harm to the body.

Purpose in Drug Discovery: The primary goal of in silico ADMET prediction is to screen potential drug candidates early in the discovery process. By predicting these properties computationally, researchers can:

  • Filter out undesirable compounds: Identify molecules likely to have poor bioavailability, rapid metabolism, unfavourable distribution, or significant toxicity before costly and time-consuming laboratory experiments or clinical trials.
  • Prioritize promising candidates: Focus resources on compounds with more favourable ADMET profiles.
  • Guide molecular design: Inform medicinal chemists on how to modify chemical structures to improve their ADMET properties.
  • By minimizing late-stage failures due to ADMET issues, the ADMET agentic AI pipeline has the potential to significantly reduce costs and accelerate timelines in the drug discovery process. In the Canvas code, the predict_admet_tool function simulates this process, providing mock predictions for various ADMET characteristics, such as "Human Oral Bioavailability," "Hepatotoxicity," and "CYP2D6 Inhibition." While the actual predictions in the demo are random, they represent the types of outputs a real in silico ADMET model would generate.

The concept behind the provided code is to demonstrate a simulated in silico drug discovery pipeline using an AI agent. This pipeline leverages a large language model (LLM), specifically a simulated Grok-4 agent, to orchestrate and automate various steps in the drug discovery process. The core idea is to replace or augment traditional, time-consuming, and expensive wet-lab experiments with computational simulations. By using specialized "tools" that mimic real-world drug discovery actions (like synthesizing molecules, identifying disease targets, running assays, and predicting ADMET properties), the AI agent can rapidly explore, evaluate, and prioritize potential drug candidates. The code establishes a framework where the AI agent receives a query, determines which computational tool is most suitable to address that query, executes the tool (which provides simulated results), and then interprets these results to give a coherent response. This enables a fast, iterative, and data-driven approach to drug discovery, allowing researchers to quickly filter out unpromising compounds and focus resources on those with the highest potential. The "simulation" aspect means that while the interactions between the agent and the tools are fundamental, the outcomes of the drug discovery steps (e.g., yield percentage, binding affinity) are randomly generated to illustrate the process, rather than reflecting actual experimental data.

The Grok-4 agent, serving as the intelligent orchestrator of the sophisticated pipeline, is equipped with a suite of specialized tools. This AI acts as a central brain, interpreting complex queries and delegating tasks to the appropriate computational modules. Whether the task involves synthesizing a molecule, identifying a disease target, simulating an assay, or predicting ADMET properties, the agent seamlessly integrates these diverse functionalities, enabling a highly efficient workflow.

The final output presents a simulated drug discovery pipeline managed by a Grok 4 agent, demonstrating its capabilities through a series of seven distinct steps.

  • Initial Setup and Agent Initialization: The process begins with the establishment of the computational environment and the instantiation of the AI agent, which is then ready to process queries using its suite of specialized tools.
  • Simulated Molecule Synthesis: The agent demonstrates its ability to simulate the synthesis of chemical compounds, providing estimated yields, purities, and procedural outlines.
  • Target Identification for Diseases: The pipeline then identifies potential biological targets for specific diseases, such as Alzheimer's, detailing relevant kinases and receptors.
  • Biological Assay Simulations: The agent simulates various biological assays, such as binding and viability tests, to assess molecule activity against identified targets, yielding simulated activity scores and corresponding interpretations.
  • ADMET Property Predictions: A crucial step involves predicting the ADMET profile of drug candidates, including absorption, distribution, metabolism, excretion, and toxicity characteristics.
  • Cancer Target Identification: The pipeline further showcases its versatility by identifying a range of potential drug targets specifically for various types of cancer.
  • Subsequent Molecule Synthesis Simulations: The process concludes with additional simulated molecule synthesis tasks, confirming the agent's iterative capabilities in the development of drug candidates.
  • Overall, the final output illustrates a comprehensive, automated, and simulated workflow for early-stage drug discovery, highlighting the AI agent's role in orchestrating computational tasks and interpreting results.

While the current demonstration operates in a simulated environment, the implications of such an ADMET agentic AI pipeline are profound. It represents a significant leap towards truly automated and intelligent drug discovery, where AI can not only process vast amounts of data but also make informed decisions, suggest modifications, and predict outcomes with unprecedented speed. This capability holds the potential to drastically accelerate the pace at which new therapeutic agents are brought to market, offering hope for addressing currently intractable diseases. By integrating advanced AI with specialized computational tools, the future of drug discovery promises to be more efficient, cost-effective, and ultimately, more successful in delivering life-changing medicines.

See blog

Tags: Agentic AI, Generative AI, Predictive Analytics

MISTRAL AI Agents for Protein Folding: A Conceptual Framework
Thinkers360
July 11, 2025

MISTRAL AI Agents for Protein Folding: A Conceptual Framework

The intricate process by which a linear chain of amino acids folds into a unique, three-dimensional structure is fundamental to all biological life. This "protein folding problem" is notoriously complex, yet its understanding is crucial for advancements in medicine, biotechnology, and material science. The advent of artificial intelligence presents powerful new avenues for tackling this challenge. As demonstrated by a recent AI agent system, a modular, multi-agent approach can effectively dissect and address various facets of protein folding, from data acquisition to ethical considerations, showcasing a sophisticated framework for scientific inquiry.

At the heart of this innovative approach lies the multi-agent paradigm. Instead of a monolithic AI attempting to solve the entire problem, the system employs several specialized AI agents, each endowed with distinct expertise and a set of tools. This modularity offers significant advantages: it allows for the division of labour, promotes scalability, and enables each agent to specialize in a specific domain, thereby enhancing efficiency and accuracy. This specialization reflects the collaborative nature of real-world scientific research, where experts from various fields come together to achieve a common goal, inviting you to be part of this collaborative journey.

The practical application of the MISTRAL AI system's conceptual framework is vividly illustrated through the agents' outputs. The Protein Sequence Data Agent, acting as a biological librarian, swiftly fetches an amino acid sequence and associated metadata for a given protein ID, even identifying existing experimental 3D structures. This immediate access to foundational data is a clear demonstration of the system's capabilities.

Following this, the Folding Prediction & Simulation Agent steps in, conceptually simulating the dynamic process of folding. While a short amino acid sequence might prove insufficient for a meaningful prediction, the agent can still outline the process of molecular dynamics simulation, detailing how minor structural fluctuations might occur over a short period, such as 10 nanoseconds. This highlights the agent's understanding of the underlying scientific principles, even when precise data is limited.

The code demonstrates the architecture and functionality of an AI agent system designed for protein folding analysis. The core concept is to use a multi-agent system built with the Mistral AI SDK to simulate a complex scientific workflow. The system is structured around several specialized agents, each responsible for a specific domain task:

  • Modularization of Tasks: Different agents handle distinct aspects of the protein folding problem, including data retrieval, prediction and simulation, misfolding analysis, result synthesis, and ethical considerations.
  • Tool Utilization: Each agent is equipped with specific tools (implemented as mock functions in this demonstration) that allow them to perform domain-specific actions, such as fetching sequences, predicting structures, or running simulations.
  • The agents work together in a coordinated manner, calling specific tools based on user queries. The system manages a conversation history and processes tool outputs to generate comprehensive responses, showcasing the orchestration and workflow of the MISTRAL AI system. Pydantic Integration: The ProteinFoldResult Pydantic model ensures that the final production, synthesized by the result synthesis agent, adheres to a standardized structure for data exchange.

Conceptual Simulation: The demonstration utilizes 'mock' functions to simulate the behaviour of complex scientific processes (such as AlphaFold or GROMACS), illustrating how agents would interact in a real-world scenario without requiring actual high-performance computing resources. This showcases the system's ability to handle complex scientific processes, instilling confidence in its capabilities. The overall goal is to showcase how AI agents can be configured and tested to automate a scientific workflow, explicitly addressing the challenges of protein folding and analysis.

The final output of the code, as presented in the provided code, summarizes the results of the executed test cases and the interactions between the agents. The code execution output demonstrates that the AI agents successfully performed their designated tasks using the conceptual (mock) tools defined in the notebook.

Here is a summary of the final output for each test case:

  • Protein Sequence Data Agent: The agent successfully fetched the amino acid sequence and metadata for UniProt ID P0DTD1, confirming it is 1273 amino acids long. When queried about experimental 3D structures for P0DTD1, the agent identified known structures available in the Protein Data Bank (PDB), specifically 6VSB and 6M0J.
  • Folding Prediction & Simulation Agent: The agent's attempt to predict an initial 3D structure for a short sequence failed because the sequence was deemed too short for meaningful prediction. In the molecular dynamics simulation test, the agent conceptually simulated a 10-nanosecond run. The output noted that minor structural fluctuations were observed, but no major folding event occurred in that short time frame.
  • Misfolding Analysis & Intervention Agent: The agent successfully identified potential misfolding hotspots in the SARS-CoV-2 Spike protein, specifically residues 600-610 and 980-990. These regions were identified based on analysis showing hydrophobic patches prone to aggregation, with a propensity score of 0.75.
  • Result Synthesis & Interpretation Agent: The agent synthesized a comprehensive report based on the provided mock prediction and misfolding data. The final output reported a predicted structure confidence score of 0.9, identified misfolding regions H1 and H2 with a propensity score of 0.8, and estimated a folding time of 1000 ns. It also suggested Hsp70 as a relevant chaperone.
  • Historical and Ethical Context: The agent provided a summary of key milestones related to Levinthal's Paradox, starting with Cyrus Levinthal's proposal in 1969. When analyzing the ethical implications of using CRISPR for proteinopathies, the agent's output highlighted several concerns, including germline editing, accessibility and equity issues, and off-target effects.

Further along the analytical pipeline, the Misfolding Analysis & Intervention Agent takes center stage. Protein misfolding is implicated in numerous diseases, making its identification paramount. This agent can pinpoint 'hotspots' – specific regions within a protein prone to misfolding or aggregation. By analyzing simulated data, it identifies areas, such as residues 600-610 and 980-990 in a hypothetical protein, attributing their propensity for misfolding to hydrophobic patches. Such insights are invaluable for understanding disease mechanisms and designing therapeutic interventions. Finally, to consolidate these disparate findings, the Result Synthesis & Interpretation Agent weaves together the predicted structures, folding dynamics, and misfolding analyses into a comprehensive report, complete with confidence scores and potential chaperone recommendations. This agent transforms raw data and analytical insights into actionable knowledge, demonstrating the power of AI in generating structured scientific summaries and empowering you with comprehensive information.

Beyond the purely scientific aspects, the system also incorporates a crucial dimension: ethical consideration. The Historical & Ethical Context Agent provides a broader perspective, capable of recalling significant milestones in protein science, such as Cyrus Levinthal's paradox, which underscored the immense complexity of protein folding.

In essence, this multi-agent AI system for protein folding exemplifies a powerful approach to tackling complex scientific problems. By breaking down a grand challenge into manageable, specialized tasks handled by interconnected agents, the system demonstrates how AI can facilitate comprehensive analysis, accelerate discovery, and even integrate ethical foresight into the scientific process. While the current demonstration utilizes conceptual mock data, the underlying framework lays a robust foundation for future AI-driven research, promising to unlock more profound insights into protein behaviour and its implications for human health.

See blog

Tags: Agentic AI, Generative AI, Open Source

AI Agents with Mistral AI LLMs: A New Paradigm for Scientific Discovery
Thinkers360
July 01, 2025

The landscape of scientific inquiry is rapidly evolving, driven by the increasing complexity of grand challenges that defy traditional, single-disciplinary approaches. From the mysteries of the universe to the intricacies of life at the molecular level, these problems demand innovative solutions. A promising paradigm emerging to meet this demand is the development of modular AI agent frameworks, which leverage diverse large language models (LLMs) and specialized tools to orchestrate sophisticated problem-solving. This approach, exemplified by the MSTRAL AI Agents framework, provides a powerful blueprint for accelerating discovery, sparking curiosity, and inspiring exploration, as demonstrated by its conceptual application to the notoriously challenging protein folding problem.

The code illustrates a conceptual framework for developing and evaluating AI agents intended to address complex scientific challenges. The core idea is to break down a significant, multifaceted problem (like understanding protein folding or proving relativity) into smaller, manageable sub-problems, each handled by a specialized AI agent. Here's the breakdown of the concept:

  • Modular AI Agents: Instead of a single monolithic AI, the system employs multiple, distinct "agents." Each agent is given a specific role and set of "tools" to perform tasks related to its specialization. This promotes modularity, allowing different parts of a complex problem to be addressed by other agents, invoking a sense of flexibility and adaptability in the audience. Diverse Large Language Models (LLMs): A key aspect of this design is that different agents can be powered by different Large Language Models (LLMs). For instance, one agent might use a "large-latest" model for tasks requiring extensive knowledge retrieval. In contrast, another approach might use a "medium-latest" model for more analytical or synthesis-oriented tasks, where a slightly smaller, more focused model could be more efficient. This allows for optimization, where the most appropriate LLM (based on its capabilities, cost, or speed) can be chosen for each agent's specific role.
  • Tool-Use Paradigm: Agents don't directly solve the problem themselves in a deep, algorithmic sense within this framework. Instead, they act as intelligent orchestrators that decide which external "tool" is best suited to answer a given sub-query. These tools are functions that perform specific, often complex, operations (e.g., fetching data, running simulations, analyzing information).
  • Mock Tools for Simulation: For demonstration and testing purposes, the "tools" are represented by "mock functions." These mock functions don't perform real-world computations or interact with actual external systems. Instead, they return predefined, simulated outputs, allowing the developer to test the agent's logic and decision-making flow without needing a fully integrated and resource-intensive backend.
  • Agent Specialization: Each agent is assigned a description and a name that clearly defines its purpose. For example, the 'Protein Sequence Data Agent' is responsible for retrieving and analyzing protein sequence data from various sources. At the same time, the 'Folding Prediction & Simulation Agent' focuses on predicting and simulating protein folding patterns. This specialization enables the overall system to manage complexity and route queries effectively. Prompt-Driven Interaction: The client. Chat. The complete function represents how a user or another part of the system interacts with these agents. By providing a query (a natural language instruction), the agent's underlying large language model determines which tool to invoke and with what arguments based on its training and the tools available to it.
  • Iterative Problem Solving (Implicit): While not fully implemented in the provided test cases, the framework supports iterative problem-solving. An agent might call a tool, receive its output, and then use that output to inform a subsequent tool call or to generate a final response. The conversation_history array facilitates this by keeping track of the dialogue turns, including user queries, agent responses, and tool outputs. In essence, the code models a system where specialized AI agents, each potentially powered by a different LLM, collaborate by intelligently selecting and using specialized functions (tools) to process information and make progress on a complex problem, invoking a sense of teamwork and cooperation in the audience.

Based on the code, two different Large Language Models (LLMs) are used for the AI agents, both developed by Mistral AI:

  • Mistral-large-latest: This model is used for the "Protein Sequence Data Agent." It is presented as a robust and comprehensive model, likely intended for tasks requiring extensive knowledge retrieval, broad understanding, and complex reasoning, such as searching and retrieving diverse scientific data.
  • Magistral-medium-latest: This model is employed by the "Folding Prediction & Simulation Agent," "Misfolding Analysis & Intervention Agent," "Result Synthesis & Interpretation Agent," and "Historical & Ethical Context Agent." The document indicates that magistral-medium-latest is the first and, for now, the only Mistral AI model noted explicitly in the context of these agents within the original code. Its use across multiple specialized agents suggests it's a versatile model suitable for various reasoning and information processing needs within focused scientific and historical domains. The reasoning for selecting this model, given its "medium" designation, would typically involve a balance of its robust analytical and conceptual understanding capabilities, along with considerations for computational efficiency or cost, making it well-suited for the specific, defined tasks of these agents.

 

A crucial strategic advantage of this modular design lies in its capacity to incorporate diverse LLMs. The framework enables different agents to be powered by various underlying large language models, each selected for its specific strengths and capabilities. For instance, an agent tasked with broad knowledge retrieval, such as a "Protein Sequence Data Agent," might utilize a powerful model like mistral-large-latest. This model's "large-latest" designation suggests it is optimized for comprehensive understanding and complex reasoning across vast datasets, making it ideal for fetching diverse scientific information. Conversely, agents focused on more analytical, conceptual, or synthesis-oriented tasks, like the "Folding Prediction & Simulation Agent" or the "Result Synthesis & Interpretation Agent," might employ a "medium-latest" model. The magistral-medium-latest model noted as the primary Mistral AI model for these agents in the provided context, is likely selected for its balance of robust analytical capabilities and computational efficiency. This strategic matching of LLM capabilities to agent-specific tasks ensures that each component of the problem-solving pipeline is handled by the most suitable AI, optimizing both performance and resource utilization.

The practical utility of this framework is vividly illustrated by its conceptual application to the protein folding problem in bioscience. This challenge, encapsulated by Levinthal's Paradox, seeks to understand how proteins rapidly achieve their precise three-dimensional structures and, conversely, how misfolding leads to debilitating diseases.

The final output demonstrates the successful execution of refactored AI agents designed to tackle the protein folding problem, leveraging the Mistral AI Agents framework. The agents were successfully created and interacted with their respective mock tools, responding relevant to the bioscience field. Specifically, the output shows:

  • Protein Sequence Data Agent: Successfully fetched the amino acid sequence and metadata for UniProt ID P0DTD1 (SARS-CoV-2 Spike Glycoprotein), confirming its length and availability, and also retrieved mock PDB IDs (6VSB, 6M0J) for experimental 3D structures.
  • Folding Prediction & Simulation Agent: Attempted to predict an initial 3D structure for a partial hemoglobin alpha sequence, but noted the sequence was too short for a meaningful prediction. It then conceptually simulated a 10-nanosecond molecular dynamics run on a given initial structure, observing minor structural fluctuations.
  • Misfolding Analysis & Intervention Agent: Identified conceptual misfolding hotspots (residues 600-610 and 980-990) with a propensity score of 0.75 in the SARS-CoV-2 Spike protein.
  • Result Synthesis & Interpretation Agent: Successfully synthesized a report on protein folding and misfolding characteristics based on provided mock prediction and analysis data, including a predicted structure URL, confidence score, estimated folding time, and potential misfolding regions.
  • Historical & Ethical Context Agent: Provided key milestones related to Levinthal's Paradox in protein science, starting with Cyrus Levinthal's proposal in 1969. It also analyzed the ethical implications of using CRISPR for treating proteinopathies, highlighting concerns such as germline editing, accessibility, and off-target effects.

The "Protein Sequence Data Agent" successfully retrieves mock protein sequences and experimental structure data, laying the groundwork for analysis. The "Folding Prediction & Simulation Agent" conceptually attempts to predict protein structures and simulate molecular dynamics, thereby demonstrating the modelling aspect. The "Misfolding Analysis & Intervention Agent" identifies hypothetical misfolding hotspots and suggests interventions, showcasing its role in disease understanding. All these findings are then consolidated by the "Result Synthesis & Interpretation Agent" into a comprehensive report. Furthermore, the "Historical & Ethical Context Agent" offers a broader perspective, discussing milestones such as Levinthal's Paradox and analyzing the ethical implications of cutting-edge bioscience applications, including CRISPR for proteinopathies. The output demonstrates the agents' ability to process queries, invoke their specialized tools (even if mocked), and generate domain-specific responses, showcasing the framework's potential for tackling real-world scientific complexities.

The implications of such AI agent frameworks for scientific discovery are profound. By automating and intelligently orchestrating complex research workflows, these systems can accelerate hypothesis generation, data analysis, and experimental design. They offer the capacity to navigate and synthesize vast amounts of information, identify subtle patterns that human researchers might miss, and explore computational spaces far more efficiently. This represents a significant step beyond simple automation, moving towards a future where AI agents act as intelligent, collaborative partners in the scientific process, freeing human researchers to focus on higher-level conceptualization and interpretation. The modularity and adaptability of this framework suggest that its applicability extends beyond bioscience to other grand challenges, including drug discovery, materials science, climate modelling, and beyond.

In conclusion, the conceptual framework demonstrated by the Gemini 2.0 AI Agents, with its emphasis on modular AI agents, diverse LLM utilization, and specialized tool use, represents a compelling new paradigm for scientific problem-solving. By intelligently decomposing complex challenges and orchestrating specialized AI components, this approach offers a powerful pathway to unravelling some of the most enduring mysteries in science, ushering in an era of accelerated discovery and innovation.

See blog

Tags: Agentic AI, AI, Open Source

Opportunities

Contact FRANK MORALES

Book a Video Meeting

Media Kit

Share Profile

Contact Info

  Profile

FRANK MORALES


Latest Activity

Latest Member Blogs

Search
How do I climb the Thinkers360 thought leadership leaderboards?
What enterprise services are offered by Thinkers360?
How can I run a B2B Influencer Marketing campaign on Thinkers360?