-
-
Notifications
You must be signed in to change notification settings - Fork 499
[Issue 2332] Create "Software Engineering in the Age of AI" topic outline #2337
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could be good to get @gsong's eyes on this.
This is fantastic. I have the following feedback:
|
I've updated the "Specific Things to Learn" section to include all the suggested feedback Understanding different model capabilities: 1. Added a new subsection "Understanding AI Model Capabilities and Limitations" with detailed information about token count, reasoning/hybrid models, STEM capabilities, multimodality, and research capabilities 2. Each capability includes why it matters, key concepts, and specific action items Hybrid team concept: 1. Created a new subsection "Working with AI as Team Members" that covers the hybrid team concept 2. Added content on model selection for different tasks 3. Included information on multi-model orchestration for complex problems Context provision for problem-solving: 1. Added a dedicated section on "Effective Context Provision" that explains why context matters 2. Included specific examples like package upgrades with breaking changes 3. Added action items for experimenting with different context formats Using models to help solve tasks: 1. Added a note in the "Requirements Gathering and Refinement" section about collaborating with reasoning models to flesh out requirements 2. Incorporated this concept throughout various action items Using AI to understand codebases and generate documentation: 1. Added a new subsection "Codebase Understanding and Documentation" under Advanced AI Collaboration Techniques 2. Included specific action items for using AI to analyze codebases and generate READMEs Helping models validate their own work: 1. Added a new subsection "AI Self-Validation Techniques" that covers test-driven development with AI 2. Included the specific example of email validation with test cases 3. Added action items for creating workflows where AI generates tests before implementation
gsong
approved these changes
May 2, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
📝 Description
This PR adds a new comprehensive topic outline focused on helping our program population understand and thrive in software engineering roles in the age of AI. The outline addresses concerns about AI-generated code and provides practical guidance on developing skills that complement rather than compete with AI capabilities.
🔂 Changes Made
⚙️ Related Issue
Issue Number: #2332
🍏 Type of Change
New Topic Outline
🎁 Acceptance Criteria
🧪 How to test or what to evaluate