Sung Kim's Avatar

Sung Kim

@sungkim.bsky.social

A business analyst at heart who enjoys delving into AI, ML, data engineering, data science, data analytics, and modeling. My views are my own. You can also find me at threads: @sung.kim.mw

7,595 Followers  |  1,153 Following  |  6,562 Posts  |  Joined: 22.01.2024
Posts Following

Posts by Sung Kim (@sungkim.bsky.social)

I just want to say I'm absolutely livid about Trump / Israel / AIPAC. That's it.

04.03.2026 06:02 β€” πŸ‘ 13    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
GitHub - pboueri/intentc: A compiler of intent A compiler of intent. Contribute to pboueri/intentc development by creating an account on GitHub.

Im trying to build this thing for real again 1 year later: github.com/pboueri/inte...

If specs are truth then you should be able to wipe and rebuild your codebase reproducibly with β€œsmall” deviations. I think this is where it lands - like Makefiles

04.03.2026 04:12 β€” πŸ‘ 7    πŸ” 1    πŸ’¬ 1    πŸ“Œ 0
Preview
GitHub - microsoft/typeagent-py: Structured RAG: ingest, index, query Structured RAG: ingest, index, query. Contribute to microsoft/typeagent-py development by creating an account on GitHub.

typeagent by Guido van Rossum (you know... python creator)

This is an in-progress project aiming at a Pythonic translation of TypeAgent KnowPro and a few related packages from TypeScript to Python.

github.com/microsoft/ty...

04.03.2026 04:46 β€” πŸ‘ 6    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Post image

I just discovered a new number that did not existed before!

At Number Research Inc., they are attempting to find and document all* available numbers.

numberresearch.xyz

04.03.2026 03:32 β€” πŸ‘ 12    πŸ” 3    πŸ’¬ 3    πŸ“Œ 0
Preview
Announcing CEL-expr-python: the Common Expression Language in Python, now open source Google is announcing the open source release of CEL-expr-python, a Python implementation of the Common Expression Language

Google’s CEL-expr-python: the Common Expression Language in Python, now open source

opensource.googleblog.com/2026/03/anno...

04.03.2026 02:46 β€” πŸ‘ 6    πŸ” 1    πŸ’¬ 0    πŸ“Œ 0
Preview
How to Kill the Code Review Human-written code died in 2025. Code reviews will die in 2026.

How to Kill the Code Review by Ankit Jain

Human-written code died in 2025. Code reviews will die in 2026.

www.latent.space/p/reviews-dead

04.03.2026 02:36 β€” πŸ‘ 27    πŸ” 0    πŸ’¬ 2    πŸ“Œ 0
Video thumbnail

A strong guy

04.03.2026 02:02 β€” πŸ‘ 12    πŸ” 1    πŸ’¬ 1    πŸ“Œ 0
Preview
Run long horizon tasks with Codex OpenAI Developer Blog

That loop matters because it gives the agent:

- Real feedback (errors, diffs, logs)
- Externalized state (repo, files, docs, worktrees, outputs)
- Steerability over time (you can course-correct based on outcomes)"

developers.openai.com/blog/run-lon...

04.03.2026 02:02 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Run long horizon tasks with Codex by Derrick Choi (OpenAI)

"In Codex, the loop is roughly:

1. Plan
2. Edit code
3. Run tools (tests/build/lint)
4. Observe results
5. Repair failures
6. Update docs/status
7. Repeat

04.03.2026 02:02 β€” πŸ‘ 8    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

This guide explains why and how to use it, and includes a faster Polar Express implementation alongside the official and original versions."

04.03.2026 01:32 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Post image

LLM Research Kit & Muon Optimizer Guide

"The Muon optimizer is replacing AdamW across the industry (DeepSeek, OpenAI, Meta, Moonshot AI). PyTorch 2.10 now includes an official implementation!

github.com/vukrosic/muo...

04.03.2026 01:32 β€” πŸ‘ 7    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

Two concrete improvements: the constant c goes from 0.03 to 0.13, and the solution partitions the entire vertex set into light components rather than just a subset.

04.03.2026 01:23 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
Scaling long-running autonomous coding Β· Cursor We've been experimenting with running coding agents autonomously for weeks at a time.

Scaling long-running autonomous coding by Wilson Lin (Cursor)

They used the Marcus-Spielman-Srivastava interlacing polynomial method, a different approach from existing solutions.

cursor.com/blog/scaling...

04.03.2026 01:23 β€” πŸ‘ 6    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0
Post image

Aadi Kulshrestha implemented tiled matrix multiplication on the GPU. This was an interesting exploration of machine learning and concurrency that directly connected to fundamental linear algebra operations.

github.com/r-chong/TSTo...

04.03.2026 01:20 β€” πŸ‘ 12    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Post image

Databrick's FlashOptim

A better implementations of Adam, SGD, etc, that compute the same updates but save tons of memory.

