Research

Research

Exploring complex systems through mathematics, scientific computing, data science, and artificial intelligence.

I am interested in understanding complex systems through mathematical models, computational methods, and intelligent algorithms. Whether the application concerns environmental dynamics, healthcare, or scientific data infrastructure, the underlying scientific challenge stays the same: constructing models that are mathematically rigorous, computationally reliable, and useful for decision making. Everything below follows from that one challenge.


Research Questions

I don’t organize my work around projects first. Projects exist because of these questions.

  • How can mathematical models better represent complex environmental systems?

    Seasonal forcing, delayed effects, and incomplete measurements make environmental systems resistant to simple models. I'm interested in how much structure a compartmental approach can capture before it needs to become something more complex.

    Related: Mathematical Modelling · Environmental Modelling

  • How can scientific computing improve the reliability of numerical simulations?

    A simulation is only as trustworthy as the stability of the scheme producing it. I look at how discretization choices (finite differences, operator splitting) decide whether a result reflects the physics or just numerical artifacts.

    Related: Scientific Computing · Numerical Analysis

  • How can artificial intelligence support scientific discovery while remaining transparent and reproducible?

    Machine learning can find structure I wouldn't specify by hand, but only if it stays interpretable enough to validate. I'm interested in architectures that combine symbolic reasoning with learned components without losing that transparency.

    Related: Artificial Intelligence · Machine Learning

  • How can data infrastructures improve reproducibility in computational research?

    Most data platforms are built for business scale. I'm interested in what changes when reproducibility, not throughput, is the primary design constraint.

    Related: Scientific Data Infrastructure

  • How can mathematical modelling contribute to healthcare decision support?

    A model that informs a health decision carries a different burden of proof than one that doesn't. I'm interested in decision-support tools precise enough to be useful and honest enough to be questioned.

    Related: Healthcare Analytics · Biostatistics


Research Themes

Ten perspectives on the same underlying problem, not a checklist of skills.

  • Applied Mathematics

    Why it matters. Every model in this research program starts as a mathematical object before it becomes anything computational.

    Scientific challenge. Formalizing a real system precisely enough that the mathematics constrains the model, rather than the other way around.

    Current application. Compartmental ODE systems, group-theoretic structures, differential equations underlying every project below.

    The language everything else here is written in.

  • Scientific Computing

    Why it matters. A correct equation with no way to evaluate it is not yet useful.

    Scientific challenge. Discretizing continuous mathematics without discretizing away the physics it describes.

    Current application. Finite-difference and operator-splitting schemes for wave propagation and atmospheric flow models.

    The bridge between a proof and a prediction.

  • Numerical Analysis

    Why it matters. Simulation results are only as trustworthy as the stability of the scheme producing them.

    Scientific challenge. Guaranteeing convergence and stability under the specific constraints of the problem, not just in theory.

    Current application. Stability analysis for finite-difference schemes applied to strongly damped wave equations.

    The quality control layer beneath scientific computing.

  • Mathematical Modelling

    Why it matters. Complex environmental and health systems rarely have closed-form descriptions; they need models built for them.

    Scientific challenge. Capturing seasonal, non-autonomous dynamics without overfitting a model to a single dataset.

    Current application. Non-autonomous compartmental modelling of chlordecone environmental transfer and exposure.

    Where applied mathematics meets a specific, named scientific question.

  • Artificial Intelligence

    Why it matters. Some structure in complex systems is easier to learn from data than to derive analytically.

    Scientific challenge. Keeping learned models transparent and validated rather than treating them as black boxes.

    Current application. A multi-agent research framework combining symbolic reasoning with machine learning.

    Another modelling framework, held to the same rigor as the mathematical ones.

  • Machine Learning

    Why it matters. Classical statistical learning remains the most interpretable way to turn data into a decision signal.

    Scientific challenge. Choosing models simple enough to explain their own reasoning to a non-specialist.

    Current application. Random Forest-based risk scoring for clinical pre-triage prioritization.

    Where AI research becomes a usable decision-support tool.

  • Healthcare Analytics

    Why it matters. Health decisions carry real consequences, which makes them the highest-stakes test of whether a model can be trusted.

    Scientific challenge. Building decision support that is fast and interpretable without oversimplifying the underlying risk.

    Current application. Pre-triage prioritization tooling and public-health exposure modelling.

    The destination this entire research program is oriented toward.

  • Biostatistics

    Why it matters. Health and environmental data are noisy by nature; statistics is what keeps conclusions honest about that noise.

    Scientific challenge. Quantifying uncertainty in exposure and outcome estimates without overstating precision.

    Current application. Statistical grounding for exposure modelling and risk estimation work.

    The discipline that keeps healthcare-facing models accountable.

  • Environmental Modelling

    Why it matters. Environmental systems are where seasonal forcing, delayed effects, and human exposure intersect.

    Scientific challenge. Representing rainfall-driven, seasonal contamination dynamics with a model simple enough to interpret.

    Current application. Chlordecone contamination modelling in tropical ecosystems.

    A direct, concrete instance of mathematical modelling applied to public health.

  • Scientific Data Infrastructure

    Why it matters. A research result that can't be reproduced by someone else isn't finished, and reproducibility starts with the data layer.

    Scientific challenge. Designing infrastructure for reproducibility first, scale second, which most analytics stacks don't optimize for.

    Current application. A multi-tenant analytics platform integrating DuckDB, Apache Iceberg, dbt, and Trino.

    The engineering discipline that makes every other theme here reproducible, not just correct.


