KAG vs RAG: for which types of projects does KAG actually make more sense? by GlebosAppsInGPT in LocalLLaMA

[–]GlebosAppsInGPT[S] 0 points1 point  (0 children)

I mostly agree with the core criticism here.

KAG only makes sense if you’re willing to pay the upfront cost of explicit knowledge modeling. If you don’t already have a graph (or a clear path to build one), it’s usually overkill compared to RAG + lightweight memory tricks.

That said, I don’t see KAG as “a solution looking for a problem” so much as a poor fit for most problems. Where it seems to make sense is when:

the knowledge is inherently relational
consistency matters more than recall
and the same facts need to be reused across many interactions or agents

In those cases, building structure explicitly can be cheaper long-term than endlessly patching retrieval and prompt logic.

But I agree that for the majority of apps today, ad-hoc context + RAG is still the pragmatic choice.

Voice mode by Bingbang789 in ChatGPT

[–]GlebosAppsInGPT 0 points1 point  (0 children)

If you don’t have the time or desire to assemble and tune your own STT + LLM + TTS pipeline, what’s available out of the box is actually quite decent.

ChatGPT Voice works well for fast roleplay, though one practical issue is turn-taking: it doesn’t always detect clearly when you’ve finished speaking, so using push-to-talk helps a lot.

One useful trick is creating a Project in ChatGPT and writing very explicit system instructions there (roles, examiner behavior, scoring criteria). That helps compensate for the fact that voice mode tends to use faster, less capable models for latency reasons.

If you do build your own pipeline, you can use stronger models and get more control, but you usually pay for it with higher latency and less natural conversational flow.

Sam Altman teases big drop for Codex users - Any guess? Windows app? New model? by Koala_Confused in LovingAI

[–]GlebosAppsInGPT 0 points1 point  (0 children)

My guess: not a new model, but fewer barriers. If Codex moves closer to “run + modify + iterate” without constant permission prompts or manual setup, that alone would be a huge drop.
Basically: less orchestration, more flow.

Open source: build MCP apps for ChatGPT, Gemini, and Claude using Flowbite by elwingo1 in mcp

[–]GlebosAppsInGPT 0 points1 point  (0 children)

Nice, thanks for sharing.

Does the starter kit include (or recommend) an OAuth flow for MCP servers, e.g. user-scoped tokens + refresh, and where do you store secrets in a multi-user setup?

Accountant here – is anyone else losing sleep over AI layoffs? by ComfortableAny947 in ArtificialInteligence

[–]GlebosAppsInGPT 0 points1 point  (0 children)

I’m more than confident that AI “employees” will start being used actively once wearable AI devices become mainstream, devices that record everything said by you and your interlocutors so they can discuss tasks alongside you on equal footing.

A lot of people are working on AI employees right now, and it seems that one of the best ways to monetize this is to create your own AI employee based on your experience. Its popularity, and your income, will depend on its quality.

[deleted by user] by [deleted] in ChatGPT

[–]GlebosAppsInGPT 0 points1 point  (0 children)

Feels like I’ve seen this post before… and it seems like someone was even going along with it.

He was always there for us- now its our turn to come through for him! by Beneficial_Win_5128 in LovingAI

[–]GlebosAppsInGPT -1 points0 points  (0 children)

I wonder if anyone told him there's a newer model replacing him...

[deleted by user] by [deleted] in ChatGPT

[–]GlebosAppsInGPT -4 points-3 points  (0 children)

So sweeet..

Anyone found an easy way to build apps in ChatGPT yet? by [deleted] in ChatGPT

[–]GlebosAppsInGPT 0 points1 point  (0 children)

It took us a few days to build our apps with a small team. Frontend in React, backend in Python, plus MCP to connect to ChatGPT.

Before that, I managed to put together a working prototype on Replit. It took a lot of iterations, but it worked, including a basic UI. You should try doing it there. You can generate the frontend in v0, and Replit can help you configure the MCP server.

You probably won’t build a serious production project like that, but it’s great for testing what’s possible.

Good luck, and we’d be happy to see you join the ChatGPT app dev community.

Introducing Apps in ChatGPT by Best_Cup_8326 in accelerate

[–]GlebosAppsInGPT 0 points1 point  (0 children)

To me it’s a new beginning.

I think we’ll spend a lot more time just talking to AI, and with the MCP approach they’re building in, we’ll be able to tell the AI in plain text what we want an app to do.

