Skip to content

Commit 7765e89

Browse files
committed
Initial page on ai usage
1 parent c07e7db commit 7765e89

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

pages/ai.mdx

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
import { Application } from "../layouts/Application";
2+
import { Link } from "../components/Link";
3+
import { Text } from "../components/Text";
4+
5+
export default ({ children }) => {
6+
return (
7+
<Application>
8+
<Application.Article>{children}</Application.Article>
9+
</Application>
10+
);
11+
};
12+
13+
# How I use AI
14+
15+
{<Text size="l">AI has become a fundamental tool. On this live page (inspired by <Link href="https://sive.rs/ai">Derek
16+
Sivers</Link> and <Link href="https://www.bydamo.la/p/ai-manifesto">Damola Morenikeji</Link>), I’m sharing how I use AI
17+
in my day-to-day work, and which parts of my output can be considered AI-created, AI-enhanced, or entirely non-AI
18+
generated.</Text>}
19+
20+
Work in progress...

0 commit comments

Comments
 (0)