Skip to content

Commit 4d1959a

Browse files
committed
Improve copy
1 parent 1ae6f22 commit 4d1959a

File tree

1 file changed

+19
-7
lines changed

1 file changed

+19
-7
lines changed

src/ui/work-table.tsx

+19-7
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,14 @@ const works = [
2929
{
3030
name: 'Albertsons',
3131
description:
32-
'Albertsons is a Fortune 500 company that is a major American grocery retailer, and it operates numerous supermarket brands, including Safeway, Vons, and Jewel-Osco. We have been working with them on an ongoing project, details of which are not yet public.',
32+
'Albertsons, a Fortune 500 company, is a major American grocery retailer, and operates numerous supermarket brands, including Safeway, Vons, and Jewel-Osco. We have been working with them on an ongoing project, details of which are not yet public.',
3333
date: '2025',
3434
category: 'Client'
3535
},
3636
{
3737
name: 'Graphite',
3838
description:
39-
'We built a platform to make an AI-directed video out of your GitHub activity. It was used by thousands of devs, which caused it to crash, so we parallelized the rendering engine and dynamically down-rezzed on mobile to scale.',
39+
'Graphite is an AI developer productivity platform. We built a marketing product for Graphite to make AI-directed video using GitHub activity. It was used by thousands of devs, which caused it to crash, so we parallelized the rendering engine and dynamically down-rezzed on mobile to scale.',
4040
backgroundImageUrl: '/images/graphite.png',
4141
image: (
4242
<div className="flex h-full w-full flex-col justify-center gap-2">
@@ -84,21 +84,28 @@ const works = [
8484
{
8585
name: 'Gumloop',
8686
description:
87-
'Gumloop is an AI-native automation platform. The founders of Gumloop, Rahul and Max, came to us with an impossible task — to rebuild their landing page and platform frontend in 10 days. Our understanding of consumers in the AI space made this possible.',
87+
'Gumloop is an AI-native automation platform. The founders, Rahul and Max, came to us with an impossible task — to rebuild their landing page and platform frontend in a few weeks. This was one of the most fun projects we have worked on.',
8888
date: '2023',
8989
category: 'Client',
9090
link: { label: 'Visit website', href: 'https://gumloop.com', target: '_blank' }
9191
},
9292
{
9393
name: 'Trigger.dev',
94-
description: "We built several open-source demos to showcase Trigger.dev's AI capabilities.",
94+
description:
95+
"Trigger is an AI infrastructure and background jobs platform for developers. The founders of Trigger wanted us to build several open-source demos to showcase Trigger.dev's AI capabilities. One of them was AutoChangelog, a tool that uses AI to generate changelogs for your GitHub repositories.",
9596
date: '2023',
9697
category: 'Client',
97-
link: { label: 'Visit website', href: 'https://autochangelog.dev', target: '_blank' }
98+
link: { label: 'Try it out', href: 'https://trigger-ai-changelog.vercel.app', target: '_blank' },
99+
secondaryLink: {
100+
label: 'Check source code',
101+
href: 'https://github.com/triggerdotdev/ai-changelog',
102+
target: '_blank'
103+
}
98104
},
99105
{
100106
name: 'Cal.com',
101-
description: 'We built an early version of Cal.ai, one of the first AI agents to go to market.',
107+
description:
108+
'Cal.com is a fully customizable scheduling software for individuals and businesses. Peer, the founder, came to us with a vision of building a proof of concept of an AI-powered, email-first scheduling assistant. We ended up buiding Cal.ai, one of the first AI agents to go to market.',
102109
image: (
103110
<div className="flex h-full w-full flex-col gap-2">
104111
<div className="mr-auto flex flex-col rounded-custom bg-background p-4">
@@ -129,10 +136,15 @@ const works = [
129136
date: '2024',
130137
category: 'Client',
131138
link: {
132-
href: 'https://cal.com/blog/don-t-forget-about-cal-ai-your-24-7-scheduling-assistant',
139+
href: 'https://blog.langchain.dev/how-to-design-an-agent-for-production/',
133140
label: 'Read technical report',
134141
target: '_blank'
135142
},
143+
secondaryLink: {
144+
label: 'Visit website',
145+
href: 'https://cal.com/blog/don-t-forget-about-cal-ai-your-24-7-scheduling-assistant',
146+
target: '_blank'
147+
},
136148
quote: 'Iterating toward production-ready agents.'
137149
},
138150
{

0 commit comments

Comments
 (0)