CSS Magic
Author

CSS Magic

Learn and create, pioneering the AI era.

55
Articles
0
Likes
138
Views
0
Comments
Recent Articles

Latest from CSS Magic

55 recent articles
CSS Magic
CSS Magic
Apr 12, 2024 · Artificial Intelligence

Answering Common Kimi API Questions and Exploring AI App Development

This article addresses frequent Kimi API queries, explains the API's purpose, available endpoints, model specifications, token‑based pricing, differences from the web assistant, response variability, JSON output workarounds, and shares upcoming roadmap items for developers building AI applications.

AI DevelopmentChat CompletionJSON Output
0 likes · 10 min read
Answering Common Kimi API Questions and Exploring AI App Development
CSS Magic
CSS Magic
Mar 13, 2024 · Artificial Intelligence

How Moonshot’s Kimi Model Beats Big‑Tech LLMs with 200k‑Token Context

The author tests Moonshot’s Kimi API, revealing its 200 k‑character context window, superior token‑to‑character ratio compared with GPT‑3.5 and Gemini, and performance that, while slower than GPT‑3.5 Turbo, rivals GPT‑4 Turbo, all while offering OpenAI‑compatible endpoints and free credit for developers.

API compatibilityContext LengthKimi
0 likes · 8 min read
How Moonshot’s Kimi Model Beats Big‑Tech LLMs with 200k‑Token Context
CSS Magic
CSS Magic
Feb 20, 2024 · Artificial Intelligence

OpenAI’s Sora Video Model Is Hyped—But Here Are the Flaws OpenAI Itself Acknowledges

The article walks through OpenAI’s own admission of Sora’s shortcomings—such as unrealistic physics, misplaced spatial details, and erratic object behavior—by showcasing concrete demo failures, additional observations, and technical notes about its diffusion‑based, transformer architecture and metadata embedding.

AI limitationsOpenAISora
0 likes · 7 min read
OpenAI’s Sora Video Model Is Hyped—But Here Are the Flaws OpenAI Itself Acknowledges
CSS Magic
CSS Magic
Feb 8, 2024 · Artificial Intelligence

How to Build Custom GPTs: A Step‑by‑Step Guide to Their Core Capabilities

This article walks through the ChatGPT interface for creating custom GPTs, explains configuring basic information, details the five built‑in tools—knowledge base, web browsing, DALL·E image generation, code interpreter, and external API actions—and demonstrates each with concrete prompts and screenshots.

AI toolsCode interpreterCustom GPTs
0 likes · 14 min read
How to Build Custom GPTs: A Step‑by‑Step Guide to Their Core Capabilities
CSS Magic
CSS Magic
Feb 8, 2024 · Artificial Intelligence

Complete GPTs Guide Part 3: Securing and Publishing Your Bot to the Store

Learn how to protect your custom GPT from prompt‑injection attacks that expose its system prompt and follow the step‑by‑step process to publish it on the GPTs Store, including selecting visibility, completing developer verification via payment or domain, and choosing a category.

GPTsOpenAISecurity
0 likes · 5 min read
Complete GPTs Guide Part 3: Securing and Publishing Your Bot to the Store
CSS Magic
CSS Magic
Feb 3, 2024 · Artificial Intelligence

Complete Beginner’s Guide to GPTs (Part 1): What They Are and How to Use Them

This article explains what GPTs (customized ChatGPTs) are, outlines the subscription and access requirements, walks through the GPTs store interface, and demonstrates creating a logo with the “Logo Creator” GPT, highlighting the multi‑turn workflow and built‑in DALL·E 3 generation.

AI CustomizationChatGPTDALL·E 3
0 likes · 6 min read
Complete Beginner’s Guide to GPTs (Part 1): What They Are and How to Use Them
CSS Magic
CSS Magic
Feb 2, 2024 · Artificial Intelligence

Four Steps to Master Advanced ChatGPT Customization

This article walks you through five progressive levels—from basic usage to prompt engineering, custom instructions, bespoke Prompt bots, and finally creating OpenAI GPTs—demonstrating how structured prompts, role setting, output formatting, and integrated extensions can dramatically boost ChatGPT’s effectiveness for professional tasks.

ChatGPTCustom InstructionsGPTs
0 likes · 12 min read
Four Steps to Master Advanced ChatGPT Customization
CSS Magic
CSS Magic
Dec 26, 2023 · Backend Development

Capturing Node.js HTTPS Requests with Charles: A Step‑by‑Step Guide

The article walks through the author's investigation of why a Node.js CLI tool using Got fails to route HTTPS requests through Charles, compares direct proxy versus reverse‑proxy strategies, and provides a step‑by‑step implementation using https‑proxy‑agent and Got with certificate verification disabled, enabling successful request capture.

CharlesGoTHTTPS proxy
0 likes · 6 min read
Capturing Node.js HTTPS Requests with Charles: A Step‑by‑Step Guide