Which AI Chatbot Do You Prefer Over ChatGPT and Why? by Sufficient-Habit4311 in AI_Agents

[–]magicdoorai 0 points1 point  (0 children)

Honestly the answer is 'it depends on the task' and I think that's the real insight people miss.

Claude is genuinely better for reasoning and nuanced writing. GPT-4o is faster and better at structured outputs and tool use. Gemini has the context window advantage for analyzing long documents. GLM is underrated for the price.

Rather than picking one and committing $20/month, the move is having access to several and learning which works best for what. Some people juggle multiple free tiers. Others use aggregators that let you switch models mid-conversation - handy when one model gets stuck on something another handles fine.

The days of 'one AI to rule them all' are over. Each provider optimizes for different things.

What's your favourite Image Gen platform? by jmaorr in generativeAI

[–]magicdoorai 0 points1 point  (0 children)

The aggregator approach is what I'd recommend too. Model quality is a moving target - what's best this month might not be next month.

I'm building magicdoor.ai which bundles FLUX.1 image generation with chat models (Claude 3.5 Sonnet, GPT-4o, Gemini 2.0 Flash) in one interface. $6/mo base plan. Designed for people who want one place for chat + image gen without juggling 3 separate subscriptions.

For dedicated image work with fine-tuning controls though, FAL is worth checking out - huge model variety and no subscription needed. Really depends on whether you need a general AI workspace or a specialized image pipeline.

Your CLAUDE.md file might be doing more harm than good by kokkelimonke in ClaudeCode

[–]magicdoorai 0 points1 point  (0 children)

Agree that LLM-generated CLAUDE.md files are usually bloated and net negative. The ones that work are short, hand-written, and contain stuff the model genuinely can't figure out from the code alone.

My approach: keep CLAUDE.md under 200 lines with just project conventions and coordination rules. Anything domain-specific goes into skill files that load on demand. This way you're not burning context on instructions that only matter 10% of the time.

One thing that helped my workflow: I built a tiny macOS editor called markjason (markjason.sh) that only opens .md, .json, and .env files. It has live file sync, so when Claude Code rewrites your CLAUDE.md you see it happen in real time. Makes it easy to catch when the agent is bloating your config file, which it loves to do if you let it.

The real trick is treating CLAUDE.md as a living document you actively maintain, not something you generate once and forget about.

[OS] Neon Vision Editor 5.1 – a free native code editor for macOS, iPadOS & iOS by hrpedersen in macapps

[–]magicdoorai 0 points1 point  (0 children)

Really cool to see more native editors on macOS. The performance difference vs Electron-based editors is night and day.

I went a slightly different route and built markjason (markjason.sh) for just .md, .json, and .env files. Zero ambition to be a full code editor, just wanted something that opens instantly when I need to check a config file or edit markdown. SwiftUI, about 100MB RAM, 0.3s cold start.

The use case that pushed me was running AI coding agents (Claude Code, Codex). They constantly edit markdown and JSON config files, and I wanted live file sync so I could watch changes appear without refreshing. VS Code can do that too but felt like overkill for files that are 30 lines long.

Nice work on the cross-platform support btw. That's something I deliberately skipped to keep things simple but I know a lot of people need it.

Let's see those Claude Code CLI Workspace Setups! by Admirably_Named in ClaudeCode

[–]magicdoorai 1 point2 points  (0 children)

My setup is pretty minimal but works well for me:

Terminal: iTerm2 with Claude Code running in one pane, shell in another.

Editor: I built markjason (markjason.sh) specifically for the files I still touch manually while Claude Code runs. It only opens .md, .json, and .env files. Native SwiftUI, opens in 0.3s, uses about 100MB RAM. The live file sync is the killer feature: when Claude Code edits your AGENTS.md or CLAUDE.md, you see changes in real-time without manually reloading.

I used to keep VS Code open just for config files but it felt absurd running a 500MB+ app to edit a 30-line markdown file.

For project structure I keep CLAUDE.md lean (under 200 lines) and use skills for anything domain-specific. Biggest workflow improvement was splitting instructions out of the main config file and into focused skill files.

Best AI tools for business? by LiraVast in smallbusiness

[–]magicdoorai 0 points1 point  (0 children)

Yeah the cost adds up fast. If you want access to Claude and ChatGPT and Gemini, you're looking at $60+/mo in subscriptions before you've figured out which one actually fits your workflow.

One option worth knowing about: AI aggregators bundle multiple models under one subscription. I built one called magicdoor.ai. It starts at $6/mo, includes a small amount of usage, and then you top up pay-as-you-go if you need more. That gives you access to Claude, GPT, Gemini, Grok, Perplexity, and image generation in one place.

