Using AI to speed up development (1 Viewer)

RaptorRaptur

New member
Local time
Today, 18:07
Joined
May 15, 2021
Messages
15
Hi,
Has anyone out there used any form of AI to improve/speed up Access development?

If so, did it really help?
What AI tool did you use.
Was the time saved greater that the AI learning time?
 
Claude, ChatGpt, CoPilot
I currently only use them with their text prompt, for functions, SQL queries, and similar
I'd like to understand how to have complete projects reviewed for anomalies or to get recommendations for improvements
I mean, once an entire project has been extracted with one of the many VCS systems, and therefore you have a series of text files describing forms, modules, reports, queries, send everything to the AI, asking it to analyze and improve the procedures that can be improved.
 
I have been using it as a linter and for code review to refactor my code. Once it has my code I can ask specific questions for development. Also upload a document describing your coding standards.
 
I have been using it as a linter and for code review to refactor my code. Once it has my code I can ask specific questions for development. Also upload a document describing your coding standards.

What system did you use (Claude Antropic, ChatGpt openAi, etc.)?

How did you provide the code?
(All in a directory, everything in a zip file, etc...)

How was the modified code returned?
 
Copilot and ChatGpt.
I upload the text files generate by the Joyfullservice source control add-on.
You could also copy and paste.
Small code, copy and paste otherwise download.
 
In Visual Studio I enabled CoPilot; was helpful in correcting my errors in C# as half a decade since I looked at C#, & sometimes I couldn't make out what it was doing.
 
Copilot and ChatGpt.
I upload the text files generate by the Joyfullservice source control add-on.
You could also copy and paste.
Small code, copy and paste otherwise download.

Can you upload 50-100 Mbyte of files?
 
In Visual Studio I enabled CoPilot; was helpful in correcting my errors in C# as half a decade since I looked at C#, & sometimes I couldn't make out what it was doing.

Yes, CoPilot and Visual Studio are tightly integrated, and the combination is truly effective
Unforunately, we alway have to be last with access
 
Ah ok, but you think that an entire project, for example 50-100 Mbyte, can be analyzed/correct/revised?
 
Ah ok, but you think that an entire project, for example 50-100 Mbyte, can be analyzed/correct/revised?
I ask Copilot, it said it could handle that much but cannot open an accdb. It recommends giving it .bas/.cls uploads. As for speed I think you would have time to make a nice dinner for all your friends while it works on it.
 
What I do is export the files to GitHub and provide the AI (Claude in my case) the Raw URL's for those files. Claude needs to have access to the GitHub repo, so I created one just for that purpose. It also can't get to files in the repo directly, but it can retrieve them via the Raw URLs.
 
What I do is export the files to GitHub and provide the AI (Claude in my case) the Raw URL's for those files. Claude needs to have access to the GitHub repo, so I created one just for that purpose. It also can't get to files in the repo directly, but it can retrieve them via the Raw URLs.

Ok but how you say to Claude "..the file is here.." in the Github repo ?
 
If needed, I can put them on Github
It's even better if they're just on my local PC
What I still can't do is allow Claude to read a series of files physically present on any PC
 

Users who are viewing this thread

Back
Top Bottom