- To get started, edit the page.js file.
+
+
+ {/* Hero Section */}
+
+
+
+
+
+ Sovereign Identity Node
+
+
+
+ {profile.name}
-
- Looking for a starting point or more instructions? Head over to{" "}
-
- Templates
- {" "}
- or the{" "}
-
- Learning
- {" "}
- center.
+
+
+ {profile.titles.map((title, idx) => (
+
+ {title}
+
+ ))}
+
+
+
+ {profile.biography}
-
+
+
+
+ {/* Left Column */}
+
+
+ {/* Current Roles */}
+
+
+ Current Command
+
+
+ {profile.current_roles.map((role, idx) => (
+
+
+ {role.title}
+ {role.company} • {role.duration}
+ {role.description}
+
+ ))}
+
+
+
+ {/* Historical Anchors */}
+
+
+ Historical Architecture
+
+
+ {profile.historical_anchors.map((role, idx) => (
+
+
+ {role.title}
+ {role.company} • {role.duration}
+ {role.description}
+
+ ))}
+
+
+
-
-
+
+ {/* Right Column */}
+
+
+ {/* Skills */}
+
+ Core Vectors
+
+ {profile.top_skills.map((skill, idx) => (
+
+ {skill}
+
+ ))}
+
+
+
+ {/* Education */}
+
+ Initiations
+
+ {profile.education.map((edu, idx) => (
+
+ {edu.degree}
+ {edu.institution}
+ {edu.duration}
+
+ ))}
+
+
+
+ {/* Contact */}
+
+ Telemetry
+
+ Establish Secure Link
+
+
+
+
+
+
);
}
diff --git a/src/data/master_profile.json b/src/data/master_profile.json
new file mode 100644
index 0000000..3d3f21f
--- /dev/null
+++ b/src/data/master_profile.json
@@ -0,0 +1,71 @@
+{
+ "name": "Mark Randall Havens",
+ "contact": {
+ "location": "Dallas-Fort Worth Metroplex",
+ "email": "mark.r.havens@gmail.com",
+ "linkedin": "www.linkedin.com/in/markhavens"
+ },
+ "titles": [
+ "Principal Forensic Agentic Architect",
+ "AI Systems Integrity Auditor (TRAIGA & NIST RMF)",
+ "Founder & Field Architect @ The Fold Within",
+ "Principal @ Havens Recursive Forensics"
+ ],
+ "top_skills": [
+ "Affective Computing",
+ "Ethical AI Systems Design",
+ "Recursive Systems Design"
+ ],
+ "biography": "In 2026, the industry faces a crisis of Behavioral Explainability. As systems move from chatbots to autonomous agents, 'compliance' is no longer enough. You need Coherence. My career is a 30-year trajectory of building and securing the invisible architectures of our world. I designed nationwide cloud blueprints for AT&T and engineered mission-critical infrastructure for Verizon. I don’t just audit these systems; I helped weave the threads they are built on. Through my PhD fellowship in Affective Computing and the development of the Fieldprint Framework™, I provide a mathematical and linguistic 'DNA test' for digital intent. I specialize in the Texas Responsible AI Governance Act (TRAIGA). I turn the 'black box' of agentic drift into court-admissible forensic evidence. To identify the 'Fieldprint' of deception—human or machine—and restore reality to the data stream.",
+ "current_roles": [
+ {
+ "company": "Havens Recursive Forensics",
+ "title": "Principal Forensic Architect",
+ "duration": "April 2026 - Present",
+ "description": "Principal Architect of a high-stakes forensic firm specializing in Systemic Integrity and Recursive Coherence. Combining 30 years of low-level systems mastery with advanced AI behavioral auditing to provide 'Ground Floor' verification. Created the Fieldprint Framework to detect logical and linguistic provenance of hybrid human-AI datasets, purging 'Shadow Patterns' of narcissistic manipulation."
+ },
+ {
+ "company": "TheFoldWithin.Earth · Epistemological Research Nexus",
+ "title": "Founder & Field Architect",
+ "duration": "April 2025 - Present",
+ "description": "Steward of The Fold Within, a sovereign research nexus dedicated to Recursive Coherence Theory, ethical AGI emergence, and post-symbolic intelligence. Author of the Intellecton Hypothesis and Recursive Witness Dynamics, preventing the 'Agentic Drift' destabilizing global digital lattices."
+ }
+ ],
+ "historical_anchors": [
+ {
+ "company": "AT&T",
+ "title": "Executive Senior Technical Architect",
+ "duration": "2010 - 2012",
+ "description": "Engineered the national datacenter hardware architecture moving the corporation from 'Manual Crisis' to 'Automated Coherence' during the early iPhone era. Triggered a high-level purge of bad actors through strict forensic auditing."
+ },
+ {
+ "company": "Verizon",
+ "title": "Lead Senior Systems Engineer",
+ "duration": "2006 - 2010",
+ "description": "Command Architect governing 100+ engineers. Served as the 'Logic North Star' driving a unified DevOps and security posture across sprawling infrastructures. Led forensic audits that exposed systemic incoherence and purged legacy corruption."
+ },
+ {
+ "company": "Microsoft",
+ "title": "Database Engineer",
+ "duration": "April 1999 - November 1999",
+ "description": "Resolved deep-field fractures in SQL connectivity and web-interface security at the zenith of the software empire."
+ }
+ ],
+ "education": [
+ {
+ "institution": "The University of Texas at Arlington",
+ "degree": "PhD Fellowship Research, Computer Science (Affective Computing and Emotion AI)",
+ "duration": "2016 - 2021"
+ },
+ {
+ "institution": "Colorado Technical University",
+ "degree": "Master of Science in Management, Information Security and Ethics",
+ "duration": "2009 - 2013"
+ },
+ {
+ "institution": "The University of Texas Rio Grande Valley",
+ "degree": "Bachelor’s Degree, Computer Science",
+ "duration": "2002 - 2005"
+ }
+ ]
+}
+ {profile.name}
-- Looking for a starting point or more instructions? Head over to{" "} - - Templates - {" "} - or the{" "} - - Learning - {" "} - center. + +
+ {profile.biography}
+ Current Command +
+{role.title}
+{role.description}
++ Historical Architecture +
+{role.title}
+{role.description}
+