-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmission.html
More file actions
96 lines (83 loc) · 3.41 KB
/
mission.html
File metadata and controls
96 lines (83 loc) · 3.41 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta
name="description"
content="Token Efficient Coding's mission to fight for efficient AI, lower token waste, reduce costs, and protect people from usage-based bill shock."
>
<title>Our Mission | Token Efficient Coding</title>
<link rel="icon" href="assets/tec-logo-primary.png">
<link rel="stylesheet" href="styles.css">
</head>
<body>
<header class="site-header" data-header>
<a class="brand" href="index.html#home" aria-label="Token Efficient Coding home">
<img src="assets/tec-logo-primary.png" alt="TEC">
</a>
<button class="nav-toggle" type="button" aria-label="Open navigation" aria-expanded="false" data-nav-toggle>
<span></span>
<span></span>
<span></span>
</button>
<nav class="site-nav" aria-label="Primary navigation" data-nav>
<a href="index.html#home">Home</a>
<a href="index.html#solutions">Solutions</a>
<a href="mission.html" class="is-active">Mission</a>
</nav>
</header>
<main>
<article class="mission-article section-pad">
<div class="mission-hero-media" aria-hidden="true"></div>
<div class="shell article-shell">
<p class="eyebrow">Our Mission</p>
<h1>We're fighting for efficient AI.</h1>
<p class="article-lede">
AI is rapidly moving toward consumption-based pricing models, replacing affordable
flat-rate fees that let you code without worry.
</p>
<div class="article-body">
<p>
Research shows that consumers are often inattentive to usage and vulnerable to
"bill shock" under plans that combine usage allowances, overage charges, or
complex monitoring requirements.
</p>
<p>We want to help protect you.</p>
<p>
TEC exists to provide individuals with solutions that significantly lower token
usage to reduce cost and unnecessary compute.
</p>
<p>We're building a growing suite of tools that help people:</p>
<ul>
<li>Understand token utilization</li>
<li>Eliminate waste</li>
<li>Reduce AI costs</li>
<li>Improve performance</li>
<li>Lower their environmental impact</li>
</ul>
<p>We believe efficiency should be rewarded.</p>
<p>We believe AI shouldn't profit from waste.</p>
<div class="article-close">
<strong>Less waste.</strong>
<strong>Lower costs.</strong>
<strong>A healthier planet.</strong>
</div>
</div>
<a class="text-link" href="index.html#home">Back home</a>
</div>
</article>
</main>
<footer class="site-footer">
<div class="shell footer-inner">
<img src="assets/tec-logo-primary.png" alt="TEC">
<div class="footer-copy">
<p>Token Efficient Coding. Precise token utilization for a more efficient AI future.</p>
<p>Operated by Skybolt Solutions Ltd in Vancouver, Canada.</p>
</div>
<a href="https://tokenefficientcoding.com">tokenefficientcoding.com</a>
</div>
</footer>
<script src="script.js"></script>
</body>
</html>