Ask HN: What's on your vibe coding roadmap?

2 points by ashu1461 8 hours ago

I am thinking of building a LLM based auto correct feature which corrects grammar and auto corrects as I type, pretty much like grammarly but more llm powered and hosted locally.

What's the next thing you're vibe coding or planning to build?

Stellisoft 8 hours ago

Having built a code editor (stellisoft.com) that represents code as json at an atomic level, my next move is to allow AI to manipulate it to manage and orchestrate applications based upon user instruction or (if desirable) based upon its own judgement. Example: "optimize this API's performance" → AI refactors across frontend, backend, and database because it understands the structural relationships, not just text.