Live data from Hacker News

Show HN: Sourcewizard – AI installs SDKs in your codebase

sourcewizard.ai

21–25 of 25 posts

Re: Show HN: Sourcewizard – AI installs SDKs in your codebase

#21
post #22

[stub]

Oh thats useful!! Why is there so little packages? Ill buy 30$/month easily if you can get all packages i use

We're working on adding more packages! Is there anything specific you need? We can add as well

Re: Show HN: Sourcewizard – AI installs SDKs in your codebase

#23
post #22

[stub]

How do you know this is not "helpfully" breaking my set up?

We're constantly iterating on setup instructions and our repository analyzer, and during the integration we have a set of linters to prevent the model to generate completely broken code - it checks types, compiler errors for starters. The scope of the integration is explicitly limited, we make sure that the model doesn't do extra stuff.

Re: Show HN: Sourcewizard – AI installs SDKs in your codebase

#24
I thought adding SDKS is something AI IDE's would be really good at it, but past the install's it usually fumbles to get the middleware/integration layer right so I think this actually makes sense. Only thing will this work for all codebases in the future? For example if I build like a CLI?

Re: Show HN: Sourcewizard – AI installs SDKs in your codebase

#25

I thought adding SDKS is something AI IDE's would be really good at it, but past the install's it usually fumbles to get the middleware/integration layer right so I think this actually makes sense. Only thing will this work for all codebases in the future? For example if I build like a CLI?

Yeah, it should work for clis, even now. For larger codebases we just need to get two things right: - create good plans with the adequate tradeoffs for the type of service - make sure to have enough lints and tests to verify the completion end to end, either with browser, or with typechecking or like for c++ - complex static analysis.
Post reply on HN