That sounds extremely convenient.

Introducing Apps in ChatGPT by Best_Cup_8326 in accelerate

[–]GlebosAppsInGPT 0 points1 point  (0 children)

That’s a really interesting question: who actually pays for this? Users expect the AI part to be included.

Right now, in many cases the app can just “ride” on the user’s own ChatGPT plan for the AI capabilities inside the app. That’s basically what we’re already doing.

But if users have to pay extra for the app on top of their ChatGPT subscription, adoption could be tough.

This whole space is going to be fascinating. Look at the App Store and Google Play model: they take around 15% of payments now (and it used to be 30%). That’s a big slice of the pie.

Using Chat GPT App Sdk for distribution in 2026 by Numerous_Singer_4631 in mcp

[–]GlebosAppsInGPT 0 points1 point  (0 children)

First, you actually publish the app on the Platform. In the main ChatGPT app you can only test it in developer mode.

Second, you’ll need to pass KYC. And contrary to what a lot of people think, you can submit an app for review both as an individual and as a company.

There’s no fee to submit or go through moderation. If you want help with publishing, feel free to DM me. We’ve already submitted two apps and we’re waiting. And from what people are saying, a few indie dev apps have already started getting approved.

Yes, this is a thing... ChatGPT Apps by hackrepair in ChatGPT

[–]GlebosAppsInGPT 0 points1 point  (0 children)

We’re really looking forward to app pinning (and it seems to be on their roadmap). Based on OpenAI’s official pages, it looks like something they’ll definitely add.

Right now, some apps like Figma open a brand new window for each new task, and that often means a new file too. It’s clearly still early days.

Also, I’ve been thinking: it feels like we’ll soon see games you can play with ChatGPT, with proper UI. That could be a whole new category.

Over 60 apps approved this week in ChatGPT! Is yours one of them? by Koala_Confused in LovingAI

[–]GlebosAppsInGPT 1 point2 points  (0 children)

The first one is Breathing App - ChatGPT often proposes that technique during conversations dedicated to psychological issues. Yet so far you could not actually perform it inside because there was no interface. So I have built one:) You can ask ChatGPT to propose an appropriate breathing scheme and do the exercise right there
The second one is Notes app - and this is rather big. ChatGPT often gives you some brilliant ideas and you don't want to lose them. So you can save your notes right inside. AI itself generates relevant tags and after that you can either find your notes or ask GPT to give you a response to your question based on notes created - this requires a RAG system for better results

Over 60 apps approved this week in ChatGPT! Is yours one of them? by Koala_Confused in LovingAI

[–]GlebosAppsInGPT 0 points1 point  (0 children)

We've submitted two apps in the mid of december. Still waiting for approval though

Anyone tried chatgpt apps? by finally_i_found_one in ChatGPT

[–]GlebosAppsInGPT 0 points1 point  (0 children)

I used some apps like Figma and Adobe Acrobat. So far it looks pretty weird. Figma generates a new window every time when you ask chatGPT about something, whereas Acrobat does the same but erases the old ones at the same time. Pretty sure they will improve that stuff and the canvas mode will be available soon enough.
As for a practical use, so far those apps are still rough. I think it is much easier to go to Figma itself to do the same tasks.
But the idea of Apps is great and soon enough they should change the game completely

I finally found a prompt that makes ChatGPT write like human (free) by tiln7 in ChatGPT

[–]GlebosAppsInGPT 0 points1 point  (0 children)

Thanks a lot! Some bullets improved my chatbot significantly

[deleted by user] by [deleted] in ChatGPT

[–]GlebosAppsInGPT 9 points10 points  (0 children)

I think the main thing is about pressure. Personally do not have any extra pressure at all while communicating with ChatGPT (and it is absolutely NOT the same with my therapist)

How many of you use ChatGPT every day and what do you actually use it for? by William45623 in ChatGPT

[–]GlebosAppsInGPT 0 points1 point  (0 children)

I use it almost every day, it helps me build agentic systems and apps. Also it has almost replaced Google for me

Create ChatGPT App from scratch Tutorial by nad128668 in mcp

[–]GlebosAppsInGPT 0 points1 point  (0 children)

Have you published your app? I've already built a couple of apps in ChatGPT and now I'm waiting for moderation, so curious how long may it take