bryon

339 posts

bryon banner
bryon

bryon

@bryon

Going hard into software development with AI

Arkansas, USA เข้าร่วม Ağustos 2007
41 กำลังติดตาม97 ผู้ติดตาม
bryon
bryon@bryon·
As a complete noob to #linux, #claudecode is a life saver. I'd never have the time or patience to figure out everything out on my own and I'd be back to windows with out it.
English
0
0
1
63
bryon
bryon@bryon·
@natolambert I just want to see evidence of this, cause I've not experienced it. At this point opus seems to be a waste of usage for me.
English
0
0
0
157
Nathan Lambert
Nathan Lambert@natolambert·
Claude 4.1 Opus > Claude 4.5 Sonnet
English
141
14
727
119.5K
bryon
bryon@bryon·
Watched #TronAres today in 3D and I really don't understand why it got so much bad press. I really enjoyed it, especially with a kick ass @nineinchnails sound track. Good stuff!
English
0
0
1
89
bryon
bryon@bryon·
Had a mixup with my environment and my #claudecode sessions got screwed up and I couldn't resume. I was in a pretty heavy session and didn't want to loose it completely so did some digging (with another instance of claude code) and the solution is to find your sessions, ~/.claude/projects/ and find your sessionid then do claude --resume --fork-session and it will pick up the corrupted session for @clau
English
0
0
0
99
bryon
bryon@bryon·
Spent the weekend setting up @OsEndeavour on a new SSD this weekend to migrate off of windows. I'm sold, I love it already and was shocked when I even was able to play @Borderlands 4 on it with Proton experimental and it was smoother than on windows. Why do I need windows at all?
English
0
0
1
83
bryon
bryon@bryon·
Yes using claude on the command line. Especially for this exercise its very handy because it can understand my entire code base of my old project and also check the code of my new rails project to make sure I'm doing things right. I start claude in a directory so it can see both. Yes it uses rails guide as its source but does it with a url and reads it from there. You can checkout my repo on that.
English
0
0
0
26
Game Dev With Michael
Game Dev With Michael@MichaelGame_Dev·
@bryon so to be sure, you're using Claude code? I've only used browser based chat agents so far. One other thing I'd add, is there are Rails guides that you can download as an epub that may be solid material as well for your AI DHH to reference.
English
1
0
0
29
bryon
bryon@bryon·
Just watched @dhh on @lexfridman and got so inspired that I'm trying to rebuild my app in Rails 8. To do this I built a custom learning system with @ClaudeAI that: - Teaches me Rails "The Rails Way" - Uses DHH's voice & philosophy - Tracks progress across sessions
English
17
3
216
22.7K
bryon
bryon@bryon·
so I have a base directory lets say 'dev' that contains both my old project and the rails project I'm creating. I use claude in this folder and let it know what each directory is (old vs new rails) This is where I put my /rails-continue command. It reference these directories along with the other supporting documents like learning-plan, progress, and some docs about what the project actually is.
English
0
0
0
25
bryon
bryon@bryon·
@briankb @dhh @lexfridman @claudeai Right on, thanks for the heads up on Kamal. It's part of the learning plan but obviously one of the final lessons of it so will be interesting to see how it handles it when I get there.
English
1
0
1
21
Brian Boatright
Brian Boatright@briankb·
thank you for sharing your experiences and guidance! once you are done with Ruby and Rails - please work on Kamal Deploy 2.0 :-) even providing it with a text version of the entire manual... it will still guess and make up things and ignore the project files. I'm sure it is my ignorance of how to properly use AI that is the cause .
English
1
0
2
34
bryon
bryon@bryon·
@briankb @dhh @lexfridman @claudeai For example, I just had it move to next step and it did this, so as you can see it's aligning with the documentation with every step of the learning program.
bryon tweet media
English
1
0
1
77
Brian Boatright
Brian Boatright@briankb·
please share because Claude or GPT including Sonnet 4.5 and GPT 5 will just make up things that sound correct but will take you down long rabbit holes of non-sense. it will do this with 100% confidence until you finally see something and correct it. it will apologize then do it again after a few more prompts. learn rails through the official guides and a book or two written by a human.
English
2
0
1
123
bryon
bryon@bryon·
Yeah that's always a struggle but the way I set this up it is specifically made to be used over multiple sessions and context. There is too much to learn and transfer to be handled in a single context. This is why I have a master plan and a progress tracker. Trying single shot something like this is folly.
English
0
0
0
68
bryon
bryon@bryon·
@robsoftprojects @dhh @lexfridman @claudeai I loved those stories too, I wasn't around such a scene but remember buddies of mine getting together and creating Lans at our houses to do similar things.
English
0
0
1
42
Robsoftprojects
Robsoftprojects@robsoftprojects·
@bryon @dhh @lexfridman @claudeai I started watching that (fully intend to finish it), I was struck by the Amiga connection. Spectrum & then Amiga was a huge part in my early development too, & his comments about people sitting together at demo parties resonated. Awesome times.
English
1
0
1
84
bryon
bryon@bryon·
Shared in my replies how I'm doing it. If you look at my slash command github.com/bryon/AIStuff/… you'll see that I put special emphasis around this so that it shouldn't assume to know how rails works and should always consult the documentation. The 3 files (Migration learning plan, progress plan and the agent itself) help keep it on track. since it's main goal is teaching not doing the migration itself it seems to stay on track pretty well. I've not seen it really fall off track yet.
English
0
0
1
20
bryon
bryon@bryon·
@MichaelGame_Dev Posted the details, it's really working well for me. It's like sitting down one on one with an instructor that's excited to be helping you.
English
1
0
0
338
Game Dev With Michael
Game Dev With Michael@MichaelGame_Dev·
@bryon Can you tell me more? Learning Rails and it would be nice to have AI actually be able to help rather than be too generic.
English
1
0
1
487
本恰恰
本恰恰@hongyangchun·
@bryon @dhh @lexfridman @claudeai How did you do that ? I am super curious because I am also trying to learn Rails after watching the podcast. Very appropriate if you can share.
English
1
0
1
327
bryon
bryon@bryon·
Since this produced a very large plan I came up with a plan for claude to execute on it. There was some back and forth on how to go about this but what I did at this point is put that plan in an md file, and had claude create a /rails-continue command to execute the plan and to keep a tracking document of where I am as we progress through it. Oh also had it do a web research on DHH to get his tone and style.
English
0
0
0
615
bryon
bryon@bryon·
This produced a plan which I then wanted it adjust with the following prompt: This is a good start but needs adjustment. First do not compare what we are building in rails to what we are currently using in the app and do not use the current app as a guide to the exact same things in our rails app. We want to do things "The Rails Way" so that should guide your plan instead of a 1 to 1 recreation of the its a match app. Also We will use the latest version of Rails, rails 8, Do not assume you understand how rails works always consult the documentation and examples from the website rubyonrails.org
English
0
0
2
765