Done 100's of Prototypes Taken 10 applications to Production ranging from simple RAG to more complex Agentic systems
Software engineering was split - naysayers and enthusiasts Companies were concerned about data leakage copyright infringement ability to copyright code it generated 99.99% of code people write, is useless to others. Many code suggestions were not great Able to complete comments IntelliCode – Announced in May 2018 IntelliCode was introduced as an experimental feature in May 2018. It leveraged machine learning to offer context-aware code completions based on patterns learned from thousands of open-source projects. GitHub Copilot – Integrated into Visual Studio on March 29, 2022 GitHub Copilot became available for Visual Studio 2022 on March 29, 2022. This AI-powered tool, developed by GitHub and OpenAI, provided advanced code suggestions and completions. https://en.wikipedia.org/wiki/GitHub_Copilot?utm_source=chatgpt.com
This really allowed things to be productive Tie Back to Stack Overflow Things started to really change and opinions started to change, and more of the naysayers started to turn and get on board.
With some of these advancements we seen many of the early skeptics realize we are not going back
MCP is like RPA (Robotic Process Automation), but instead of mimicking user actions through the UI, it gives AI a direct, intelligent channel into the application—so different AI agents can talk to each other and to the app itself in a smarter, more coordinated way. Carnegie Mellon University April 28ish 2025, Layered Orchestration for Knowledgeful Agents (LOKA) is a proposed framework designed to enable AI agents to operate collaboratively, ethically, and securely across diverse systems and environments. Introduced by researchers from Carnegie Mellon University in April 2025, LOKA aims to address challenges related to identity, accountability, and ethical alignment in autonomous AI agents Trusted Agent Huddle https://newsroom.accenture.com/news/2025/accenture-introduces-trusted-agent-huddle-to-allow-seamless-first-of-its-kind-multi-system-ai-agent-collaboration-across-the-enterprise
Jensen Huang is the founder and CEO of NVIDIA, a global leader in AI and GPU computing. He has been vocal about how Generative AI is reshaping the future of programming. His vision suggests a world where AI bridges the gap between human intent and technical implementation, making traditional programming optional for many tasks. These quotes were made during keynotes at events like Computex, GTC, and various interviews in 2023 and 2024. Huang emphasizes that the future of software development lies in human-centric interaction with machines, moving from code to natural language prompts.
In the interview December 2024, Nadella elaborated on how AI agents are poised to revolutionize the traditional software model: Essentially he said Agents will replace Software https://www.youtube.com/watch?v=9NtsnzRFJ_o&t=1122s <!-- Satya Nadella on the Future of SaaS, How 2025 is the year of Agents, Advice for Indian Engineers https://www.youtube.com/watch?v=GuqAUv4UKXo&t=103s
Eric Schmidt is the former CEO of Google (2001–2011), where he helped transform the company into a global tech powerhouse. After his CEO tenure, he served as Executive Chairman of Google and then Alphabet Inc., contributing to the company’s growth and strategic vision. He co-founded Schmidt Futures, a philanthropic initiative focused on advancing technology and talent to solve global problems. Eric has also chaired the U.S. National Security Commission on Artificial Intelligence. This quote was made during a talk at **Stanford University on August 15, 2024**. In his remarks, Schmidt discussed the rapid advancement of AI and its implications on software engineering. He highlighted the concept of recursive self-improvement in AI and predicted that AI systems would soon outperform the majority of human programmers. The talk was later removed from public platforms at Schmidt’s request due to its provocative nature.
Dario Amodei — Anthropic CEO Dario Amodei is the co-founder and CEO of Anthropic, an AI safety and research company best known for creating Claude, a family of large language models. Prior to founding Anthropic in 2021, Dario was VP of Research at OpenAI, where he led the development of GPT-2 and GPT-3. He has a background in physics and machine learning, and has been one of the most vocal advocates for aligning AI systems with human values and ensuring they can be controlled and understood. This quote was delivered during a panel at the Council on Foreign Relations on March 10, 2025. In it, Dario predicted a near-term future where AI writes 90% or more of all code, with human engineers focused more on high-level goals, design inputs, and oversight rather than the manual construction of software. AI companies and government need to stop "sugar-coating" what's coming: the possible mass elimination of jobs across technology, finance, law, consulting and other white-collar professions, especially entry-level gigs.
Satya 30% code is being written by AI During this discussion between Meta CEO Mark Zuckerberg and Microsoft CEO Satya Nadella at LlamaCon 2025, they primarily focused on the transformative impact of AI, comparing it to previous technological shifts like client-server, the web, mobile, and cloud. They explored how AI necessitates a rethinking of the entire technology stack and discussed Microsoft's strategy for providing world-class infrastructure and tools through Azure to support the development of AI applications and agents. A significant portion of the conversation centered on the importance of open-source AI and the concept of a "distillation factory" for creating smaller, more efficient models from larger ones, which they believe will be crucial for widespread accessibility and innovation in the AI ecosystem. They also touched on the impact of AI on developer and knowledge worker productivity, citing examples within their own companies and envisioning a future where developers work with AI "agents."
https://futurism.com/professors-company-ai-agents
Sam Altman is the CEO of OpenAI This quote was delivered during a live interview at **TED2025 in Vancouver on April 11, 2025**. In his remarks, Altman addressed growing concerns about AI taking over human tasks. He framed the moment not as a loss of human agency, but as a transformative leap—where AI becomes a partner that expands what humans can achieve, rather than a replacement for their work. https://www.youtube.com/watch?v=5MWT_doo68k A bit proactive and right now I would say to use AI effectively you do need a base understanding on how it works and the best ways to get the most out of it. I do feel very quickly some of the capabilities will become embedded into the applications and be a bit more automatic Like is a voice system that can determine intent and offer up suggestions to a customer service representative to queue up suggestive actions
I generated HTML code for the flashcards. Specifically, it's a complete single-page web application that includes: HTML - The structure and content of the flashcards CSS - Styling for the flip animations, colors, layout, and responsive design JavaScript - Interactive functionality like: Card flipping animations Navigation between cards Shuffle functionality Keyboard controls (arrow keys, spacebar) Dynamic content updates
Story about adding sarcastic comments in the code messed up the generation
- **Examples**: - AI agents that refactor codebases to improve performance. - Systems that generate and validate unit tests automatically. - Tools that handle repetitive coding tasks, freeing developers for creative work.
**Speaker Notes:** This slide is meant to clarify a misconception: just because AI can generate code, that doesn’t mean we’re abandoning the rigor of software engineering practices. In fact, it's the opposite. As AI accelerates delivery, DevOps becomes even more important. Guardrails, automated testing, static analysis, CI/CD pipelines — these are all essential for ensuring what AI creates is robust, secure, and maintainable. The mindset isn’t “AI replaces everything,” but “AI amplifies our ability to deliver — within a system that ensures quality and trust.”
Corralite the early days of Agile Too often, companies approach generative AI as a tool to accelerate old, linear processes—just plugging AI into the same waterfall pipeline: requirements, designs, coding, testing, and deployment. But real transformation comes when we realize we can rebuild the entire vehicle, not just add horsepower to the old one. Generative AI allows us to move to more agile, feedback-driven delivery models. We can shorten feedback loops, continuously refine requirements and implementation, and focus on outcomes over outputs. Let’s challenge ourselves and our organizations: Instead of simply making old processes faster, how might we deliver value in entirely new ways—ways that only become possible because of AI?
Simple tactical stuff I just end up doing it myself the real skill will be understanding the business
Previous Questions Need a slide to address, coding for weapons is different that a CIS system Address the Legal Concerns on Generated Code and Legal Stack Overflow Need a slide to show the difference between AI writing code AI being the code
Needed for mermaid, can be anywhere in file except frontmatter