this post was submitted on 02 Jul 2023
4 points (83.3% liked)
Free Open-Source Artificial Intelligence
2882 readers
12 users here now
Welcome to Free Open-Source Artificial Intelligence!
We are a community dedicated to forwarding the availability and access to:
Free Open Source Artificial Intelligence (F.O.S.A.I.)
More AI Communities
LLM Leaderboards
Developer Resources
GitHub Projects
FOSAI Time Capsule
- The Internet is Healing
- General Resources
- FOSAI Welcome Message
- FOSAI Crash Course
- FOSAI Nexus Resource Hub
- FOSAI LLM Guide
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Are you posting these projects everyday? If so will you take suggestions?
I’m a dev but haven’t seen GPT able to handle current large scale projects. Are there more boring IT job tasks that can be demonstrated? Ie “compare files between 2 directories and give the differences including md5 hash differences between files”.
This is my biggest hurdle right now adopting gpts - it can create code but doesn’t have access to an existing code base. Wonder if gpts could work thru the top stack overflow questions
Happy to take suggestions -- I don't do them every day but I was for a while. You could definitely get it to write you a bash or python or whatever script that does what you're asking, but it wouldn't do it directly without hooking it up to a DB and index, which you can do with other tools but I am not familiar with that. Let me know what you have.
Also, Chat GPT+ doesn't search the internet actively AFAIK. Bing chat will search the web up to 6 times I believe and so it will find (and hallucinate) libraries and SO questions for bugs and things like that.