TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Stresstest my AI chat – HAMMER IT

1 pointsby tobiaslins9 days ago
Please stress test it - like hammer it hard: https:&#x2F;&#x2F;jazz-ai-chat.vercel.app<p>It was so delightful to build thanks to jazz.tools.<p>Vercel&#x27;s Fluid compute makes it run efficient and scale endlessly<p>How does it work? Each message is created locally and added to the chat. At the same time I &quot;wake up&quot; a Vercel Function which consumes the chat, runs AI and writes directly into Jazz<p>The client just renders the state from Jazz. No real streaming required.<p>Source: https:&#x2F;&#x2F;github.com&#x2F;tobiaslins&#x2F;jazz-ai-chat<p>Whats Fluid Compute? When you run Serverless Functions, usually one invocations serves one request. With Fluid, multiple requests can be served by one function invocation, which is super useful when using AI (low CPU usage, only waiting for upstreams)<p>Whats Jazz? It&#x27;s a new way to build apps. It&#x27;s persistence (like a graph database) with permissions and sync built in.<p>You can access&#x2F;write Jazz even from backend workers like here from Vercel Functions.

1 comment

gus_massa7 days ago
It needs a spinning circle or dots to show that the AI is thinking. (It can be just an animated gif :) .)<p>Sometimes it doesn&#x27;t reply until I add a second question like &quot;????&quot;