gpt

Tag

Cards List
#gpt

@jumperz: this is how to run claude fable 5 as your architect ( 20$ sub only ) + gpt 5.5 codex as your builder.. full system belo…

X AI KOLs Timeline · 2026-06-10 Cached

A developer shares a workflow using Claude Fable 5 as architect and GPT 5.5 Codex as builder, with a handoff memory system to manage AI-assisted development efficiently.

0 favorites 0 likes
#gpt

@charliermarsh: Since my last post, I reduced ty’s retained memory by another 15% with Codex. We're now at a ~25% memory reduction over…

X AI KOLs Following · 2026-06-08 Cached

Developer @charliermarsh reports reducing ty's retained memory by another 15% using Codex, achieving a total ~25% memory reduction via /goal, and expresses enthusiasm for GPT models.

0 favorites 0 likes
#gpt

@vintcessun: Tonight I discovered a project with a novel approach: using GPT to generate luxurious image-format PPTs, then 'decompiling' them back into editable PPTX. Previously, AI-generated PPTs either stacked templates or only exported images. This one directly follows the 'generate image → parse → assemble' path. The core idea is to decompose the PPT image into four layers: background, frame, icons, and text, then reconstruct by coord...

X AI KOLs Timeline · 2026-06-08 Cached

An open-source project named GordenSuperPPTSkills uses GPT to generate luxurious image-format PPTs, then 'decompiles' them into fully editable PPTX files, solving the pain point of AI-generated content being non-editable. The project is split into three independent skills, supporting either just image generation or just image-to-editable conversion, suitable for Codex environment.

0 favorites 0 likes
#gpt

WAV: Multi-Resolution Block Residual Routing for Deep Decoder-Only Transformers

arXiv cs.LG · 2026-06-08 Cached

This paper introduces Multi-Resolution Residual Routing (WAV v1), an extension of Block Attention Residuals that augments block representations with directional detail bases, improving deep decoder-only Transformer training.

0 favorites 0 likes
#gpt

this just isn't sustainable.

Reddit r/artificial · 2026-06-07

A user reports that using a GPT model (possibly GPT-5.5) for a spreadsheet task cost $10 in heavily subsidized tokens, with actual compute cost estimated at $100, arguing that current AI pricing is unsustainable.

0 favorites 0 likes
#gpt

Tiny hackable CUDA language model implementation

Hacker News Top · 2026-06-05 Cached

A minimal, hackable CUDA implementation of a GPT-like transformer language model that processes byte sequences, with sample outputs and build instructions.

0 favorites 0 likes
#gpt

@_rohit_tiwari_: Builds GPT-like LLMs from scratch in PyTorch > Breaks the LLM architecture into simple parts. > Beginner friendly. > Fu…

X AI KOLs Timeline · 2026-06-05 Cached

A beginner-friendly, hands-on GitHub repository that breaks down GPT-like LLM architecture into simple parts, with 10 Jupyter notebooks covering tokenization, attention, transformer blocks, and a mini GPT implementation in PyTorch.

0 favorites 0 likes
#gpt

Using Large Language Models to Support High Volume Application Review for an Undergraduate Research Program

arXiv cs.CL · 2026-06-05 Cached

This paper describes the development of an LLM-based tool using OpenAI's GPT models to evaluate approximately 1,200 Statements of Purpose for Purdue's SURF program, processing them in 4.6 hours and accelerating the review process compared to traditional human grading.

0 favorites 0 likes
#gpt

@morganlinton: Okay, I can’t believe I’m saying this, but it boots, my own completely custom operating system boots!!! You can see mor…

X AI KOLs Following · 2026-06-03 Cached

Morgan Linton successfully boots a custom operating system built from scratch using OpenAI's Codex and GPT 5.5, a project started on May 4th.

0 favorites 0 likes
#gpt

TaskGPT

Product Hunt · 2026-06-02

TaskGPT is a voice agent for MacOS, enabling voice-based interactions with AI.

0 favorites 0 likes
#gpt

Heads up for DeepSWE benchmark: The cost is measured per task, not the total run.

Reddit r/singularity · 2026-05-31

The DeepSWE benchmark costs are per task, not per total run. Running models like Mimo V2.5 Pro can cost ~$225 for a full run, while Mimo V2.5 non-pro costs ~$7.15. Users should be aware of this before running expensive models.

