Activity
Mon
Wed
Fri
Sun
Jul
Aug
Sep
Oct
Nov
Dec
Jan
Feb
Mar
Apr
May
What is this?
Less
More

Owned by Jason

ChatGPT Users

12.7k members • Free

A home for entrepreneurs who use ChatGPT to discuss, discover, and connect with others using this incredible AI technology. ⭐️ Invite your friends ⭐️

OpenClaw Users

917 members • Free

Free community for OpenClaw users to install, build, break, fix and share wild AI agent ideas together.

Memberships

Skoolers

183.5k members • Free

741 contributions to ChatGPT Users
Write Super Fast Detailed Prompts
I've been experimenting for the last three weeks with Wispr Flow and I have to be honest I don't think I could do without it now. As you can see from the attached screen shots, I use it a hell of a lot for writing prompts and I find it way better than either Claude's microphone or ChatGPT's microphone. It's particularly good at recognising technical words to do with hosting or domain names, things that normally would drive you crazy because after you've done speech-to-text you have to go back through and then edit it all correctly. As you can see from the attached screenshot it looks like I might be doing too much work and my poor friends don't get to hear from me too often. 😄 Anyway if you want to write detailed prompts extremely quickly and with minimal editing (I'm talking almost never), then I highly recommend trying out Wispr Flow. Cheers Jason
Write Super Fast Detailed Prompts
How to use ChatGPT as a 'second opinion' before you make a business decision
Most people use ChatGPT to generate ideas. That's the easy part. The more useful play is to use it as a second opinion on a decision you've already half-made. When you're about to raise a price, ship a new offer, or send a long email you're nervous about, you don't need more options. You need someone to poke holes in the one you've picked. ChatGPT is good at this if you set it up right. Here's the basic shape. Step 1. State the decision you've already made. Don't ask "what should I do", write out the choice in plain terms. "I'm planning to raise my price from $49 to $79 starting next month. Here's why…" Step 2. Give it the context. Customer base, recent feedback, what your competitors charge, why the timing feels right. Two or three short paragraphs is enough. Step 3. Ask it to argue against the decision. Try this line: "Argue against this decision as if you were a sceptical advisor who has seen plenty of similar plans fail. Be specific." That last word matters. Without "be specific" you get generic risk-talk. With it, you get the actual second opinion you came for. Step 4. Decide what to do with what comes back. Some of the pushback will be useless. Some of it will land. The point isn't to follow the AI's advice, it's to surface the angles you hadn't considered before you commit. This pattern earns its keep most on pricing changes, hiring decisions, big emails, and anything where you've already mostly made up your mind. The "give me 10 options" pattern is better suited to early-stage brainstorming. What's the next decision you'd run this on? Drop it below.
How to use ChatGPT as a 'second opinion' before you make a business decision
0 likes • 5d
@John Santos same here. The reason this group works is that everyone shows up with their own angle — keeps the ideas useful instead of recycled.
0 likes • 2d
Good to hear, Ron. Run a real decision through it once and it tends to stick as a habit. The trick is letting it argue back properly rather than just nodding along.
API token tracking per key & dynamic file syncing in Assistants API
Hi everyone! 👋 I’m looking for some advice on optimizing my OpenAI API workflow and would appreciate your insights on two specific issues. Question 1: Tracking Token Usage per API Key How can I accurately track token consumption for each specific API key? Is there a built-in dashboard feature to see exactly how many tokens a single key is burning daily, or does this require a custom logging setup? Question 2: Dynamic File Updates for Assistants I’m using the Assistants API (platform.openai.com/assistants/) but facing a bottleneck with File Search. I frequently need to make minor, real-time edits to the reference documents. What is the current best practice/pipeline for this? Are there any out-of-the-box tools or integrations for seamless syncing (e.g., editing a Google Doc and having it auto-update in the Vector Store)? Or is the only viable route to write a custom script that triggers the deletion of the old Document ID and pushes the new one? Thanks in advance for the help! Pavel
API token tracking per key & dynamic file syncing in Assistants API
2 likes • 6d
On the key-level tracking, the Usage dashboard at platform.openai.com/usage will give you what you want if you assign each API key to its own Project (Settings → Projects, then create a key scoped to that project). The per-project usage view then shows daily token + cost breakdown for that key. There's no per-key meter on the main dashboard, but the project trick gets you the same outcome. For anything beyond that (alerts, real-time spend, cost-per-customer), most people wrap calls in a small logging layer or use something like Helicone or Langfuse to get it out-of-the-box. On the Assistants file sync, there's no native auto-update from Google Docs into the vector store. The pattern most people land on is what you described: a small workflow (Zapier, Make or n8n all do this) that watches the source doc, deletes the existing vector_store_file when it changes, and uploads the new version. Delete + re-upload is the only reliable route right now because vector store files are immutable per version. One thing worth doing is debouncing the trigger. Don't reindex on every keystroke, batch syncs to once every few minutes so you're not burning embedding cost on every comma change. Happy to go deeper on either side. Let me know what you're using on the orchestration layer (Zapier, n8n, custom code) and I can be more specific.
How to get ChatGPT to interview you before it answers
Most prompting advice tells you to write the perfect instruction up front. For everyday business tasks, I think that's backwards. You're guessing at what matters before you've really thought it through, and you end up with a vague answer because you handed it a vague brief. Here's a simpler move: tell ChatGPT to interview you first. Instead of asking for the finished thing, add one line to your prompt: "Before you answer, ask me up to five questions that would help you give a better response." Now ChatGPT does the hard part. It surfaces the gaps: who the audience is, what the goal is, what tone you want, what you've already tried. Then you just answer in plain language. The final output gets built on real context instead of assumptions. This works best on the messy, higher-stakes stuff: a sales email, an awkward client reply, pricing for a new offer, a job description. Anything where the quality depends on details only you know. Two tips. Cap the questions. Five is plenty, or it spirals. And if a question doesn't matter, just say "skip that one." You're steering, not filling in a form. It feels slower for about ten seconds. Then the answer comes back sharper than anything a one-shot prompt would have produced. What's the last thing you asked ChatGPT for that came back generic? That's exactly the kind of task to try this on. Drop it below. Jason 🙌
How to get ChatGPT to interview you before it answers
0 likes • 8d
@MaryBeth Mahan The nice thing is you don't have to write the five questions yourself — that's the job you're handing to ChatGPT. You just add the line "Before you answer, ask me up to five questions that would help you give a better response," and it picks the questions based on the specific task. That said, the ones it asks usually cluster around the same things: who the audience is, what outcome you want, what tone fits, any constraints, and what you've already tried. Letting it choose tends to beat a fixed list, since the right questions for a sales email aren't the right ones for a job description. Try it on a messy task and see what comes back — happy to help if anything looks off.
0 likes • 7d
@Enoch Adebisi Glad it landed Enoch. Try it next time you've got a higher-stakes task and the difference shows up fast.
File Uploads Are Now Live Inside FastBots ⬆️
You can now allow users to upload files directly in your chatbot window. This has been requested a lot, especially for support and onboarding use cases. Here’s what’s supported: JPEG (.jpg, .jpeg)PNG (.png)WebP (.webp)HEIC (.heic)PDF (.pdf)Word (.doc, .docx)CSV (.csv) Maximum file size: 10MB per file. This means your users can now: • Send screenshots when something isn’t working • Upload contracts or forms• Share product spreadsheets • Send mobile photos straight from iPhone • Provide documents for analysis You’ll find the toggle inside your chatbots appearance settings (paid plans only). Enjoy! Jason
File Uploads Are Now Live Inside FastBots ⬆️
1 like • Mar 5
@John Santos The person using the chatbot can upload a photo of the roof that needs fixing and the bot can respond according to how the prompt was set up in tune ai.
0 likes • 12d
@John Santos You can automatically send them the conversation email.
1-10 of 741
Jason West
8
24,282points to level up
@jason-west-5593
I've been making my living online for over 26 years and have a keen interest in Artificial Intelligence for business use.

Active 12h ago
Joined Feb 15, 2023
ISFJ
UK
Powered by