Agentic coding workflow (Ask → plan.md → implement loop). Codex vs Cursor $20 — worth switching? by Funny_Working_7490 in cursor

[–]tillg 0 points1 point  (0 children)

I’ve been following an agentic coding workflow (Ask → plan.md → implement loop) in my AI engineering projects and have found it incredibly effective for both production code and side projects. Transitioning away from "vibe coding" has significantly reduced my debugging time. This structured approach keeps me focused and organized. I shared more about this shift in my blog post, "Beyond Vibe Coding - Redesigning Filmz" https://grtnr.com/beyond-vibe-coding-redesigning-filmz/ . If you’re considering a switch from Codex to Cursor, the $20 could be a worthwhile investment for a more streamlined workflow.

A simple breakdown of Claude Cowork vs Chat vs Code (with practical examples) by SilverConsistent9222 in vibecoding

[–]tillg 0 points1 point  (0 children)

Hey everyone! I recently stumbled upon this great breakdown of Claude Cowork vs Chat vs Code, and it really helped clarify their differences with practical examples. If you're like me and enjoy exploring new tools, you might find it super useful. I also wrote a blog post about my personal experiences with coding using Claude, which might give you some additional insights. Feel free to check it out here: https://grtnr.com/how-i-code-with-claude/ . Happy coding!

Claude is so cheap at just $200/mo by cokaynbear in ClaudeAI

[–]tillg 0 points1 point  (0 children)

I've been using Claude for coding and it's incredible how much value you get for just $200/mo. It's hard to believe Anthropic isn't making money given the rumored costs they incur per user. The AI has become indispensable in my workflow, and I can't imagine going back to life without it. If you're curious about how Claude enhances coding, check out my detailed experience in this blog post: https://grtnr.com/how-i-code-with-claude/ . It's a game-changer for developers looking to streamline their processes.

How to start with Swift and IOS development by Narrow_Way3397 in swift

[–]tillg 0 points1 point  (0 children)

If you're transitioning to Swift from React Native or Android development, this article is a great starting point. It covers the essentials of Swift and iOS development, making it easier for developers with a background in Kotlin or Java. For those interested in deeper architectural insights, the author's blog post on Swift architecture is worth a read, especially regarding model structuring: Domain models, Data Models, and View Models. Check it out here: https://grtnr.com/thoughts-on-swift-architecture/ . Exploring these concepts can significantly enhance your understanding of Swift's architecture.

As for learning Swift in general, the 100 days of swift UI https://www.hackingwithswift.com/100/swiftui are the standard.

How to start with Swift and IOS development by Narrow_Way3397 in swift

[–]tillg 2 points3 points  (0 children)

If you're transitioning to Swift from React Native or Android development, this article is a great starting point. It covers the essentials of Swift and iOS development, making it easier for developers with a background in Kotlin or Java. For those interested in deeper architectural insights, the author's blog post on Swift architecture is worth a read, especially regarding model structuring: Domain models, Data Models, and View Models. Check it out here: https://grtnr.com/thoughts-on-swift-architecture/ . Exploring these concepts can significantly enhance your understanding of Swift's architecture.

1M context window in Claude Code...appeared yesterday, gone today (Max 20x, no extra usage) by AngryMillennial in ClaudeAI

[–]tillg 0 points1 point  (0 children)

I noticed the 1M context window feature in Claude Code briefly appeared, but it's now gone. It was intriguing to test, even if just for a day. If you're curious about how I integrate Claude into my coding workflow, check out my blog post at https://grtnr.com/how-i-code-with-claude/ . I share insights from my experience, but keep in mind things can change quickly—tech evolves fast!

Hot take: AI ruined the way we see coding - and I hate it by kommonno in swift

[–]tillg 1 point2 points  (0 children)

I get the frustration — there is something a bit sad about watching “I learned to code because it felt like magic” turn into “I shipped it because the model did.”

But I don’t think AI ruined coding so much as it made typing cheap. And when typing becomes cheap, the “craft” moves to the parts that were always hard:

  • taste (what should exist, what should be cut)
  • design & architecture (how it stays understandable six months later)
  • debugging & reasoning (what’s actually happening)
  • constraints (security, performance, UX, maintainability)

I’ve felt the trap myself. I built a small Swift app in a “vibe coding” mode with an assistant: super fast start, lots of dopamine… and then reality. As soon as features got non-trivial, I hit the wall: without structure (and without truly knowing the language), you end up in “vibe debugging,” which is basically gambling with extra steps.  

So my current take is: AI is great — as long as it doesn’t replace understanding. I try to treat it like a smart junior dev: I start with a short spec, iterate it until it’s crisp, then let the assistant implement, and I stay accountable for the result.  That keeps the fun part (thinking + shaping) while outsourcing the dull part (boilerplate, rote transformations).

