Tagged articles
8 articles
Page 1 of 1
AI Insight Log
AI Insight Log
Apr 22, 2026 · Artificial Intelligence

How OpenAI’s New Workspace Agents Turn Any Team Task into an Automated Agent

OpenAI has launched Workspace Agents, an evolution of GPTs powered by Codex that lets teams describe a workflow in plain language and automatically creates a shared, long‑running AI agent that can access tools, remember context, and operate across Slack, Linear, Google Drive and more.

AI automationChatGPTEnterprise AI
0 likes · 9 min read
How OpenAI’s New Workspace Agents Turn Any Team Task into an Automated Agent
Tencent Cloud Developer
Tencent Cloud Developer
Jun 5, 2024 · Artificial Intelligence

Introduction to AI Development and Practical Applications

The article surveys AI development from early GPT experiments to real‑world deployments, explaining how tools like LangChain and Retrieval‑Augmented Generation enable sophisticated agents, multi‑prompt workflows, and function calls for chatbots, education, and creative content while addressing accuracy, resource, and ethical challenges.

AI DemosAI DevelopmentAgent Frameworks
0 likes · 34 min read
Introduction to AI Development and Practical Applications
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.

GPTsOpenAIdomain verification
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
Tencent Cloud Developer
Tencent Cloud Developer
Nov 23, 2023 · Artificial Intelligence

Calling Your Private GPTs from ChatGPT with 50 Lines of Python Code

This tutorial shows how, with about 50 lines of Python using Playwright and pyperclip, you can automate a persistent Firefox session to log into ChatGPT Plus, navigate to your private GPT URL, send prompts and retrieve responses via the clipboard, all without incurring extra API fees.

Browser AutomationChatGPTGPTs
0 likes · 14 min read
Calling Your Private GPTs from ChatGPT with 50 Lines of Python Code