Paper: arxiv.org/abs/2602.23349
Repo: github.com/databricks/f...

04.03.2026 01:17 β€” πŸ‘ 8    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Post image Post image

K-Search

It rethinks GPU kernel generation. Instead of treating LLMs as simple stochastic code generators, they leverage them as co-evolving Intrinsic World Models.

Repo: github.com/caoshiyi/K-S...
Paper: arxiv.org/abs/2602.191...

04.03.2026 01:15 β€” πŸ‘ 7    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
A Race Within A Race: Exploiting CVE-2025-38617 in Linux Packet Sockets A step-by-step guide to exploiting a 20-year-old bug in the Linux kernel to achieve full privilege escalation and container escape, plus a cool bug-hunting heuristic.

A detailed writeup on Google kCTF kernel exploits.

"A step-by-step guide to exploiting a 20-year-old bug in the Linux kernel to achieve full privilege escalation and container escape, plus a cool bug-hunting heuristic."

blog.calif.io/p/a-race-wit...

04.03.2026 01:13 β€” πŸ‘ 8    πŸ” 3    πŸ’¬ 0    πŸ“Œ 0
Preview
dLLM: Simple Diffusion Language Modeling Although diffusion language models (DLMs) are evolving quickly, many recent models converge on a set of shared components. These components, however, are distributed across ad-hoc research codebases o...

dLLM: Simple Diffusion Language Modeling

It packages the whole diffusion-LM workflow into a single modular framework. Standardized training, plug-and-play inference algorithms, reproducible evaluation.

Paper: www.arxiv.org/abs/2602.22661
Repo: github.com/ZHZisZZ/dllm
Model: huggingface.co/dllm-hub

04.03.2026 01:11 β€” πŸ‘ 27    πŸ” 2    πŸ’¬ 0    πŸ“Œ 1
Preview
stepfun-ai/Step-3.5-Flash-Base Β· Hugging Face We’re on a journey to advance and democratize artificial intelligence through open source and open science.

Step 3.5 Flash πŸ”₯New MoE model from StepFun

huggingface.co/stepfun-ai/S...
huggingface.co/stepfun-ai/S...

✨ Base & Base-Midtrain
✨ 196B total/11B active - Apache 2.0
✨ 256K context
✨ High-speed reasoning & agentic tasks

03.03.2026 12:54 β€” πŸ‘ 11    πŸ” 1    πŸ’¬ 0    πŸ“Œ 0
Preview
Intel Board Chair Frank D. Yeary to Retire Following Annual Meeting; Dr. Craig H. Barratt Elected as Chair

A great news for Intel.

newsroom.intel.com/corporate/in...

03.03.2026 23:06 β€” πŸ‘ 5    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Why should you buy the new Macs with the M5 Pro or M5 Max? Because they have β€œsuper” cores. The base M5 doesn’t include these β€œsuper” cores, and even Intel’s newest CPU, Panther Lake, doesn’t have them either.

...and remember - they’re not just β€œperformance” cores. They’re better. They’re β€œsuper”.

03.03.2026 21:09 β€” πŸ‘ 14    πŸ” 0    πŸ’¬ 3    πŸ“Œ 0

FYI: gpt-5.4-??? coming soon.

03.03.2026 19:59 β€” πŸ‘ 3    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

You know - AI context.

03.03.2026 18:55 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

They're leaving...

03.03.2026 18:51 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

Interesting... Alibaba Qwen team being Llama-fied. The old team is out and the new team is in.

New team: scholar.google.com/citations?hl...

03.03.2026 18:44 β€” πŸ‘ 9    πŸ” 1    πŸ’¬ 2    πŸ“Œ 0
Post image

IQuest-Coder-V1 Update! 7B & 14B series now on
@hf.co πŸ”₯

huggingface.co/collections/...

✨ 7B/14B - Base, instruct, thinking
✨ Optimized for tool use & CLI agents
✨ 128k context length

03.03.2026 15:09 β€” πŸ‘ 14    πŸ” 2    πŸ’¬ 0    πŸ“Œ 0

FYI. All these foundational concepts are about 50 years old.

03.03.2026 06:44 β€” πŸ‘ 4    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

No AI content today. I’m so happy reading about MAGA imploding in real-time that my social feed has become a bit polluted. I’ll need to start cleaning it up soon, but it’s so entertaining.

03.03.2026 04:50 β€” πŸ‘ 20    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

This is a solid "starter pack" for anyone looking to build real-world applications with an AI. If you’re wondering how to begin, just start by asking an AI.

03.03.2026 02:35 β€” πŸ‘ 11    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

If you're learning to code with AI, prioritize learning these foundational concepts FIRST:

- Relational Databases and CRUD operations for data management.
- The MVC architecture for a clean separation.
- Version Control with Git, including the pull request.

03.03.2026 02:35 β€” πŸ‘ 40    πŸ” 3    πŸ’¬ 3    πŸ“Œ 0