-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deploying to gh-pages from @ 4a48393 🚀
- Loading branch information
1 parent
34422b3
commit 4fd9fd2
Showing
4 changed files
with
84 additions
and
0 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,82 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>Intuition Labs LLC</title> | ||
<link href="https://cdnjs.cloudflare.com/ajax/libs/inter/3.19.3/inter.css" rel="stylesheet"> | ||
<link href="https://assets.calendly.com/assets/external/widget.css" rel="stylesheet"> | ||
<link href="assets/css/style.css" rel="stylesheet"> | ||
</head> | ||
<body> | ||
<div class="content"> | ||
<header> | ||
<div style="display: flex; justify-content: space-between; align-items: center;"> | ||
<div style="display: flex; align-items: center; gap: 1rem;"> | ||
<img src="/wheattoast11.github.io/assets/logo-B5E3O58t.jpg" alt="Intuition Labs Logo" style="height: 80px; width: auto;"> | ||
<h1>Intuition Labs LLC</h1> | ||
</div> | ||
<button class="schedule-btn" onclick="Calendly.initPopupWidget({url: 'https://calendly.com/intuitionlabs/consulting-services'});return false;">Schedule Consultation</button> | ||
</div> | ||
<p class="tagline">Transforming AI strategy through polymathic expertise and technical innovation</p> | ||
</header> | ||
|
||
<section class="section" style="animation: fadeUp 0.8s ease forwards 0.4s"> | ||
<h2>Experience & Expertise</h2> | ||
<div class="grid"> | ||
<div class="item"> | ||
<h3>Enterprise AI Strategy / Google</h3> | ||
<ul class="tech-list"> | ||
<li>Architected first Enterprise Gen AI GTM for VC-backed customers</li> | ||
<li>Pioneered LLM-powered sales enablement systems</li> | ||
<li>Led Cloud-wide tech stack transformation (PM/PgM)</li> | ||
<li>30k+ hours annual productivity improvement</li> | ||
</ul> | ||
</div> | ||
<div class="item"> | ||
<h3>Industry Transformation / ZS</h3> | ||
<ul class="tech-list"> | ||
<li>Global PMI for largest ag-sci merger (60+ countries)</li> | ||
<li>COVID response strategy for MRNA vaccine manufacturers</li> | ||
<li>Enterprise systems architecture across industries</li> | ||
<li>Performance management for mega-cap enterprises</li> | ||
</ul> | ||
</div> | ||
</div> | ||
</section> | ||
|
||
<section class="section" style="animation: fadeUp 0.8s ease forwards 0.5s"> | ||
<h2>Services</h2> | ||
<div class="grid"> | ||
<div class="item"> | ||
<h3>Strategic AI Innovation</h3> | ||
<ul class="tech-list"> | ||
<li>Enterprise AI Implementation Strategy</li> | ||
<li>LLM & Agent System Architecture</li> | ||
<li>GTM Strategy Development</li> | ||
<li>Complex System Integration</li> | ||
</ul> | ||
</div> | ||
<div class="item"> | ||
<h3>Technical Implementation</h3> | ||
<ul class="tech-list"> | ||
<li>Custom AI Agent Development</li> | ||
<li>Advanced Prompt Engineering</li> | ||
<li>Multi-modal System Design</li> | ||
<li>Process Automation & Optimization</li> | ||
</ul> | ||
</div> | ||
</div> | ||
</section> | ||
|
||
<section class="contact" style="animation: fadeUp 0.8s ease forwards 0.6s"> | ||
<a href="mailto:[email protected]" class="link">Contact: Tej Desai</a> | ||
<a href="https://www.youtube.com/@IntuitionLabsLLC" class="link">Youtube</a> | ||
<a href="https://www.linkedin.com/company/intuition-labs/" class="link">LinkedIn</a> | ||
</section> | ||
</div> | ||
|
||
<script src="https://assets.calendly.com/assets/external/widget.js" type="text/javascript" async></script> | ||
<script src="assets/js/main.js"></script> | ||
</body> | ||
</html> |