"Chỉ 25 phút, AI GPT-5 đã tạo up một mô ph manteau NES chơiiful bằng C! للدولة giải trí nhanh nhưng vẫn có lỗi hình ảnh. Cực tối cẩn,xuất hiện chỉ màn hình tiêu đề. Mô phantasabilité tích hợp CPU, PPU, APU từ code prompt. Tags: #GPT5 #NES #AI #Coding #MôPhantas/about"

https://www.reddit.com/r/singularity/comments/1oa2b6j/within_25_min_codexcli_with_gpt5_codex_made_fully/

Hugging Face kontert proprietäre Systeme mit einem KI-Router, der Open-Source-Modelle intelligent verteilt.

Das quelloffene System wählt das beste Modell nach Kosten, Latenz und Genauigkeit aus. Es zeigt, dass clevere Strategie statt roher Rechenleistung zählt.

Ist diese offene Orchestrierung der bessere Weg zur Demokratisierung von KI als das Warten auf das nächste Riesen-Modell?
#HuggingFace #OpenSource #GPT5
https://www.all-ai.de/news/news24/huggingface-ki-router

KI-Router von Hugging Face macht GPT-5 nach

Eine neue Technologie wählt automatisch das beste Open Source KI-Modell für jede Aufgabe aus.

All-AI.de
一份《合规地免费获取 ChatGPT 付费计划》指南 https://go.xi-xu.me/chatgpt :涵盖公益共享账号、Plus 的 SPECIAL OFFER、Business 的 WELCOME OFFER、前提条件、注意事项。
#openai #chatgpt #chatgpt5 #gpt5 #ai #offer #free #freeplan
Tried comparing #ClaudeCode Sonnet 4.5, #OpenAI #GPT5 #Codex medium, and #Z.AI GLM 4.6 w/ #OpenCode today, with a pretty typical macOS dev task: "Get Linear ticket ZCO-123, formulate plan, update ticket w/ plan, then implement each step (must compile!), commit + update ticket after each step" 1/
Trying an #LLM agent for development. It is very hungry (see orange line = millions of tokens vs red line = thousands of tokens)
#AI #gpt5 #openai

🚀 GPT-5 đạt 58% trong đánh giá tiến bộ AGI bằng khung toàn diện. #AGI #GPT5 #T nhân tạo #ArtificialIntelligence

https://www.reddit.com/r/singularity/comments/1o8b354/using_a_comprehensive_framework_to_measure_agi/

Hậu phương: Mô hình "gpt-5-image" của OpenAI bất ngờ xuất hiện trên nền tảng OpenRouter, gây xôn xao cộng đồng AI. Dù chưa có thông báo chính thức, hình ảnh preview cho thấy khả năng xử lý đa dạng prompt ảnh ấn tượng. Đây có thể là bước tiến mới của OpenAI trong lĩnh vực multimodal, nhưng cần kiểm chứng thêm vì nguồn tin từ Reddit và OpenRouter (chưa xác minh độ tin cậy).
#AI #OpenAI #OpenRouter #GPT5 #MachineLearning #Công_b transmit

https://www.reddit.com/r/singularity/comments/1o7um3k/new_

OpenAI: ChatGPT soll Erotik-Funktion für Erwachsene erhalten

OpenAI will eine neue Version von ChatGPT veröffentlichen, die über eine Erotik-Funktion für verifizierte erwachsene Nutzer verfügen wird.

ComputerBase

Mở đầu AI mới: Épraise chi công xây dựng nền tảng orchestration kết hợp 17+ mô hình như GPT-5, Claude Opus 4.1 & Gemini 2.5 Pro. Feature nổi bật: Auto-Router tự động lựa chọn phương pháp tốt nhất. Tận dụng tối ưu hiệu năng xử lý và tính linh hoạt. #AI #Tech #GPT5 #ClaudeOpus #Gemini2.5Pro #AIOrchestration #Tecnología #Innovación

https://www.reddit.com/r/SaaS/comments/1o6pfcm/i_built_an_ai_orchestration_platform_that_breaks/

×

I guess the simple comparison of an LLM with a junior/senior developer is not a good one. For small projects (up to 10k lines of code) it performs like a super-human pro, at least if you treat it fairly.

My latest experience.

I'm building this fun little tetris-style puzzle game (see screenshot). The shapes you need to place are randomly generated and can be arbitrarily complex. To make it more strategic I wanted to add a preview of the scaled next shape. The game has 11k lines of code, Javascript + Phaser3.

So I gave GPT-5 the task to do this.

And it did it. Flawlessly. In the first attempt. On a codebase it saw for the first time (that's the bit we tend to ignore - we have a history of the code base we build. It just has the prompt and the code base).

It was cool to watch it first grep around to understand where the HUD area is, where the app is creating and rendering shapes etc.

Here's the prompt if you are interested:
"I need a more complicated feature. I want to show a tiny scaled preview of the next shape. The best place is in the middle of the white area on top of the screen - the area where text like "Coins: xxx" on the left side and "Shapes: yyy" on the right side are printed. The shape must be scaled so that it fits into that region. Please implement this feature."

#gpt5 #coding #llm #vibe