Skip to content
View Ted-Nadeau's full-sized avatar
  • Dot Line Inc.
  • Princeton, NJ
  • 18:55 (UTC -04:00)

Block or report Ted-Nadeau

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Ted-Nadeau/README.md

Ted Nadeau

Platform architect with 25 years building enterprise software, now focused on ambient AI and personal knowledge systems.

I'm drawn to problems where machines and humans reason together — systems that extend human judgment rather than replace it.


What I'm exploring

Machine Augmented Reasoning (MAR)

The most interesting near-term AI work is not automation — it's augmentation. The design principle: AI proposes, human decides. Candidates, not actions. Reviewable artifacts, not autonomous side effects.

LLMs are stochastic — they generate plausible outputs, not provably correct ones. The natural complement is formal reasoning: SMT (Satisfiability Modulo Theories) solvers — z3, cvc5, pySMT — are deterministic and complete. Given a set of constraints, they either find a satisfying assignment or prove none exists. Where an LLM approximates, a solver verifies.

This suggests a layered architecture: the stochastic layer (LLM) generates candidates, the constraint layer (SMT / Amazon Bedrock Guardrails) validates them, and the human layer decides. Formal methods catch logical inconsistencies that humans miss; humans catch contextual and ethical failures that formal systems can't express. Neither replaces the other.

Graph Neural Networks (GNNs), Graph Foundation Models (GFMs) & Large Relational Models (LRMs)

Learning on structured relational data — knowledge graphs, conversation graphs, entity networks that evolve over time. Particularly interested in GNNs as the representation layer for personal memory: how do you model what you know, who you know, and how ideas connect across years of conversations? The knowledge graph is the long game beneath the transcript.

LLMs emerged when transformer architectures were scaled on language. The analog for relational data is coming: Graph Foundation Models (GFMs) and Large Relational Models (LRMs) — foundation models trained at scale on graph-structured and relational data, capable of emergent relational reasoning the way LLMs exhibit emergent language reasoning. GNNs (PyG, DGL) are the architectural primitive; relational deep learning (RelBench) and GFMs are early signals of what scale will unlock. Where LLMs answer what does this mean, LRMs will answer how does this connect.

Vibe-Coding Best Practices

AI-assisted development is a genuinely new discipline and most practitioners are still treating it like autocomplete on steroids. I've built an opinionated workflow around session orientation, agent memory, human-in-the-loop review, and document-driven context that makes AI coding tools reliably useful rather than occasionally impressive. Working toward making this teachable and shareable.


Current work

RecordEverything (coming public)

A continuous personal memory system. Passive ambient audio capture → chunked ASR transcription → listener-driven candidate extraction (tasks, commitments, questions, assertions, decisions) → searchable, chat-able timeline grounded in source audio.

Local-first. Human-review-gated. Raw audio is immutable ground truth. Derived artifacts are versioned and traceable back to source timestamps.

Explores: MAR in practice · listener pipeline architecture · conversation microstructure extraction · knowledge graph construction from speech


Demo projects & experiments

Small focused experiments — GNN applications, MAR primitives, vibe-coding tooling. Indexing here as they ship.


Writing & thinking

Notes on MAR, GNNs, and AI-assisted development — coming.


Find me

LinkedIn  ·  Email

Popular repositories Loading

  1. Princeton-45L-Data Princeton-45L-Data Public

    Data about a house in Princeton, NJ - Solar generation, energy usage

    1

  2. datasets_original datasets_original Public

    Forked from codeforprinceton/datasets_original

    This is a catalog for the datasets in their acquired form.

  3. smart-on-fhir-tutorial smart-on-fhir-tutorial Public template

    Forked from cerner/smart-on-fhir-tutorial

    SMART on FHIR developer tutorial

    JavaScript

  4. piper-morgan-product piper-morgan-product Public

    Forked from mediajunkie/piper-morgan-product

    Intelligent Product Management Assistant - v1.0

    Python

  5. Ted-Nadeau Ted-Nadeau Public