Current Research

Presented as ongoing scientific programs, not finished projects.

Mathematical Modelling of Chlordecone Contamination

Can a compartmental model capture seasonal, rainfall-driven chlordecone exposure precisely enough to inform public-health thresholds?

Motivation. Chronic soil and food-chain contamination in Guadeloupe needs quantitative exposure estimates, not just qualitative risk categories.

Methodology. Non-autonomous compartmental ODE systems with seasonal forcing, explored through interactive simulation.

Expected contribution. A reusable modelling framework for seasonal environmental exposure that could generalize beyond chlordecone.

Active research, 2025–2026

  • R
  • Shiny
  • ODE Systems
View project →

Character Theory over Finite Fields

What do the orthogonality relations of additive characters reveal about structure in finite fields?

Motivation. A theoretical thread that keeps the mathematical foundation sharp: pure structure, no application pressure.

Methodology. Formal construction of additive characters and their orthogonality relations, worked through directly.

Expected contribution. A clear, presentable account of a foundational result in finite field theory.

Presented, ongoing interest

  • Pure Mathematics
  • Group Theory
View case study →

Scientific Assistant

Can a multi-agent AI system combine symbolic mathematics, numerical methods, and literature retrieval without sacrificing reproducibility?

Motivation. Reproducible research needs tooling that doesn't outsource judgment to an opaque model.

Methodology. A local-first, multi-agent architecture combining symbolic reasoning, numerical methods, and RAG-based document intelligence.

Expected contribution. A transparent AI research assistant framework other researchers could adapt.

Active development, 2024–2026

  • Python
  • Multi-agent Systems
  • RAG
View project →

DataHut-DuckHouse

What does research-grade data infrastructure look like when reproducibility, not scale, is the primary constraint?

Motivation. Most analytics stacks optimize for business scale, not scientific reproducibility.

Methodology. A multi-tenant analytics platform integrating DuckDB, Apache Iceberg, Arrow Flight, dbt, and Trino.

Expected contribution. An open-source reference architecture for reproducible, modular research data infrastructure.

Active, 12+ GitHub stars

  • DuckDB
  • Apache Iceberg
  • dbt
  • Trino
View project →

Healthcare Decision-Support Systems

Can a lightweight, interpretable model give clinicians a trustworthy pre-triage signal without replacing their judgment?

Motivation. Emergency and public-health contexts need decision support that is fast, interpretable, and honest about its own uncertainty.

Methodology. A Random Forest-based triage prioritization tool, developed as a second angle on the same underlying question as the chlordecone work: trustworthy models for health decisions.

Expected contribution. A template for interpretable, validated decision-support tools in resource-constrained clinical settings.

Prototype complete

  • C++
  • Random Forest
  • Python
View project →

Research Framework

How a question here typically becomes an answer.

  1. Scientific Question
  2. Mathematical Model
  3. Numerical Method
  4. Scientific Computing
  5. Data
  6. Machine Learning
  7. Validation
  8. Decision Support

Research Outputs

Publications are one research output among several, alongside software, technical notes, and the projects above.

Preprints & Research Notes

Modélisation de l’exposition humaine au chlordécone

Published in ResearchGate (Preprint), 2026

Preprint on compartmental modeling of human exposure to chlordecone in tropical environments.

Recommended citation: Geovany B. P., Laguerre (2026). "Modélisation de l'exposition humaine au chlordécone." ResearchGate Preprint. DOI: 10.13140/RG.2.2.36238.01607
Download Paper

Exploring Finite Fields and Their Character Theory

Published in ResearchGate (Presentation), 2025

Presentation of the fundamental concepts of finite fields and character theory (additive characters, orthogonality, and key results).

Recommended citation: Geovany B. P., Laguerre (2025). "Exploring Finite Fields and Their Character Theory." ResearchGate Presentation. DOI: 10.13140/RG.2.2.13837.45285
Download Paper


Research Software

Software here is built to make a scientific question tractable, not to ship a product.

  • Scientific Assistant

    A local-first, multi-agent framework for reproducible scientific reasoning: symbolic mathematics, numerical methods, and document intelligence in one auditable pipeline.

    View project →
  • DataHut-DuckHouse

    A modular analytics platform built for reproducibility first: the data infrastructure underneath every other research program here.

    View project →
  • Chlordecone Simulation Toolkit

    An interactive Shiny instrument for exploring seasonal exposure scenarios, built so the model's assumptions are visible, not just its outputs.

    View project →
  • Medical Triage System

    A Random Forest-based decision-support instrument for pre-triage prioritization, designed for interpretability over raw accuracy.

    View project →

Open Science

None of this work is credible to me if it can’t be checked. That means code that runs for someone other than me, methods documented well enough to be challenged, and results that don’t depend on a specific machine to reproduce. GitHub hosts the code and technical notes; Geo’s Stories hosts the less formal record of how the ideas actually developed.

  • Version Control
  • Open Source
  • Reproducible Pipelines
  • Documented Methods
  • Public Technical Notes

Future Research

  • AI for Science
  • Scientific Machine Learning
  • Environmental Mathematics
  • Healthcare Analytics
  • Computational Biology
  • Decision Support Systems
  • Digital Health
  • Mathematical Epidemiology

These are directions I want to grow into, not results I’m claiming. The throughline that got me here (read on the Scientific Journey page) is the same one pointing toward them.

I welcome collaboration with universities, research laboratories, healthcare institutions, industry, public organizations, students, and interdisciplinary teams.