Diario del capitán, fecha estelar d649.y41/AB
If you run a blog or manage digital content, you’ve likely encountered the "Holy Grail" of generative AI: Consistency.
Tools like ChatGPT or Gemini can create breathtaking artwork in seconds. However, they suffer from a major flaw: Artistic Amnesia. Today, they generate a perfect minimalist illustration for you, but tomorrow, using the exact same prompt, they might return a 3D render that looks nothing like your brand.
Many users try to solve this by building a custom GPT (ChatGPT) or a custom Gem (Gemini), thinking that by uploading their brand images to the custom GPT's knowledge base, the AI will "learn" their style. This is a mistake.
The technical reality is that the knowledge files in a Custom GPT are designed for the model to read text (pdfs, docs), not to visually train itself on image attachments. The AI cannot use those files as a persistent "visual style library".
So, how do we generate thumbnails and cover images that look like part of a cohesive collection without being AI engineers? The answer lies in Conversation Context and a smart post-production workflow.
Here is the exact procedure we use (for example, creating covers for GPTApps).
Instead of configuring a complex assistant, we leverage the short-term memory of an active chat session.
Analyze the art style, color palette, and composition technique of these attached images. Do not generate anything yet, just confirm that you have understood the visual aesthetic.
Generate a cover image for a blog post about [TOPIC], STRICTLY maintaining the visual style of the previous references.
Never delete this chat. Rename it to something like "Blog Style Generator" and pin it to your sidebar. Whenever you need a new image, go back to this specific conversation. Because the history is preserved, the AI has your references "on hand" ensuring perfect consistency every time.
This brings us to the second problem. Images generated by ChatGPT or Gemini usually have a low resolution (approx. 1024x1024 pixels). This is fine for a small thumbnail, but for a Hero/Cover image, it looks blurry and pixelated on modern Retina or 4K displays. Additionally, tools like Gemini often add a small watermark.
To fix this without paying for subscriptions and while keeping your data private, we use a free, open-source application called Upscayl. It allows you to use your own computer's graphics card (GPU) to upscale images using AI, essentially "inventing" the missing pixels to achieve crystal-clear sharpness.
The process is simple:
Alternatively, and depending on the model, you can also do it with Perplexity with great resolution from the get-go and low response times.
Now that you have a high-resolution image, removing imperfections or watermarks (like the AI watermark in the corner) is trivial.
This is the system that allows us to maintain a strong, professional visual identity. Try it on your next article, and you’ll see your blog's visual quality take a giant leap forward.
This scam targets dev agencies and freelancers via contact form enquiries with large budgets, then funnels victims to a fake Google Sites page that serves malware via a fake certificate installer (.dmg).
Leer el artículo
AI agents often over-abstract coincidental duplication, creating fragile architectures that increase cognitive load and technical debt. Prioritizing clear domain boundaries over rigid DRY principles is essential for keeping codebases maintainable for both humans and AI.
Leer el artículo
After starting with Cursor in 2024, we are now standardizing on Claude Code for our 2026 agentic strategy. This move marks our official shift from writing code to defining problems and steering the process.
Leer el artículo