From Blank VS Code to a Working App: My Journey With Claude Code
I didn’t expect the morning I opened VS Code to feel any different from the hundreds of mornings before it. I’ve spent years inside this… Continue reading on Medium »
Could not retrieve the full article text.
Read on Medium AI →Sign in to highlight and annotate this article

Conversation starters
Daily AI Digest
Get the top 5 AI stories delivered to your inbox every morning.
More about
claudeclaude codeciflow/torchtitan/179381: Update on "[wip][dynamo] Reduce special casing for namedtuple objects"
UserDefinedTupleVariable previously lived in user_defined.py while NamedTupleVariable lived in lists.py and subclassed it across module boundaries. NamedTupleVariable also conflated two unrelated things: Python namedtuples (collections.namedtuple with _tuplegetter descriptors and Type( args) construction) and C-implemented structseqs (torch.return_types. with Type(iterable) construction and tp_new safety checks that reject tuple. new ). Split into three classes, all in user_defined.py: UserDefinedTupleVariable (base): plain tuple subclasses NamedTupleVariable: Python namedtuples, overrides resolve_data_descriptor for _tuplegetter, as_python_constant, as_proxy, reconstruct (uses _make) StructSequenceVariable: torch.return_types.* structseqs, overrides as_python_constant, as_proxy, reconstru

it's not Ai if the LLM is not in control
I always thought that the frontend of "Ai" is awful, but now I know it for sure: OAI5.1+ is good, but chatgpt sucks, it doesn't have gmail integration and barely able to do anything but basic retrieval from the integrations it actually has. Opus is amazing, but claude web is mediocre at best. It has a very limited set of integrations even after 2 years, some don't even work (clay), and it uses way too many tokens to do basic stuff. XAi is ok for social queries but grok is very bad. Its memory is basic, and the grok teams takes ship features 18 months later. in 2024, i thought the problem is that all of this is new. "they just need a little more time" I told myself, but the truth is that the scaffolding is truly rubbish. Other the claude (which is barely good), these products are not what w
Knowledge Map
Connected Articles — Knowledge Graph
This article is connected to other articles through shared AI topics and tags.





Discussion
Sign in to join the discussion
No comments yet — be the first to share your thoughts!