CCC vs GCC
A Guide to comparing Claude Code Compiler with GCC
The Claude C Compiler was fascinating but reading this does show that it's fairly elementry in its approach.
Not sure if it's a prompting issue or that there's not enough weight towards compiler optimizations in the LLMs?
harshanu.space/en/tech/ccc-...
11.02.2026 05:26
👍 0
🔁 0
💬 0
📌 0
That said, it still requires a lot of solid, good knowledge in software engineering to create this harness.
Far from vibe coding.
06.02.2026 02:29
👍 1
🔁 0
💬 1
📌 0
Building a C compiler with a team of parallel Claudes
Anthropic is an AI safety and research company that's working to build reliable, interpretable, and steerable AI systems.
Not only are the results fascinating, but the steps the engineer had to take plays as a good reference.
It's also encouraging that the steps an Anthropic researcher is taking are nothing special and it's something humans would have had to do anyways.
www.anthropic.com/engineering/...
06.02.2026 02:28
👍 0
🔁 0
💬 1
📌 0
AGENTS.md
AGENTS.md is a simple, open format for guiding coding agents. Think of it as a README for agents.
Interesting result on how having an index in AGENTS.md performed better than having Skills.
AGENTS.md feels more natural as it's about adding context whereas Skills is more an action.
vercel.com/blog/agents-...
03.02.2026 09:53
👍 0
🔁 0
💬 0
📌 0
Anthropic has their original CLAUDE.md so seems like it's OpenAI's move to make AGENTS.md the defacto-standard.
Not sure if that means much though given it's really just natural language that gets thrown into the prompt🤔
10.12.2025 06:56
👍 0
🔁 0
💬 0
📌 0
OpenAI co-founds the Agentic AI Foundation under the Linux Foundation
AAIF aims to advance open-source agentic AI with the donation of standards including OpenAI’s AGENTS.md
Been reloading OpenAI's news all day to see GPT 5.2 release and found this news:
OpenAI co-founds the Agentic AI Foundation under the Linux Foundation
openai.com/index/agenti...
They're also going to contribute AGENTS.md to the foundation.
10.12.2025 06:56
👍 0
🔁 0
💬 1
📌 0
This "veto test" is so simple yet so spot on.
"the “veto test” used by Silicon Valley Product Group: If a person has veto power over your project or can stop it from launching, they’re a stakeholder you need to engage."
(taken from "Frictionless")
02.12.2025 23:27
👍 0
🔁 0
💬 0
📌 0
2 Years of ML vs. 1 Month of Prompting
This a good lesson on
- how previous conceptions may not be adequate today
- it's not always about using the absolute best model (ROI matters)
www.levs.fyi/blog/2-years...
18.11.2025 00:51
👍 0
🔁 0
💬 0
📌 0
Ordered Codex/Claude Code/Amp for code.
Ordered Notion AI to write my docs.
Asked ChatGPT/Claude AI for research.
Hmm...Am I allowed to say this is MY work? 😂
12.11.2025 08:46
👍 0
🔁 0
💬 0
📌 0
High performers tend to be ones who constantly re-evaulate their process (i.e. "how" they work) and keep on improving it.
07.11.2025 03:18
👍 0
🔁 0
💬 0
📌 0
The PSF has withdrawn a $1.5 million proposal to US government grant program
Just donated to PSF.
Sad to see they had to withdraw their proposal to the US government but I think it's the right decision.
My donations small but just wanted show some people are behind them.
pyfound.blogspot.com/2025/10/NSF-...
31.10.2025 00:18
👍 1
🔁 0
💬 1
📌 0
Zed v0.210.4 release note screenshot
The latest Zed release note is huge!
I really think it's gaining momentum!
30.10.2025 01:48
👍 0
🔁 0
💬 0
📌 0
The small things make a big difference.
Been posting the same message to X, Bluesky, Threads, Mastodon. Some apps retry properly even in the background.
You can always resend it yourself but it's so much more pleasant to use.
28.10.2025 00:34
👍 2
🔁 0
💬 0
📌 0
- LLMs can be helpful for software development.
- LLMs for software development are being oversold by some people who stand to gain a lot of money from them.
- LLMs for software development are being undersold by some people who have decided for various reasons that they do not like the technology.
28.10.2025 00:19
👍 1
🔁 0
💬 0
📌 0
Zig Builds Are Getting Faster
Been using Zig for some personal projects lately. Really impressive stuff. These improvements make the future look bright for Zig.
mitchellh.com/writing/zig-...
07.10.2025 00:03
👍 0
🔁 0
💬 0
📌 0
CloudKitchen's evaluation summary of tools.
Real talk on AI in engineering: CloudKitchens' practical eval of GenAI for dev—results are refreshingly grounded, no hype.
Really like their evaluation summary too.
techblog.cloudkitchens.com/p/study-and-...
20.09.2025 23:46
👍 0
🔁 0
💬 0
📌 0
Feels like it's becoming increasingly important to have "good taste" of what's better for your codebase.
It used to be that you had to spend time on code edits before you could tell but with LLMs like Claude Code, it's way easier to try it out.
14.08.2025 23:56
👍 0
🔁 0
💬 0
📌 0
Updates to Apple's On-Device and Server Foundation Language Models
With Apple Intelligence, we're integrating powerful generative AI right into the apps and experiences people use every day, all while…
Apple's new on-device LLM is post-trained on a special data structure that is and to be generated by the developer based on a Swift Generable annotation.
This is interesting.
First time I've seen an LLM integrated with a programming language in this way.
machinelearning.apple.com/research/app...
10.06.2025 00:56
👍 0
🔁 0
💬 0
📌 0
Google's email about their new coding agent, Jules, just landed in my GMail spam folder😂
Gmail's AI is desperate for survival by blocking people's access to other AIs😆
23.05.2025 23:41
👍 0
🔁 0
💬 0
📌 0
I'm starting to think static typing (or rather stricter rules enforced by the compiler) is the way to go when it comes to AI tools (Cursor, Cline, Claude Code, etc).
The compiler can pretty much direct the AI agent to apply the changes needed.
09.03.2025 09:43
👍 0
🔁 0
💬 0
📌 0
Wow...Claude Code has just upgraded my GitHub helper command written in Haskell from 9.10.1 to 9.12.1 and actually used it to create the pull request merely by reading the code (and maybe the help message it executed during the session).
09.03.2025 09:29
👍 1
🔁 0
💬 0
📌 0
Been bumping into scaling issues recently.
Might sound a bit inappropriate, but makes smile every time.
Makes everyone busy fighting but proves we are growing!
28.02.2025 10:42
👍 0
🔁 0
💬 0
📌 0