8 ms·
How are you using ChatGPT internally at your company?
I am curious how other people are using the API in their company. I've mostly just used it to help write up generic emails in my personal life.
- throwoutway 3y agoNot allowed, because the privacy is non-existant, the licensing is questionable, Microsoft sees everything, and the responses are often wrong and require more work to verify. The risks are greater than the reward.
- cowmix 3y agoAnything I put into ChatGPT I scrub the crap out of. I'm sure in the near future MSFT/OpenAI will figure out my redactions but until then...
- number6 3y ago> Microsoft sees everything Are you using Windows or Microsoft Office? Same here. Or Microsoft Exchange?
- throwoutway 3y agoSource on Microsoft employees seeing everything I write in "Microsoft Office"? Not 365, but local docx
- number6 3y agohttps://www.bsi.bund.de/SharedDocs/Downloads/DE/BSI/Publikationen/Studien/Office_Telemetrie/Office_Telemetrie.pdf?__blob=publicationFile&v=1 https://www.bsi.bund.de/SharedDocs/Downloads/DE/BSI/Publikat... It is in fact Office 365 but the local application, not the cloud software, where you type into the browser.
- lookboil 3y agoMy company uses it to parse terms and conditions documents into structured JSON. It's saved us from hiring another person to go through these documents which is a massive benefit for a small company
- fruit_y 3y agoWhat do u need to parse them for, legal compliance when selling? Curious since I've been playing around with document extraction as well!
- mrtranscendence 3y agoNot much, really. OpenAI blocks my company's VPN so I can't even get to ChatGPT.
- robinsord 3y ago[dead]
- greggsy 3y agoYou mean your company blocks it, or has OpenAI black listed particular VPNs?
- habibur 3y agoOpenAI blocks all VPNs. Some get through regardless, those seem to be the exception.
- DANmode 3y agoThe list of those that successfully connect is very interesting information.
- photoGrant 3y agoI just run my own on $5 spinups
- nokya 3y agoMany users report being filered out when connecting from a VPN: https://community.openai.com/t/access-denied-you-do-not-have-access-to-chat-openai-com/139698?page=2 https://community.openai.com/t/access-denied-you-do-not-have... This was typically a blocker for me, I do not surf with direct connections...
- mdev23 3y agoyou can use it over email with https://recurai.com/ https://recurai.com/
- _sword 3y agoI’m running a global pilot to see how we can effectively use it for internal data at a multinational investment bank
- m3kw9 3y agoGonna be tough when window size is 32k max. Maybe fine tuning is where you are at?
- yellowstuff 3y agoSurely you need to keep the data inside your own system and can’t send it to OpenAI, right?
- beauzeph 3y agorefactoring code
- gloyoyo 3y agoRefraction'ing light
- nyolfen 3y agoa few people use it as a general-purpose SQL query generator, i personally use it for debugging, and i have the impression that some people are using it to draft emails
- jaredsohn 3y agoNaming things
- oceanplexian 3y agoExtremely good at turning JSON into a Go struct. Just in general, as someone who has spent years writing Python, it’s helped me fill in gaps with Go. This is a killer feature for GPT.. if you’re proficient in one language it can help you rapidly get up to speed in another.
- jmainguy 3y agoCheck out https://github.com/ChimeraCoder/gojson https://github.com/ChimeraCoder/gojson as well, been my go to for this.
- remlov 3y agoSurprisingly GoLand has this build in. Just copy Json into a .go file and it'll prompt you if it should convert it to a struct.
- denysvitali 3y ago... and there is no need for AI. You can also check out the awesome work Tom did: https://github.com/twpayne/go-jsonstruct https://github.com/twpayne/go-jsonstruct
- sitkack 3y agoNo a general purpose tool just invalidated all that work and more.
- vanjajaja1 3y agounsurprisingly, the thing built for translating languages is really good at translating languages
- madisonmay 3y agoCoding aid for unittests. Debugging aid for languages / frameworks I'm not particularly familiar with. Work that requires reformatting. Translating from rough drafts to more polished / professional language. Learning more about domains I don't have much expertise in where I need specific conceptual questions answered.
- davewritescode 3y agoWe use it a lot at my job. A lot of tasks that used to hour long minor tasks are great for generating with ChatGPT and getting them done in a few minutes Prompts like these 1. Generate me a build pipeline using GitHub actions that builds a java project with docker and posts JUnit test results to a PR 2. Write me a python program that copies all the Cloudwatch dashboards my production AWS account, replace all the instances of the word ‘prod’ and replace with ‘qa’ and and post the results to this AWS account. These are two things I’ve done recently that aren’t particularly enjoyable but necessary parts of any software work.
- austinkhale 3y agoI'm wearing a lot of hats at the moment since we're still in startup mode so the list is pretty varied: - I ask it to create list of questions that different personas might want to answer with our reports section. I then ask it to categorize those questions & to then provide suggestions for graphs & dynamic filters that would help answer those questions. - I ask it for help translating emails and documents for international customers. - I ask it to create markdown, formatted spec documents with really verbose context. Helps me as sort of a foundation for feature sprint kickoffs. - I ask it to take internal documentation and to simplify it so that we're able to use it for public facing help center documentation. - I use it as my first resource for asking questions about SQL queries, React patterns, explaining different things eg SVG properties and how to manipulate them. I gut check things with Google when I feel like it might be hallucinating but generally it does really well ~ 90% of the time. Saves lots of time compared to going to Google first. - I ask it for help writing tests or help refactoring code - I asked it for help in creating some policy & procedures docs that we needed for compliance. Essentially gives you a decent template to then build from & customize. - Lots of other things. It replaced Google for so many things in my daily workflow. It also helps a lot when you're not feeling creative and you need some ideas.
- bhu1st 3y ago> I gut check things with Google when I feel like it might be hallucinating but generally it does really well ~ 90% of the time. Saves lots of time compared to going to Google first. I was asking chatGPT give me boilerplate for Fabricjs Object today and it added a random object property which was nowhere to be found on official docs. At first I thought it was amazing to get a real looking code but upon testing I was confused how to take this.
- deleted 3y ago[deleted]
- aradox66 3y agoA few directors have sent emails lettings folks know it's ok to experiment with as long as they dont send passwords or PII. I had it draft a thorny recursive SQL query for me one time (which I did write some extensive automated tests to validate)
- anakaine 3y agoYour directors are more creative than mine. Our CyberSecurity had ChatGPT non functional within days of it being released publicly. Apparently it's too much of a risk, or some nonsense.
- roland35 3y agoI understand the frustration but I have sympathy for your security team. As a former security engineer you'd be shocked at the nonsense I had to clean up from our devs.
- thund 3y agowe built our own AI chat, it’s not that hard. It’s wired up to our internal data, with nlp search, and a few tools using swagger.
- stuckkeys 3y agoSounds like a fun project. Are you following some existing documentation? Curious to know about the process. Must have good compute power.
- tatrajim 3y agoUsing for academic research. It is especially useful for translating long strings of numbers in classical Chinese sources into Arabic numbers. It's not perfect, but well over 90% accurate and saves much tedium.
- gnat 3y agoI find that when it writes code, I can't trust its output. I handle that by being Grumpy Old Programmer: I eyeball it closely and ask myself about error handling, assumptions, off-by-one errors, is it confusing the 1.1 API with 2.0, is it efficient or naive, and all the other questions that happen in a code review. So you're pushing 100 Chinese numbers through ChatGPT to get Arabic equivalents. What do you then do to ensure the quality of output is high? Do you eyeball the list and go "hm, seems plausible"? Spot checks? Is there some context around the lists that means erroneous translations will be quite obvious to the trained eye? I'm always curious what QA looks like in other fields.
- tatrajim 3y agoI'm working with historical documents from the 18th century, and will likely be the last person to look at them for a decade or so, and consequently need to be correct. I translate them quickly manually, then use ChatGPT to check my efforts. It tends to catch my errors (about 1 in 20) and I catch its predictable mistakes (easy to see), which occur about 1 time in 10. The type of mistakes it makes (inventing a number in the 1000s position instead of using a 0) are ones I am unlikely to make, and vice versa (I am usually off by one due to a typo). So a strange, but serviceable team.
- nlh 3y agoI’m a company of one, and I use it every day, multiple times a day as a coding assistant. I’m using the excellent Code Genie (sp?) plug-in to VSC which puts a chat window directly in VSC and does cool things like allow you to highlight blocks of code and ask contextual questions / refactors / bug checks, etc. I would say my efficiency is up ~20% since starting to use it, and my Google searches & StackOverflow visits are probably down 80-90%. At least with respect to this corner of the internet, they are both in mortal danger.
- deleted 3y ago[deleted]
- stuckkeys 3y agoJust curious how the data flow works. Are you sending information to both places, CGenie and OpenAI? Full disclosure, I have never used CGenie. I know you can turn off data collection at OpenAI, can you do the same with them?
- nlh 3y agoThe VSC extension is just a conduit to the OpenAI API. You use your own API key. I haven’t dug into the exact data flow, however, so I can’t speak to whether the extension is collecting any or what data itself.
- meghan_rain 3y agoLmao, OpenAI is the bigger threat here than some random dude who made an extension.
- kaba0 3y agoHow do you measure productivity?
- nlh 3y agoHow long it takes me to build new features for my application, fix bugs, and in general get things done.
- gagabity 3y agoAparently refactoring the BE from JS to TS, I'm not involved in the effort though so dont know the details.
- morkalork 3y agoCopywriting content creation, job postings, translation, rough drafting code. So far it's all topical usage by employees but we've already got plans to do much deeper product integration in the future. Letting people get a free taste directly with ChatGPT was definitely a smart move from OpenAI. The execs are already on board because of it.
- chasd00 3y agoI use it to help kickoff the narrative form of rfp responses. It’s not a direct copy and paste but helps get started with questions like “why choose this platform over another”.
- felipefar 3y agoI don't use it, it returns mostly incorrect code that makes me realize it's not worth it. I'm more productive and write better code ignoring ChatGPT 95% of the time.
- bracketslash 3y agoWhat do you use it for 5% of the time then?
- vanjajaja1 3y agonot OP, but I can guess: shell scripts. its great for 'i have this shape text/files and i need this other shape'.
- deleted 3y ago[deleted]
- cowmix 3y agoMy experience is that it is also pretty good a debugging its own mistakes too.
- presentation 3y agoI find it is really useful for giving me a base to start from, especially when it’s writing code for tools that I am not very comfortable with. It usually won’t spit out the ultimate solution on the first try, but it can give me an idea of how to modify what it gave to do exactly what I want, in way less time than actually writing it.
- bhy 3y agoDid you try GPT4? The quality are far better.
- potsandpans 3y agomy comment will probably get flagged or downvoted or whatever, but yeah agreed. I literally cannot understand how people code that need gpt as an assistant for writing code. If I can reason about it, I can write it faster then the feedback loop takes for prompting.
- lwansbrough 3y agoFor a personal project it helped me work through an area of the code that would have otherwise been a mental blocker for me because I wasn’t sure where to start. At work I’ve been using it a bit to improve feature/design concepts. It’s helped me come up with some unique improvements (and some really boring and generic ones too.)
- vhiremath4 3y agoIf you're able to, would love to hear about what the problem was that you hit a mental block on and how ChatGPT helped you figure out where to start.
- iamgopal 3y agoOne good idea I have is, since it’s a generative model, instead of asking it mechanical or electrical engineering questions, ask it to make a program to calculate something. And slowly ask it to improve upon.
- jumploops 3y agoI'd say 80% of usage is focused on engineering tasks, while the rest are product/sales/customer success/marketing/HR. The biggest issue we've seen is that folks don't really know how to use it. We created a Slack channel to share examples, encourage people to try it, and help each other out, which seems to be increasing usage (and memes). Full disclosure: I built a ChatGPT for Teams tool with a friend, so most of the usage is sharing links/collaborating with that tool.
- quickthrower2 3y agoYes. It is a good clue engine. If I can’t solve a problem it will give me something to try. Sometimes misses the mark. Sometimes finds something I hadn’t thought of. Also great for asking how to in Python questions and explaining ML concepts. Danger is I wont learn Python properly but just remember the prompts!
- cowmix 3y agoI use ChatGPT for a wide variety of tasks throughout my day, but my favorite use case is generating one-off utilities quickly. A recent example of this was when I needed to move and reorganize approximately 1 million files from one hard drive to another over a six-week period. Unfortunately, the destination hard drive began to malfunction – I could access metadata, but file transfers to and from the drive would fail almost immediately. With ChatGPT's assistance, I was able to create a utility that scanned the 1 million+ files on the faulty destination drive and then re-copied those files from the original source drive to a new destination drive, all while maintaining the updated directory and file structure.
- Flowzone 3y agoI'm not in tech like most of y'all. I help out my dad with his consulting company for mostly public agencies. The other day a group we're working with wanted my dad to write some media notes for the unveiling of a project that's been in the works for a while. I gave chatgpt a quick prompt of what the project is, who the audience is, how it's important for a certain demographic and for the community, etc. My dad edited it and sent it over to the leader of this group for his speech the next day. Even though it was edited, I laughed because a chatgpt quote that wasn't edited made it on to the government's website for a pretty big announcement. Other than that I used it this morning while editing a report we hired a team to create. It was helpful to reword some sentences that weren't very clear before sending it off to the client. Other than that, I mostly use it to brainstorm ideas/give me related concepts to something I'm working on. Also, not work related, but last week I used chatgpt to create an opening message for a dating app. I knew the gist of a joke I wanted to say related to this woman's interests, but had chatgpt word it for me. There was a lot more to our conversations, but she did at least respond to the opener and we got the conversation rolling. We actually went on a date this weekend, where I had to rely on my own brain's inefficient language model! It went pretty well though.
- tough 3y agoMade me curious, did you disclose to her on your date that the opening line was -enhanced- with AI?
- Flowzone 3y agoHaha good question. I...did not. I feel a bit weird about that but I like to overshare, so it will definitely come out. She was talking about how she uses chatgpt to help write abstracts for her engineering PhD papers. Hopefully she won't take issue with it and think I'm not genuine, etc. I think it will be fine though based on our other conversations. I did actually do something somewhat similar with another girl. She was a nursing student who used chatgpt for statistics homework (as well as to cheat on exams!). After we hung out I sent her a simple chatgpt generated message along the lines of thanks for hanging out, had a great time, should do it again, etc. Then immediately after I sent a message saying that I had asked chatgpt what to say to someone after a date. She seemed to think that was funny...although we never did hang out again (for other reasons).
- adam 3y agoWe run a public crowdsourced forecasting site for the government here: https://inferpub.com https://inferpub.com. For our various stakeholders, we're using ChatGPT to summarize forecaster's rationales for their probabilistic forecast. We ask it to both summarize the arguments for the event happening, and against. We still need a human in the loop given who the information it's going to, but it's been an excellent starting point.
- markus_zhang 3y agoAsked it to write Python code to dump data from Dataframe to GCS and it wrote a perfect function that I can immediately plug in my class. Also asked it to write a few commands for BigQuery admin, so far so good but I always double checked due to the nature of those commands. For my study I asked it to write a C program about processes. It got it almost right except for one place that costed me a while to figure out. But still faster than me banging random stackoverflow doors. It also helps a LOT giving me information of which kernel source code file ti find a random functionality. My real concern is that I'd rely on it too much whenever I couldn't figure out something. That's fine for work because work is boring anyway and I want to end it asap, but not good for study because I want to grow grit.
- slotrans 3y agoI'm not. It is not a useful thing.
- electrondood 3y ago1m users in 5 days? You're probably right. No utility.
- SamPatt 3y agoI'm building a p2p AI sharing platform, which runs in browser using webRTC. Basically a glorified chat room where everyone has access to the same AI. I use it for coding the site but also for creating the user sessions, which right now include a group trivia game and a D&D session, both managed by GPT-4. I've added in image generation using DALLE (somehow Midjourney still has no API) and it makes for unique sessions each time. With good prompting, it's a fun group experience.
- desaiguddu 3y agoWe are using it for summaries, newsletter research, website copy , product research and more. Mostly using for content generation.
- satyak13 3y ago[dead]
- BuzzDegen 3y agoWe are in content business and one product is in the SAAS. We are using below AI products - ChatGPT - It's good for coming up with creative SEO Title, and checking grammer. Chatbase - We recently started using GPT based support and seeing good results, users are interacting with the bot more. AnySummary - A nice tool to upload any file in any format and chat with it, authors are using it to write articles from podcast and videos, Saving them a huge amount of time. OpenTools AI - A website to find out new AI tools, my team always keep checking this site to find out new tool which can reduce the cost and time. MidJourney - All of our images in the articles are from MJ now. Hope this helps other.
- _spduchamp 3y agoWe just used it the other day to easily walk us through filing a trademark application, and saved money on lawyer fees.
- arroz 3y agoI have to work with four different programming languages and I forget the syntax, so I use it to build me simple code snippets
- ohmahjong 3y agoI try to use it as often as possible as a rubber duck. It feels sort of like pair programming with someone who has a pretty good idea of how most common libraries work, but where the details are fuzzy and a bit outdated. The HR team uses it all the time to generate initial drafts for job descriptions and the like. A member of the product team pointed our API documentation at it and asked it to write a simple query. 99% of the code was correct, except it used the wrong header for authentication. Lo and behold, that was something we hadn't documented very well! We did an employee survey a few months ago on who was using AI tools and how, and I'm confident that usage has gone up significantly since then. I know mine has.
- ohmahjong 3y agoI use ChatGPT sometimes outside of work too, for hobby projects. I'm finding it much less useful for frontend work, partially because it's not a domain that I'm as familiar with and so the shortfalls in the code don't immediately stick out to me. It's good for writing specific things like "write a typescript function to connect to Google Sheets and write x data to a table"
- _spduchamp 3y agoFor a personal project, I used ChatGPT to help create a little design tool in P5.js to find balanced arrangements of 5 magnets for a new rotary magnetic bow design. (drag the vertices of pentagon) https://editor.p5js.org/spDuchamp/full/zgtkE2xik https://editor.p5js.org/spDuchamp/full/zgtkE2xik Here is the final 3D printed wheel that balances beautifully. https://twitter.com/CommonStef/status/1654663207707979776?s=20 https://twitter.com/CommonStef/status/1654663207707979776?s=... This is a project that I've been totally stuck on for a quite while and it was a breeze to finish with the help of ChatGPT. Using ChatGPT to make quick little design tools in P5.js is a total game changer for me.
- ukuina 3y agoThis is a really impressive use-case. I wonder how many such problems exist, where the inventor had essentially given up because there was no easy way to bring in expertise to answer a pressing question.
- thesimp 3y agoWorking for a large international company I use ChatGPT mostly as a code generator for one time tools (for a variety of languages and shells) and also to generate boilerplate text for email answers and document templates. I'm looking at this form a technical perspective and anything that can help my creative side be a bit better is good. A 2023 way of the rubber duck method of debugging, or a 2023 method of generating "manager speak". We have had strict instructions not to put any code/email/text into ChatGPT, just use it as a virtual person to talk to and get ideas from. But: the moment ChatGPT v4 can run on-prem in my private cloud things will be going to be wild. One advantage of working in a large multinational is that for everything there is a procedure or a standard. I have 25 years of design documents, source code, test documents, user documents, and a ticket system with 25 years of problems & answers how each ticket was resolved. The moment I can feed that into my local ChatGPT instance the whole helpdesk/support system will dramatically change. I'm optimistic on the timeline: I think that within the next 2 to 3 years all commercial ticket tracking systems will have their own ChatGPT-like back-end.
- brianjking 3y agoYou can run a fully offline, commercially viable, large language model from Nomic AI here locally on your machine: https://gpt4all.io/index.html https://gpt4all.io/index.html
- kleer001 3y agoI love the effort, and the package looks great. But it seems like a very early version and not yet ready for prime time. However, in a year I'm sure it'll be spontaneously demanding equal rights :)
- rurban 3y agoI could not really use it for code, as the quality mostly sucks, but it gave me good ideas at least. Our boss uses it to formulate emails better
- efxhoy 3y agoI use copilot and chatgpt to help me write terraform code, which i’m still very new to. It’s decent at showing me which IAM role policy data attachnent thingy I need to add next. It’s not that it’s particularly amazing, more that the google hits I get when searching for my problems are littered with SO mirrors and low effort blogspam. If this was ~7 years ago I think the search results could have gotten me just as far.
- debaser19 3y agoi use it for some small projects or features where i know what i want, but not sure the best way to implement it. for instance i had a project where for scanning purposes, i needed to copy roughly 50 container images from google container registry to an in house azure container registry. the process was taking quite a while as we transferred roughly 70gb worth of images. i asked chat gpt to take my script and modify it to utilize multi threading. i had used threading in a project years ago, but couldn’t remember exactly how to implement it. it gave me some snippets that got me 95% of the way there, just a couple small tweaks and it was good to go
- electrondood 3y agoIt's completely replaced StackOverflow in my workflow. Devs are using Copilot for in-IDE assistance, and ChatGPT for summarizing/bootstrapping/review of a research topic, like "show me an example of a custom Predictor class to use with vertex AI," etc.
- known 3y ago[dead]
- spikey_sanju 3y agoI am a single person running a company, and I used ChatGPT to create prompts for ChatGPT. The outcomes have been good up until now.
- pirate_solo9 3y agoUse majorly for programming and also to learn something by simplifying or digging deeper using questions. Chatgpt as a debugging partner has been a adam and eve sort of match to me. It's a saviour!
- tin7in 3y agoWe are a small team and those are just my use cases: - Debugging - I just throw 100s of lines of logs and it's pretty good at figuring out what needs to be done - Landing page copy generation and iterations on that copy - Summarizing papers - Extracting insights from user feedback - Improving emails, fixing grammar
- CamperBob2 3y agoDebugging - I just throw 100s of lines of logs and it's pretty good at figuring out what needs to be done ... Summarizing papers How does that work, given the small context window size? I've tried dumping a lot of text into the ChatGPT window and it just ignores most of it, or complains about the input being too long.
- tin7in 3y agoRegarding debugging - I'm pasting the relevant chunks while explaining a bit at the beginning what I am trying to achieve.
- aviperl 3y agoI've particularly enjoyed saving loads of time by having it convert API responses to typescript classes. And once I was done, asking it to write up some functions for the way they interact worked out very well. In general, I've made a habit of asking it coding questions (usually how to do something in a complicated framework) before bothering teammates. Probably about 80% success rate.
- dsrtslnd23 3y agoCoding, marketing tweets/posts based on rough ideas, website content rewrites.
- nidhishearth 3y agoI use it for almost everything but mainly for programming. I built a solution to take my ChatGPT Plus subscription every with me on the computer. Juggling browser windows was frustrating. I’d really appreciate feedback from you guys. Hope it’s helpful. www.constitute.ai
- deleted 3y ago[deleted]
- rpep 3y agoI’ve experimented with it a bit and found it can’t really do anything you might consider specialist. If I ask it detailed questions about the topic I did my PhD on, it can’t answer correctly. I worked on fluid dynamics for a couple of years in my first role, and there is a well known algorithm called SIMPLE for computing time evolution of steady state problems, and it couldn’t generate code for this even with lots of playing with prompts. I do web stuff more these days and I couldn’t get it to output a fully working React hook in Typescript that POSTs with Axios; there was always some sort of type error.
- netrdev 3y agoI've been using it a lot to think through development builds. I'll tell it the architecture that i'm thinking, the tech stack, and go back and forth with it. It saves a lot of time and helps me think through my process. That's my main use case (with copilot to finish the deal). The token limits are a pain for full code generation. I'm working on a site right now where I use the API to generate me full summaries of AI sites. Features, excerpts, descriptions. It works really nice. I find it works best when you split the prompts up.
- itaileibowitz 3y agoChatGPT is my new teammate! Well, sort of... I hadn't coded in ages. I started a hobby project to see whether I could remember enough to "set up a cute chatbot over email" with ChatGPT's API. At some point, ChatGPT asked me what added value users would get from the project. That was an interesting question! It was also an excellent example of how this project became more of a collaboration instead of a one-way street of asking ChatGPT to do stuff. The back-and-forth brings in added value beyond each of our contributions. So we (the AI and I) decided to document this collaborative journey on the project. So far, we've worked on: 1. Planning the project and pieces of it: excellent for frameworks, ideas, and feedback. 2. Coding + tech setup: we wrote about six superpowers, from choosing between options (like AWS vs. GCP vs. Zapier) to learning code best practices and more. 3. Building a website with ChatGPT and other AI tools in a day. 4. Making a video for social media. And there are other parts we'll continue to write about. For anyone interested, you can read more at: https://dearai.substack.com/p/introduction https://dearai.substack.com/p/introduction
- awsoswa 3y agoI found that AI 'augments' the truth, easily verifiable - http://dx.doi.org/10.13140/RG.2.2.34838.01603 http://dx.doi.org/10.13140/RG.2.2.34838.01603
- ezedv 3y agoHi, there! At our company, we're using GPT development for those who are interested: https://www.ratherlabs.com/gpt-development https://www.ratherlabs.com/gpt-development
- Charlon 3y agoAt our company, we've been using ChatGPT as a fun, creative and engaging tool that feels like having a quirky, digital sidekick! Picture this: we're brainstorming and optimizing ideas, and suddenly, our very own AI assistant comes in, adding a splash of color to our discussions. It's like having an extra team member who never tires, always ready to enhance our prompts with fresh ideas and boundless creativity. And the best part? It's ChatGPT itself that's writing this story for you! No matter the challenge, ChatGPT has our back, making work not just efficient but also a truly enjoyable experience.
- deleted 3y ago[deleted]
- FrontierPsych 3y agoChatGPT is the bomb. I use it to create content, to help me find weird words, to help me find films that I totally don't remember the name of but just describe one scene that I remember, just the other day, I needed to find out how to pound nails into my office walls, but my fingers were too big to hold the nail so I asked for a solution using common business items and it listed 10 of them and one of the solutions was to use a rubber band to hold onto the nail which I did and it worked like a charm. I was trying to jury-rig something, but couldn't think of anything. It thought up 10 solutions in 10 seconds. So I didn't have to fiddle fuck with it for 45 minutes, only to give up and have wasted all that time. I'll ask what kind of electronic equipment to buy. So many things. I have found a lot of bugs with it, too, though, so I'm getting educated. For example, at least for me, I will ask for a citation of something, and it just gives me urls that to to 404. Never once have I got an actual real citation. So I'm careful about that. There have also been many funny things, to me, that I have asked and got weird responses that amused me.
- abzalkaz 3y agoSaudex
- mehere14 3y agoI use it to document my work week so that I have a record of what I am doing several years down the line. https://cruit.coralworks.ca https://cruit.coralworks.ca