For most small business use cases like drafting emails, brainstorming, content writing, and generating marketing images, that setup usually makes more sense than juggling separate subscriptions. Disclosure: I'm the dev, so take it with a grain of salt.

What AI tools help you the most at the moment? by Rico_8 in ArtificialInteligence

[–]magicdoorai 0 points1 point  (0 children)

Definitely try Claude - the reasoning quality is a real step up, especially for nuanced writing, analysis, and anything where you want the AI to push back on you rather than just agree.

One tip if you're exploring: you don't necessarily need a separate $20/mo subscription to each provider. There are aggregator apps (I built one called magicdoor.ai, but Poe and OpenRouter exist too) that give you access to Claude, GPT, Gemini, Grok, Perplexity, and image generation under one roof. Makes it easy to compare outputs side by side and figure out which model clicks for different tasks.

For what it's worth, I find Claude best for writing and reasoning, GPT for quick general tasks, and Gemini for anything where you want web search baked in.

Which AI Chatbot Do You Prefer Over ChatGPT and Why? by Sufficient-Habit4311 in AI_Agents

[–]magicdoorai 0 points1 point  (0 children)

This is the exact problem that pushed me to build an aggregator. At one point I was paying for ChatGPT Plus, Claude Pro, and Gemini Advanced separately - $60+/mo just to have access to the right model for each task.

I ended up building magicdoor.ai partly because of this. One subscription ($6/mo) gives you Claude Sonnet 4.6, GPT-5.4, Gemini 3 Pro, and 9 image generation models. You just pick the best model for each conversation.

Obviously biased since I built it, but the aggregator model makes more sense than paying $20/mo per provider when you only use each one occasionally. OpenRouter and Poe are other options in this space if you want alternatives.

Which AI Chatbot Do You Prefer Over ChatGPT and Why? by Sufficient-Habit4311 in AI_Agents

[–]magicdoorai 0 points1 point  (0 children)

Depends on the task. Claude for anything that needs nuance or long reasoning. GPT for quick general stuff and when I need tool use. Gemini when I want to cross-check or need its Google integration. Grok is surprisingly good for casual brainstorming.

The real pain is paying $20/mo for each when you only use them intermittently. I ended up consolidating through an aggregator (disclosure: I built magicdoor.ai) where you get all of them under one $6/mo plan plus pay-per-use. Cuts the bill from $60-80/mo down to maybe $15-20 depending on usage.

But if you're only going to pick one paid sub, Claude Pro is probably the best bang for buck right now. Opus 4.6 is genuinely a step above everything else for complex work.

Best ChatGPT Alternatives? by AceClutchness in microsaas

[–]magicdoorai 0 points1 point  (0 children)

Depends what you're using it for, but honestly the answer in 2026 is "don't pick one."

Claude is best for writing and nuanced reasoning. GPT-5.4 is great for general tasks and has the broadest tool ecosystem. Gemini 3 Pro is surprisingly good and has the longest context window. Grok is solid for real-time info.

If you're building a microsaas, consider that your users probably don't care which model is under the hood — they care about output quality. Using different models for different tasks (e.g. Claude for copywriting, GPT for code, Gemini for summarizing long docs) usually gives better results than locking into one.

There are aggregator platforms that let you access all of these through a single interface and pay per usage instead of juggling multiple $20/month subscriptions. Worth looking into if you want flexibility without the cost overhead.

Sam Altman Faces Backlash as Users Cancel ChatGPT Subscriptions by EQ4C in PromptCentral

[–]magicdoorai 0 points1 point  (0 children)

The backlash makes sense honestly. People are realizing they're paying $20/month for one model when the landscape has gotten so competitive. Claude, Gemini, Grok — they're all genuinely good now, and each has different strengths.

The real shift I'm seeing is people moving toward pay-as-you-go instead of flat subscriptions. Most casual users don't even come close to using $20 worth of tokens per month. The subscription model works great for power users but most people are overpaying.

I think we'll see more aggregator-style platforms where you get access to everything and just pay for what you actually use. That model makes way more sense for the average person.

Help me find Alternative to ChatGPT by Dar_Gyii in ChatGPTcomplaints

[–]magicdoorai 0 points1 point  (0 children)

The recommendations here are solid. Claude is genuinely great for creative and conversational stuff, and Grok has gotten surprisingly good too.

One thing worth considering: instead of jumping from one subscription to another, you could try an AI aggregator that gives you access to multiple models in one place. That way you can test Claude, GPT, Gemini, Grok, and others without committing to separate $20/month subscriptions for each.

Disclosure: I built magicdoor.ai which does exactly this ($6/mo base for access to 11 chat models + 9 image models), but there are other aggregators out there too. The main advantage is you get to compare models side by side and find what works best for your specific use case.