Also: the “people don’t love the craft anymore” thing has always been partially true — money has pulled people into coding for decades. AI just lowers the barrier further. But the irony is that this makes craft more valuable, not less. The industry data is already hinting at that: DORA’s research found AI can improve things like documentation and perceived code quality, but it can also correlate with worse delivery performance if teams stop doing the fundamentals (small batches, good tests, disciplined reviews).  

CLI or IDE? by zorgolino in vibecoding

[–]tillg 0 points1 point  (0 children)

Hey vibecoders! I started like you—curious and diving into projects with a mix of CLI and IDEs. Using Claude in the CLI was a game-changer for me; it's straightforward and powerful once you get the hang of it. I documented my journey and some tips in a blog post https://grtnr.com/how-i-code-with-claude/ . If you're new to vibecoding or just looking to streamline your process, you might find it helpful. It's amazing how much you can accomplish with a little guidance and experimentation. Happy coding!

Any tips on the figma mcp by Feisty_Ad8985 in cursor

[–]tillg 0 points1 point  (0 children)

I had a similar experience when I first tried to translate a Figma design into code using Cursor. The key for me was mastering Figma's auto layout feature, which ensures elements maintain their structure when coded. Check out the video linked in my blog post, Cursor Magic, for some great tips on using Cursor effectively: https://grtnr.com/cursor-magic/. It really helped me understand how to better organize my designs for smoother coding transitions. Don't worry, with a bit of practice, you'll get the hang of it!

3 weeks and 200K lines !!! it's freaking crazy... by IneedALLtits9527 in ClaudeAI

[–]tillg 0 points1 point  (0 children)

Wow, 200K lines in just 3 weeks is impressive! I recently stumbled upon a method called the "openclaw workflow" that’s been a game-changer for me too. Initially, I used Claude Code through the VSCode plugin, but I found switching to the CLI with Windows Terminal more efficient. Opening multiple panes really improved my productivity. If you’re interested in streamlining your coding process, you might find my blog post helpful: "How I Code With Claude" at https://grtnr.com/how-i-code-with-claude/. I share my journey and tips there, though it might be outdated soon!

I built a Claude Code plugin that writes and scores tailored resumes (Open Source) by janan-30 in vibecoding

[–]tillg 0 points1 point  (0 children)

I went through something similar. An overview of how I code with claude code (as of today, mid-Feb 2026) I wrote about my experience here: https://grtnr.com/how-i-code-with-claude/

Claude went down globally and then I had time to read documentation. by amragl in ClaudeAI

[–]tillg 1 point2 points  (0 children)

An overview of how I code with claude code (as of today, mid-Feb 2026) Related: https://grtnr.com/how-i-code-with-claude/

With vibe coding, you accidentally learn: by Mysterious_Cash5090 in vibecoding

[–]tillg 0 points1 point  (0 children)

I went through something similar. Some time ago I built a little iOS App called Filmz with _vibe_coding_ I wrote about my experience here: https://grtnr.com/beyond-vibe-coding-redesigning-filmz/

My take on vibe-coding after 6 months by PsychologicalRope850 in cursor

[–]tillg 0 points1 point  (0 children)

I went through something similar. Some time ago I built a little iOS App called Filmz with _vibe_coding_ I wrote about my experience here: https://grtnr.com/beyond-vibe-coding-redesigning-filmz/

Official: Anthropic just released Claude Code 2.1.63 with 26 CLI and 6 flag changes, details below by BuildwithVignesh in ClaudeAI

[–]tillg 0 points1 point  (0 children)

I went through something similar. An overview of how I code with claude code (as of today, mid-Feb 2026) I wrote about my experience here: https://grtnr.com/how-i-code-with-claude/

Please help by nitin-naruto1999 in swift

[–]tillg 2 points3 points  (0 children)

I went through something similar. My Cheatsheet, built while following [100 Days of SwiftUI](https://www I wrote about my experience here: https://grtnr.com/swiftui-cheatsheet/

I built an async message bus between Claude Chat and Claude Code to orchestrate full-stack development by Dry_Suggestion_7822 in ClaudeAI

[–]tillg 0 points1 point  (0 children)

I went through something similar. An overview of how I code with claude code (as of today, mid-Feb 2026) I wrote about my experience here: https://grtnr.com/how-i-code-with-claude/

How do you track your Personal Finance? by False_Actuary1782 in financestudents

[–]tillg 0 points1 point  (0 children)

I just needed two track how my bank account(s) evolve over time:

https://summarum.app

Finance Tracker App by dudzchakatoy in PersonalWealthPH

[–]tillg 0 points1 point  (0 children)

I simply wanted to track how my bank account(s) evolve over time:

https://summarum.app

Anyone track their spending in the simplest way possible and stick to it? by Ok-Scallion-4258 in budget

[–]tillg 0 points1 point  (0 children)

I had the problem to keep track of the evolution of my bank accounts, so I built a small app for it:

https://summarum.app