Members-Only
Recent Talks & Demos are for members only
You must be an AI Tinkerers active member to view these talks and demos.
June 12, 2026
·
Prague
AI for Enterprise AppDev
Learn to use AI for enterprise app development, understand code generation, and improve AI-generated code for maintainable solutions.
Video
Overview
Using AI at scale for enterprise to generate maintainable code :)
Tech stack
- ClaudeClaude is Anthropic's flagship family of large language models (LLMs): a high-performance, Constitutional AI system built for safety, complex reasoning, and expert-level collaboration.Claude is a next-generation AI assistant developed by Anthropic, a research firm prioritizing AI safety. The models (including Opus, Sonnet, and Haiku) leverage Constitutional AI to ensure helpful, honest, and harmless outputs, a key differentiator from competitors. Claude excels at complex enterprise tasks: processing massive context windows for in-depth data analysis, generating and reviewing code, and providing expert-level summarization for documents up to 200,000 tokens. It is deployed as a conversational chatbot and via API, offering scalable AI solutions for developers and businesses.
- AIAI: The computational system driving human-level problem-solving (e.g., GPT-4, AlphaGo), actively transforming sectors like healthcare and finance with predictive analytics.Artificial Intelligence (AI) is the system's ability to simulate human cognitive functions: learning, problem-solving, and decision-making. Key models like OpenAI's GPT-4 and Google DeepMind's AlphaGo demonstrate rapid capability expansion across diverse domains. This technology is actively deploying across critical sectors: healthcare uses AI for diagnostic image analysis (often achieving 90%+ accuracy), finance employs it for real-time fraud detection, and autonomous vehicles (Level 4) rely on its processing power. Global investment validates this impact: the AI market is projected to exceed $1.8 trillion by 2030 (a clear indicator of scale). Focus now shifts to responsible scaling and robust governance (e.g., data privacy, bias mitigation) to manage widespread integration.
- LLMLarge Language Models (LLMs) are deep learning models, built on the Transformer architecture, that process and generate human-quality text and code at scale.LLMs are a class of foundation models: massive, pre-trained neural networks (often with billions to trillions of parameters) that leverage the self-attention mechanism of the Transformer architecture (introduced in 2017) to predict the next token in a sequence. Trained on vast datasets (e.g., Common Crawl's 50 billion+ web pages), these models—like GPT-4, Gemini, and Claude—acquire predictive power over syntax and semantics. They function as general-purpose sequence models, enabling critical applications such as complex content generation, language translation, and automated code completion (e.g., GitHub Copilot). Their core value: generalizing across diverse tasks with minimal task-specific fine-tuning.
- AppDevAppDev is the end-to-end engineering process of designing, coding, testing, and deploying software applications to solve specific business problems.Application development (AppDev) is the structured lifecycle of building software, spanning critical phases from initial requirements gathering to deployment and continuous integration. Modern AppDev leverages agile methodologies, cloud-native architectures, and robust CI/CD pipelines to accelerate release cycles and minimize system downtime. By combining frontend design with secure backend data services, engineering teams build scalable, high-performance applications (ranging from internal enterprise tools to customer-facing mobile apps) that drive operational efficiency and user engagement.
- Code generationCode generation is automated programming: it translates high-level specifications or natural language prompts into executable source code, eliminating manual boilerplate.This technology leverages large language models (LLMs) and machine learning to accelerate the software development lifecycle. Tools like GitHub Copilot and Amazon CodeWhisperer analyze context—existing code, comments, and documentation—to suggest or produce complete functions and files in languages like Python, Java, and JavaScript. It dramatically boosts developer productivity by automating repetitive tasks, such as writing unit tests or configuring data models, allowing engineers to focus on complex architecture and problem-solving. The process ensures consistency, reduces human error, and can cut time-to-market for new applications significantly.