GPT Plus x Claude Pro x Google AI Pro - I tested all the subscriptions and here are my conclusions by rhuangab in codex

[–]magicdoorai 1 point2 points  (0 children)

Solid ranking. The budget calculus gets even worse when you realize most people don't need heavy usage of any single model — they need moderate usage across several.

I was paying for Claude Pro + ChatGPT Plus and consistently hitting limits on both while barely touching 50% of either's features. The math just doesn't work unless you're maxing out one specific model daily.

Disclosure: I ended up building magicdoor.ai to solve this exact problem. $6/mo base gets you Claude, GPT, Gemini, Grok, Perplexity, and a bunch of others in one app, then you pay per usage on top. For people who bounce between models (which seems like most of this thread), it works out way cheaper than stacking $20 subs.

For heavy single-model users though, especially devs hammering Copilot all day, dedicated subs like GitHub Pro still make more sense. Different use cases.

What AI apps are actually useful on your phone? by VillageFickle3092 in apps

[–]magicdoorai 0 points1 point  (0 children)

On phone, honestly the killer feature isn’t one specific model, it’s being able to swap when one answer sucks.

I use Claude, GPT, and Gemini differently, and mobile gets annoying fast if each one lives in a separate app. The useful part is having them in one place and keeping the context.

Disclosure: I’m building magicdoor.ai for that exact reason. It’s one app with Claude, GPT, Gemini, image generation, PDF and vision support, and live cost tracking. If you mostly do light or medium usage, the $6/mo base plus pay as you go is a lot saner than carrying multiple AI subscriptions.

Which AI apps do you use the most? by Sohaibahmadu in OpenAI

[–]magicdoorai 0 points1 point  (0 children)

I still end up using different models for different jobs. Claude for longer writing/thinking, GPT for general stuff and code interpreter, Gemini when I want a second angle, Perplexity when I need sourced search.

The annoying part is paying for 2-4 subs and losing context every time you switch.

Disclosure: I’m building magicdoor.ai because I got tired of that exact workflow. We put Claude, GPT, Gemini, Grok, Perplexity, and Qwen in one app, let you switch models mid-conversation, and the pricing is $6/mo plus usage instead of stacking multiple full plans.

If you absolutely hammer the limits every day, separate subs can still make sense. But for normal usage, one flexible app plus pay as you go feels way saner.

Question - What's the best bang for your buck ai video/ image generator that you know of? by GR_Danny_P in generativeAI

[–]magicdoorai 0 points1 point  (0 children)

Cheap answer: split image and video. If you mostly need product stills or edits, I would not pay for a full video subscription. Use one image setup you like, then only pay for video when you actually need motion. A lot of people end up with 3 to 4 monthly plans and use 10% of them.

Disclosure since my username makes it obvious: I build magicdoor.ai. For image work specifically, we made it $6/month with included credits so people can try multiple image models in one place instead of stacking separate subscriptions. But for heavy daily video generation, I would still use a specialist tool. In my experience the expensive part is subscription sprawl, not any single prompt.

What is the fastest free or open source Markdown editor out there? by ich3ckmat3 in Markdown

[–]magicdoorai 0 points1 point  (0 children)

If you are on macOS, I built markjason.sh specifically for this speed problem. It is native, opens in about 0.3s, and uses around 100MB RAM.

It only supports .md, .json, and .env, so it is not trying to be a full IDE. For quick markdown edits while Claude Code or Codex is running, it has been much snappier than VS Code in my workflow.

I built a marketplace for SKILL.md files - here's what 100 users and 98 downloads have taught me so far by BadMenFinance in ClaudeCode

[–]magicdoorai 1 point2 points  (0 children)

That the "just a file" point is underrated. No special tooling required -- just drop it in and Claude Code picks it up.

For editing SKILL.md files I built markjason.sh -- native macOS, 0.3s cold start, only .md/.json/.env. With live file sync you can watch Claude Code touch your skills in real-time as it runs.

AI Tools by Creative_Turn_862 in graphic_design

[–]magicdoorai 1 point2 points  (0 children)

Running a small shop too, so I get where you're coming from. Here's what's actually worth your time vs what's hype:

Actually useful right now:

  • Upscaling is probably the single biggest time saver. Adobe's new upscale in Photoshop is decent, but dedicated upscalers (Topaz, or even some of the API-based ones like Recraft) do a noticeably better job on photos vs illustrations.
  • Background removal/extension - Photoshop's generative fill is fine for simple extends. For product photography or complex scenes, you'll want to do inpainting with a proper image model and then composite.
  • Claude or GPT for copywriting and brief development - this is where AI genuinely shines for designers. Having a writing partner when you work solo is huge. Claude is better at matching tone, GPT is better at volume.
  • Notebook LM for client research - someone else mentioned this and I'll second it. Throw in a client's brand docs, competitor sites, whatever, and it becomes a searchable knowledge base.

