Skip to content

Archive / 2026-08-28

August 28, 2026

  1. zai-org/GLM-5.3

    text-generation · transformers · safetensors · glm_moe_dsa

    huggingface.co20 days ago1808 ptsView details

  2. The Analytical AI Handbook

    handbook.sutro.sh20 days ago49 ptsView detailsJoin discussion

  3. AI Agent Has Root

    infernalcode.com20 days ago42 ptsView detailsJoin discussion

  4. Secrets of the Atomic City

    longreads.com20 days ago27 ptsView detailsJoin discussion

  5. LLM Cliché Highlighter

    tools.simonwillison.net20 days ago27 ptsView detailsJoin discussion

  6. Racter (1984)

    ubu.com20 days ago25 ptsView detailsJoin discussion

  7. Quest for the Eternal Dock – Lambdock

    jointhefreeworld.org20 days ago22 ptsView detailsJoin discussion

  8. Superhuman Attention

    perfloop.ai20 days ago22 ptsView detailsJoin discussion

  9. How I Design with AI

    ref.tools20 days ago21 ptsView detailsJoin discussion

  10. We need to talk about migrations with AI

    blog.pragmaticengineer.com20 days ago15 ptsView detailsJoin discussion

  11. Hy4 Preview

    hy.tencent.ai21 days ago14 ptsView detailsJoin discussion

  12. Primary source

    Our decision on Cursor following its acquisition by SpaceX

    Our decision to wind down our contract providing OpenAI models to Cursor following its acquisition by SpaceX.

    openai.com21 days agoView details

  13. GLM-5.3-Flash vs Qwen3.8-Flash-Next: Two Chinese AI Labs Independently Converge on the Same Model Architecture

    Z.ai and Qwen independently shipped near-identical architectures: 3:1 linear hybrids, compressed indexers, gated residuals, and Muon training. The post GLM-5.3-Flash vs Qwen3.8-Flash-Next: Two Chinese AI Labs Independently Converge on the Same Model Architecture appeared first on MarkTechPost.

    marktechpost.com20 days agoView details

  14. Vercel AI Open-Sources vgpu: A TypeScript WebGPU Library for AI Agent Shaders

    Vercel has open-sourced vgpu, the WebGPU library it built to ship the shaders on vercel.com. It treats .wgsl files as importable TypeScript modules, runs the same shader in the browser, in headless Node.js via Dawn, and in a deterministic CI mock, and ships a fullscreen effect in 25 KB gzipped. The post Vercel AI Open…

    marktechpost.com20 days agoView details

  15. Google AI Releases Gemini 3.5 Transcribe: A Speech-to-Text Model Reporting 2.6% Average WER Across 85+ Languages

    Google has released Gemini 3.5 Transcribe, a speech-to-text model that ships as two separate endpoints rather than one. The streaming endpoint delivers sub-second transcription but drops speaker diarization and word timestamps. The batch endpoint keeps both, at half the cost. Google reports 4.0% word error rate stream…

    marktechpost.com21 days agoView details

  16. Trump’s EPA wants to let data centers hide their air pollution

    Just as new data centers face growing backlash from neighboring communities, the US Environmental Protection Agency (EPA) is about to make it harder for people to weigh in on any pollution those centers create. The EPA plans to toss out a federal rule requiring public notice and an opportunity to comment when certain…

    theverge.com20 days agoView details

  17. AI Has Human Doctors Asking: What’s Left for Us?

    A recent paper argues that AI is often better at doctoring than doctors. Guess who isn't thrilled.

    wired.com20 days agoView details

  18. He Scraped All of Their Art for AI. Now He’s Collaborating on a Tool to Help Them

    The art portfolio platform Cara, designed for creators who don’t want their work used to train AI, has been under assault by trolls seizing and publishing its data.

    wired.com20 days agoView details

  19. Inside Meta’s Push to Put Robots to Work in Data Centers

    The company is testing robots that can swap cables, reset servers, and take on other tasks performed by technicians, fueling concerns among some workers that their jobs could be at risk.

    wired.com20 days agoView details

  1. tencent/Hy4-preview

    text-generation · transformers · safetensors · hy_v4

    huggingface.co21 days ago446 ptsView details

  2. FastVideo/FastVideo-FastH3-4-step-Preview-v1-VSA-DataFree

    text-to-video · diffusers · safetensors · text-to-video

    huggingface.co20 days ago281 ptsView details

  3. QUASAR-QAT/Qwen3.8-27B-QUASAR-NVFP4

    image-text-to-text · transformers · safetensors · qwen3_5

    huggingface.co21 days ago110 ptsView details

  4. incoai/GLM-5.3-Flash-DFlash2

    text-generation · transformers · safetensors · qwen3

    huggingface.co20 days ago96 ptsView details

  5. BananaMind/BananaMind-2.1-Unified

    text-generation · transformers · safetensors · bananamind21_unified

    huggingface.co21 days ago17 ptsView details

  6. logic65/Qwen3.8-Whittle-MoE-27B-A17.8B-GGUF

    text-generation · gguf · qwen3_5_moe · gated-deltanet

    huggingface.co21 days ago14 ptsView details

  7. patronus-studio/wolf-defender-prompt-injection-small

    text-classification · joblib · onnx · safetensors

    huggingface.co21 days ago10 ptsView details

  8. desert-ant-labs/redact

    token-classification · litert · tflite · bert

    huggingface.co21 days ago3 ptsView details

  9. StabRise/signature_detection_v0.1

    onnx · license:agpl-3.0 · region:us

    huggingface.co21 days ago1 ptsView details

  10. desert-ant-labs/emo

    text-classification · litert · tflite · text

    huggingface.co21 days agoView details

  1. XiaoDuoYa/codex-with-chatgpt

    ChatGPT thinks. Codex works. Use ChatGPT as the planning brain while keeping the Codex harness.

    github.com20 days ago37 ptsView details

  2. openai/openai-python v3.6.0

    ## [3.6.0](https://github.com/openai/openai-python/compare/v3.5.0...v3.6.0) (2026-08-27) ### Features * **api:** add compute_units to Responses and Chat Completions usage ([#3749](https://github.com/openai/openai-python/issues/3749)) ([52421d1](https://github.com/openai/openai-p…

    github.com20 days agoView details

  3. ggml-org/llama.cpp b10679

    <details open> bench: add --tensor-read-lazy (#27881) * bench: add --tensor-read-lazy * rm the alias * rename to LLAMA_LAZY_MODE_* </details> **Website:** - <https://llama.app> **Attestations:** - <https://github.com/ggml-org/llama.cpp/attestations/43739963> **macOS/iOS:** - [ma…

    github.com20 days agoView details

  4. ggml-org/llama.cpp b10678

    <details open> model: qwen4exp: reduce number of graph splits (#27880) </details> **Website:** - <https://llama.app> **Attestations:** - <https://github.com/ggml-org/llama.cpp/attestations/43734155> **macOS/iOS:** - [macOS Apple Silicon (arm64)](https://github.com/ggml-org/llama…

    github.com20 days agoView details

  5. ggml-org/llama.cpp b10677

    <details open> vulkan: fix missing view-alias dependencies in ggml_vk_graph_optimize (#27812) * vulkan: fix missing view-alias dependencies in ggml_vk_graph_optimize is_src_of doesn't treat two views of one tensor as dependent, so the optimizer reorders nodes across aliased read…

    github.com20 days agoView details

  6. langchain-ai/langchain langchain==1.4.0a2

    Alpha preview of `langchain.mcp` — a first-party adapter that turns any MCP server into LangChain tools you can hand straight to `create_agent`. Connection handling is [FastMCP](https://gofastmcp.com/clients/client)'s, so its client features are available as-is rather than re-im…

    github.com20 days agoView details

  7. ggml-org/llama.cpp b10666

    <details open> tests : run test-save-load-state across all architectures (#27755) * tests : run test-save-load-state across all architectures test-save-load-state previously only ran in ctest against a single downloaded model (tinyllamas/stories15M), i.e. only the llama arch. Ad…

    github.com21 days agoView details

Archive — 2026-08-28 · Engineerious