Welcome to my blog! This is where I'll share thoughts on neural networks, AI, and technology.
Code Example
Here's an example using the Vercel AI SDK with the new AI Gateway:
import { gateway } from '@vercel/ai-sdk-gateway'
import { streamText } from 'ai'
const result = streamText({
model: gateway('xai/grok-3-beta'),
prompt: 'Tell me the history of the San Francisco Mission-style burrito'
})
This showcases our new Tokyo Night-inspired syntax highlighting that matches modern developer blogs.
What's Next
Stay tuned for more posts about:
- Deep learning architectures
- Bittensor and decentralized AI
- Building neural network visualizations
Thanks for reading!