![Enes Akar Profile](https://pbs.twimg.com/profile_images/1833031229811417088/MWHtHl3M_x96.jpg)
Enes Akar
@enesakar
Followers
2K
Following
3K
Statuses
3K
Cofounder @upstash Previously @confluentinc and @Hazelcast
San Jose
Joined April 2008
RT @gules_abdullah: using pgvector with supabase is not fun. you need to fit the index in ram, configure lots of settings, deal with query…
0
2
0
RT @gorkemyurt: In 2023 we recognized that generative image, video, and audio technologies would evolve into a distinct market segment, sep…
0
5
0
RT @burkaygur: “If you're offered a seat on a rocket ship, don't ask what seat! Just get on.” This was one of the first things I saw on th…
0
24
0
RT @ademilter: Hackathon time 💥 @upstash In the previous one, our team won PS5s. New prize is Apple Watch 😅 (for each team member) https:…
0
3
0
RT @stuffyokodraws: [New post alert] AI site generation market has seen hyper growth in the past few months - now we see early innings of a…
0
27
0
RT @ElevenLabsDevs: Radio Hackernews Built with @upstash Workflow, @TigrisData and @elevenlabsio by @enesakar. Open source on GitHub. ht…
0
5
0
@rafalwilinski @upstash hey Rafal. We have plans with much higher custom limits. Let me know if you want to discuss.
0
0
1
RT @joshtriedcoding: the fastest way to build new next.js apps 🎉 introducing JStack lazy routers - load only the dependencies you need for…
0
10
0
RT @LukeHarries_: What's better than Hacker News? Hacker News as a podcast Free, fully-open source and built with @elevenlabsio and @upst…
0
3
0
I have been trying coding assistants for Upstash projects for several months. Replit, v0, cursor, copilot, intellij and claude/openai.. Here are my notes: tldr: ◆ @cursor_ai with claude is the best option for me right now. ◆ i can still use v0 and replit to bootstrap an app. but then i will move the project to cursor and develop with cursor. general: ◆ start from simple and incrementally add new things ◆ if you ask the agent build something from scratch with details, you lose the control. even the first version works properly, it becomes very hard to develop onto it. ◆ replit and v0 are better to create the initial prototype. cursor with claude is better on the development phase. ◆ claude outsmarts openai on coding. ◆ try to use well documented, stable and popular libraries. if you use something new with many conflicting versions, it gets easily unsolvable. ◆ being able to revert a previous state is a very required feature. ◆ assistants vs agents: v0 and replit are agents. cursor, copilot are assistants. with assistant you take decisions but get help on implementation. with agents you are more like a manager. you ask a task and get the output. I prefer assistant approach. Agents' output is not close to production quality as of now. replit: ◆ very impressive on agent side. it tries to complete the whole project itself. ◆ it is opiniated and picks basic libraries. and very easy to start. ◆ it supports all life cycle from development to deployment. ◆ you can easily lose the control. ◆ use it if you want to create a very typical CRUD web site. ◆ good for beginners. v0: ◆ similar vision with replit but not very mature yet. many basic features are missing. ◆ opinionated towards nextjs and vercel stack. ◆ best design as expected. i mean design of the projects created by v0. ◆ some basic features are missing but looks solid and promising. ◆ use if you are a beginner and close to nextjs/vercel community. cursor: ◆ it is best of both worlds. ◆ you do not lose the control. it asks before making changes. ◆ using claude is a game changer. ◆ i wish it had a plugin for intellij. ◆ having compose and chat options separately is great. ◆ it is one step ahead of others. intellij ai assistant: ◆ I tried this because I like intellij more than vscode. But unfortunately they are quite behind cursor. ◆ it is not pro◆active like cursor. only works when you ask explicitly. github copilot: ◆ they were the first to market. it is pity that they are the last in my list as quality right now. besides they lack many cursor's features their model is much worse than claude. claude vs openai: ◆ definitely claude is much much better.
1
5
35