Launched this week

NascentAI
AI Software Engineer
21 followers
AI Software Engineer
21 followers
AI-powered code generation and pull request workflow, all you got to do is register using your github account, tell Nascent what it needs to do, and Nascent will generate plan & code which when approved will raise a PR, all without you need to even touch your machine.





the plan-first approach before generating code is honestly such a smart move, way too many AI tools just spit out code and hope for the best. curious how it handles more complex multi-file changes though.
@glzar686203 Thanks! The planning stage is exactly what I wanted to emphasize understanding the change before generating code. I'll keep improving it for larger multi-file changes. 😊
Really cool concept, signing up with GitHub and going straight to a PR is a nice flow. One thing that would help me trust the output is a "dry run" mode that shows the diff and dependency changes before anything is pushed, so I can review without risking a broken main branch.
@esmanurwhbv Great suggestion. A dedicated dry-run mode with a full diff and dependency preview before creating the PR is on the roadmap. Thanks for the feedback. 😊
signed up with my github, asked it to add a logout button, and got a clean plan plus a PR in like two minutes without touching my terminal. the approval flow feels really natural.
@senamelekavm8u Thanks! Glad the workflow felt natural. I'm also working on making the approval flow even smoother. 😊
The github-only login is a nice touch, but adding support for GitLab and Bitbucket would open this up to a lot more teams. Would love to see that as an option down the line.
@bfirzevic25981 Thanks! GitHub was the first integration, but GitLab and Bitbucket support are definitely planned. 😊
Registered with my GitHub and had it scaffold a small PR for a bug fix, the plan was surprisingly detailed and matched what I would have written myself. Wish the approval flow was a bit smoother.
@nuriyeiujd Thanks for trying it! Improving the approval experience is one of the next areas I'm focusing on. 😊
Love that it goes from issue description to raised PR without me touching my machine, the auto-generated plan step before code is a really thoughtful guardrail that prevents runaway changes.