0 favorites 0 likes
#gpt

@badlogicgames: gpt found a bug in mlx-c 0.31.2. now i wonder if i should send a slop PR, because i haven't looked into the issue mysel…

X AI KOLs Timeline · 2026-05-30 Cached

A GPT model discovered a bug in mlx-c 0.31.2, and the author is considering submitting a pull request without personally verifying the issue.

0 favorites 0 likes
#gpt

@omarsar0: The efficiency frontier! Where do you think GPT-5.6 will land?

X AI KOLs Following · 2026-05-30 Cached

Discussion of recent benchmark results for Claude Opus 4.8 and GPT-5.5 on DeepSWE Bench, with speculation about future GPT-5.6 performance and efficiency trends.

0 favorites 0 likes
#gpt

@Gorden_Sun: The strongest native PPT Skill ever, even more suited for Chinese users. Use this Skill to generate complex, luxurious, and editable PPTs with a single sentence. Try it—if you're not amazed, come hit me. Key features: 1. Can generate PPTs with high information density, complex layouts, and a premium look, also supports...

X AI KOLs Timeline · 2026-05-29 Cached

GordenSun released an open-source project called GordenPPTSkill, which allows AI assistants (such as GPT, DeepSeek, Claude, etc.) to generate editable PPT files with high information density and complex layouts in one sentence. It supports automatic template updates and is suitable for use in state-owned enterprises and major internet companies.

0 favorites 0 likes
#gpt

On SWEBench Pro, 68.5% of GPT 5.5’s failures were caused by broken or incorrect test cases, totaling 28.9% of the entire benchmark

Reddit r/ArtificialInteligence · 2026-05-26

An analysis reveals that 28.9% of GPT 5.5's failures on SWEBench Pro are due to broken or incorrect test cases, and similar issues affect other major AI benchmarks, raising concerns about the accuracy of current evaluation methods.

0 favorites 0 likes
#gpt

I replaced my old job with an AI agent

Reddit r/singularity · 2026-05-26

The author recounts building an AI agent using GPT-5.5 Codex and Meta Ads MCP that automates the entire media buying process, from research and copywriting to ad deployment and reporting, replacing the role of a traditional media buyer for less than $20/month.

0 favorites 0 likes
#gpt

@vintcessun: This project is insane — it builds GPT behind ChatGPT from scratch in a way even a kid can understand. Every line of code is commented, 12 chapters over 7500 lines, and it even explains the attention mechanism details that I could never figure out. Simply put, if you want to 'understand' rather than 'import packages' for LLM, this is the most beginner-friendly hands-on tutorial right now.

X AI KOLs Timeline · 2026-05-26 Cached

A 12-chapter interactive textbook that teaches how to build a GPT-like language model from absolute scratch, with fully annotated code and beginner-friendly explanations.

0 favorites 0 likes
#gpt

Introducing BenchBench (5 minute read)

TLDR AI · 2026-05-26 Cached

Introduces BenchBench, a benchmark that tests AI models' ability to create effective benchmarks for other models, with GPT 5.2 being the only successful winner so far while frontier models like GPT 5.5 and Opus 4.6 struggled.

0 favorites 0 likes
#gpt

@ruihan_mit: This weekend at the Physical AI Hackathon, we built a tiny “Panda Master” A modified @ReachyMini by @huggingface talks …

X AI KOLs Following · 2026-05-25 Cached

At the Physical AI Hackathon, a team built a 'Panda Master' using a modified ReachyMini robot that speaks via GPT, while an Agilex Robotics arm draws fortunes in real-time.

0 favorites 0 likes
#gpt

@fitchmultz: GPT-5.5 xhigh as planner + Composer 2.5 subagents as implementers beats either model doing everything alone. In pi (pi-…

X AI KOLs Timeline · 2026-05-24 Cached

A tweet introduces a workflow where GPT-5.5 xhigh plans and delegates implementation to Composer 2.5 subagents via the pi-cursor-sdk, claiming it outperforms using either model alone. The linked GitHub repo is an open-source SDK that integrates Cursor models into the pi agent runtime.

0 favorites 0 likes
← Previous
Next →
← Back to home

Submit Feedback