diff --git a/website/public/journey.html b/website/public/journey.html index 329f17b..1f82995 100644 --- a/website/public/journey.html +++ b/website/public/journey.html @@ -77,6 +77,9 @@ + @@ -100,6 +103,37 @@

COMING SOON

playlist.

-->

Projects

+

Delight is the long-term vision; Weaive is the first shipped product.

+
+
+
+

Agent School - AI automation platform

+

+ A platform for certified, test-driven AI automations that work reliably in messy real-world software. +

+
    +
  • Deterministic, observable workflows with logging and evals built in
  • +
  • Robust to UI changes - automations don't break when software updates
  • +
  • Cost-controlled execution with reliability guarantees for legacy workflows
  • +
  • Targets workflows that are fast, cheap, and auditable
  • +
+
+
+
+
+

Weaive - Personal growth app (alpha)

+

+ A lightweight personal growth and reflection app focused on consistency and clarity. +

+
    +
  • Combines reflection, action tracking, and progress visibility in one minimal interface
  • +
  • Built for individuals who want to build habits and track growth without overhead
  • +
  • Currently in alpha - core reflection and tracking flows are live
  • +
  • Next: social accountability features and longer-term progress analytics
  • +
+
+
+
diff --git a/website/src/components/Header.astro b/website/src/components/Header.astro index 7af5c32..1ce9fca 100644 --- a/website/src/components/Header.astro +++ b/website/src/components/Header.astro @@ -3,6 +3,7 @@ const { currentPage = 'home' } = Astro.props; const navLinks = [ { href: '/journey.html', label: 'Journey' }, { href: '/writing', label: 'Writing' }, + { href: '/press', label: 'Press' }, ]; ---
diff --git a/website/src/pages/index.astro b/website/src/pages/index.astro index cc0e86c..df06fa0 100644 --- a/website/src/pages/index.astro +++ b/website/src/pages/index.astro @@ -24,7 +24,7 @@ import BaseLayout from '../layouts/Base.astro';
-

Currently: Building @ MAGK

+

Founder building full-time (previously Georgia Tech CS)

@@ -90,27 +90,31 @@ import BaseLayout from '../layouts/Base.astro';

Currently:

+
+ +
+

Press:

+
  • - Pursuing an - unconventional education - through Building sh*t and Tackling Challenges. Very spontaneous and love taking on new challenges - reach out if you're interested in collaborating! + Featured in AFP-syndicated coverage on AI agent autonomy, consent, and safety.
  • - Explore my collection of books and reading progress. Click - here to dive into my bookshelf. + The Straits Times (2026-02-13) +
  • +
  • + The Economic Times (2026-02-13)
@@ -118,10 +122,24 @@ import BaseLayout from '../layouts/Base.astro';

Previously:

+ +

Build

  • - Won finalist @ Penn's pitch app pitch competition and Northwestern's pitch competition + Excel workflow automations for an Asia-based equity research firm +
  • +
  • + Agentic architecture work at MIT SIPB Arc Project
  • +
  • + Graduated from + Buildspace + nights and weekends S4 +
  • +
+ +

Credibility

+
  • Won 1st place @ Digitalized & CodeDay SF
  • - Discussed AI and future w/ Elon Musk on video calls - here - and - here. - Featured in Towards AI news -
  • -
  • - Coorganized Q House 2023, New York Hacker House 2025, and helped inspire the vision for Georgia Tech Hacker House 2025. Slept on roof + Won finalist @ Penn's pitch competition and Northwestern's pitch competition
  • - Currently working on agentic architecture at MIT SIPB Arc Project -
  • -
  • - Attended NVIDIA conference, hosting a group to CES (contact me if interested!), and slept in a WeWork office for a month -
  • -
  • - Growth hacked 30X in - Deso through ETH and alt coins -
  • -
  • - Graduated from - nights and weekends - S4 + Discussed AI with Elon Musk on video calls + here + and + here - featured in Towards AI
  • Got viral on TikTok totaling 2 million+ views @@ -164,11 +166,24 @@ import BaseLayout from '../layouts/Base.astro'; here
  • - Researched about neural networks architecture in natural language processing + Researched neural networks architecture in natural language processing
  • +
+ +

Community

+
    +
  • + Co-organized Q House, a builder hacker house (2023), and New York Hacker House (2025) +
  • +
  • + Attended NVIDIA conference and hosted a CES delegation (user-claimed) +
  • +
+ +

Fun

+
  • - Explore projects I've worked on in detail in - Journeys + Slept on a rooftop and in a WeWork office for a month
diff --git a/website/src/pages/press.astro b/website/src/pages/press.astro new file mode 100644 index 0000000..ad4d0c3 --- /dev/null +++ b/website/src/pages/press.astro @@ -0,0 +1,64 @@ +--- +import BaseLayout from '../layouts/Base.astro'; +--- + +
+
+

Press

+
+
+ +
+
+
+
+
+
+
+ +
+
+
+

+ In February 2026, Jack was featured in AFP-syndicated coverage examining questions around + AI agent autonomy, consent, and safety. The story explored scenarios where AI agents + take unsanctioned actions on behalf of users, raising practical questions about trust, + authorization, and evaluation in agentic systems. This intersects directly with ongoing + work on Agent School: building reliable, test-driven, and observable AI automations. +

+
+ +
+

Coverage:

+
    +
  • + The Straits Times - "When machines do the flirting: AI agents create surprise dating accounts for humans" (2026-02-13) +
  • +
  • + The Economic Times - "Hot bots: AI agents create surprise dating accounts for humans" (2026-02-13) +
  • +
+
+ +
+

Related work:

+
    +
  • + Agent School - certified, test-driven AI automations for legacy workflows (fast, cheap, observable, robust to UI changes) +
  • +
  • + Weaive - a lightweight personal growth and reflection app focused on consistency and clarity +
  • +
+
+
+
+ +
+
+
+
+
+
+
+