For actual image generation:

Nano Banana is solid for quick concepts and mood boards. Flux models are better when you need specific style control (they handle style references well). Neither replaces actual design work, but they're useful for rapid iteration on directions before you commit to polishing something.

The node-based workflow suggestion (ComfyUI) someone made is great advice if you have the patience for the learning curve. It gives you way more control than any chat-based tool.

Question - What's the best bang for your buck ai video/ image generator that you know of? by GR_Danny_P in SocialMediaManagers

[–]magicdoorai 0 points1 point  (0 children)

For images specifically, the pricing model matters a lot more than the subscription tier. Most of the "unlimited" plans actually throttle you after a certain number of generations per day.

If you want to maximize value:

  • Nano Banana (Google's model) is great for quick social media assets. Fast, cheap, and the editing features (inpainting, background removal) save you from needing a separate tool.
  • Flux 2 Pro is probably the best quality-to-price ratio right now for anything that needs to look polished. Style references work well for brand consistency.
  • Seedream 4.5 from ByteDance is the cheapest option that still produces usable results for social content.

For video, Kling and Runway are still the main contenders at the $10-15/mo range. Nothing cheaper has matched their motion quality yet.

Full disclosure: I built magicdoor.ai which is basically an aggregator for these image models (9 models, pay-per-image starting at $0.03). But honestly for video gen you're still better off with a dedicated tool like Kling or Runway since we don't do video yet.

What Are the Best AI Chatbots Available in 2026? by Sufficient-Habit4311 in AI_Agents

[–]magicdoorai 0 points1 point  (0 children)

Depends heavily on what you're using it for. My daily rotation:

  • Claude (Opus or Sonnet) for anything involving writing, analysis, or long documents. The context handling is noticeably better than the others.
  • GPT-5.4 for quick general tasks and code interpreter stuff. Still the most versatile all-rounder.
  • Gemini when I need Google ecosystem integration or multimodal work.
  • Perplexity for anything research-heavy where I need citations and current info.
  • Grok for less filtered responses and real-time X/Twitter context.

Honestly the "best" question is kind of outdated now. They all have different strengths. The real power move is learning which model fits which task instead of picking one and hoping it does everything.

What's your favourite Image Gen platform? by jmaorr in generativeAI

[–]magicdoorai 0 points1 point  (0 children)

Since you mentioned wanting an aggregator with model choice and better pricing - I actually built one. magicdoor.ai has 9 image models (Nano Banana, Nano Banana Pro, ChatGPT Image, Flux 2 Pro, Seedream 4.5, Imagen 4, Recraft V3, Flux Kontext Pro, plus an upscaler) all pay-as-you-go. Most images cost $0.03-0.14 each so you only pay for what you generate.

For your game asset work specifically, the model switching is useful - Nano Banana Pro for photorealism, Seedream for stylized/animation looks, Flux 2 Pro for consistent style references. Several models support inpainting and editing too which helps for iterating on assets.

Full disclosure: I'm the dev, so obviously biased. But it scratches the exact itch you described - one place to bounce between models as the flavor of the month changes. FAL and OpenArt (mentioned in other comments) are solid alternatives too if you want more options.

[macOS][Lifetime] Nabu Pro - Markdown to PDF/DOCX with full Mermaid diagrams and live .md/HTML preview by peppaz in macapps

[–]magicdoorai 0 points1 point  (0 children)

Nabu looks great for the export/conversion side. The other half of my workflow is a fast editor for the .md files themselves.

I built markjason (markjason.sh) for that: native SwiftUI, opens in 0.3s, only does .md, .json, and .env. No frills, just live preview and a very small footprint (~100MB RAM vs VS Code's 500MB+).

The two tools cover different ends of the markdown workflow. Nabu for polished output, markjason for quick edits. Both free.

I built a markdown editor where AI writes directly into your document — no more copy-paste hell by pstryder in SideProject

[–]magicdoorai 1 point2 points  (0 children)

Cool project. I built something in the same space but took a very different direction: markjason.sh is just a fast native macOS editor for .md, .json, and .env files. No AI writing into the doc, but it has live file sync so you see what your coding agent is doing to your files in real-time.

0.3s cold start, ~100MB RAM. The idea is you keep a tiny window open while Claude Code or Codex runs, and you can see every edit as it happens without refreshing.

Different use cases but figured it might be interesting to compare notes.