Public Sector

We've had the pleasure of working with UK and overseas central and local government departments, including Healthcare (NHS and Foundation Trusts), Defence, Education (Universities and colleges), many of the main Civil Service departments, Emergency Services; also public-owned corporations including the BBC, Bank of England, Ordnance Survey, and regulatory bodies such as Ofgem.

We are registered on Crown Commercial Service’s (CCS) Dynamic Purchasing System (RM6219 Training and Learning) and also with numerous tender portals such as Ariba, Coupa and Delta E-Sourcing.

Read more...

Graduate Training Schemes

Framework Training has a strong track record of providing a solid introduction into the working world for technical graduates across myriad industries. We provide the opportunity to learn and gain valuable hands-on experience in a supportive, friendly and sociable training environment.

Attract & retain the brightest new starters

We know it is vital for our clients to invest in the future of their talented grads; not only to provide them with high-quality, professional training essential for their roles, but to embed them within the organisation’s culture and guide them on the right path to a successful career.

After all, your new hires could well be the next leaders and their creative ideas and unique insights are invaluable to your business.

Read more ...

Learning & Development

Our unique portfolio of high-quality technical courses and training programmes are industry-respected. They’re carefully designed so that delegates can seamlessly apply what they’ve learnt back in the workplace. Our team of domain experts, trainers, and support teams know our field — and all things tech — inside out, and we work hard to keep ourselves up to speed with the latest innovations. 

We’re proud to develop and deliver innovative learning solutions that actually work and make a tangible difference to your people and your business, driving through positive lasting change. Our training courses and programmes are human-centred. Everything we do is underpinned by our commitment to continuous improvement and learning and generally making things much better.

Read more...

Corporate & Volume Pricing

Whether you are looking to book multiple places on public scheduled courses (attended remotely or in our training centres in London) or planning private courses for a team within your organisation, we will be happy to discuss preferential pricing which maximise your staff education budget.

Enquire today about:

  • Training programme pricing models  

  • Multi-course voucher schemes

Read more...

Custom Learning Paths

We understand that your team training needs don't always fit into a "one size fits all" mould, and we're very happy to explore ways in which we can tailor a bespoke learning path to fit your learning needs.

Find out about how we can customise everything from short overviews, intensive workshops, and wider training programmes that give you coverage of the most relevant topics based on what your staff need to excel in their roles.

Read more...

Refactoring Vibe Code Workshop: Hardening AI-generated software

Move beyond "it looks like it works" to production-grade reliability in the age of LLM-driven application development with our hands-on instructor-led workshop.

About the course

The ease of AI code generation has created a new category of technical debt: Vibe Code. This is code that is syntactically correct and appears functional during a "vibe check" but often lacks architectural integrity, ignores edge cases, or introduces "ghost dependencies." As the volume of code generated by LLMs increases - a phenomenon known as the Jevons Paradox of AI - the role of the senior developer is shifting from writer to editor-in-chief.

This engaging workshop is designed for mid-to-senior developers and team leads who find themselves "prompting more than typing" but are feeling the weight of increasingly brittle codebases. We provide a rigorous framework for the "Hardening Process" - the transition from AI-generated raw output to hardened, production-ready systems.

Platform-Agnostic with Deep Integration: Our delivery is fully customisable based on your team's specific tech stack and preferred AI tooling. We incorporate best practices for leading AI-augmented platforms, including:

  • Cursor & VS Code Copilot (Composer and Chat-driven workflows)

  • GitHub Copilot & Copilot Extensions

  • Replit Agent & Ghostwriter

  • Supermaven, Cody (Sourcegraph), and Tabnine

  • Claude Sonnet / GPT-4o / DeepSeek (Model-specific prompting for architecture)

Workshop Duration Options

  • The Intensive (1 Day): 7 hours of rapid-fire theory, anti-pattern recognition, and structured hardening labs. Best for experienced teams looking for immediate process upgrades.

  • The Masterclass (2 Days): Expands the duration two 2 days, with a midway section dedicated to a "Bring Your Own Code" (BYOC) lab. Participants refactor actual "vibe code" from their own repositories under guided supervision.

  • The Executive Briefing (Half-Day): A high-level 3.5-hour version focused on Module 1 and Module 3, designed specifically for Team Leads and Engineering Managers.

Instructor-led online and in-house face-to-face options are available - as part of a wider customised training programme, or as a standalone workshop, on-site at your offices or at one of many flexible meeting spaces in the UK and around the World.

  • By the end of this course, attendees will be able to:

    • Identify AI "Drift": Spot where an LLM has lost the architectural thread due to context window limitations.
    • Perform "Vibe" Audits: Conduct code reviews that specifically target AI-specific smells and hallucinated logic.
    • Enforce System Boundaries: Use advanced type-safety and schemas to "cage" AI output within valid parameters.
    • Automate Quality Control: Build CI/CD guardrails that catch "lazy" AI habits before they reach production.
    • Mid-to-Senior Developers: Who use AI tools daily and want to maintain high code quality.

    • Team Leads & Architects: Tasked with managing the technical debt generated by AI-assisted teams.

    • SREs & QA Engineers: Needing to understand the failure modes of non-human-authored code.

  • Those looking to participate in the hands-on elements of this workshop should ideally have:

    • Professional Development Experience: Strong comfort in at least one major stack (e.g., TypeScript, Python, C#, or Java).

    • Architectural Knowledge: A solid understanding of Design Patterns and SOLID principles.

    We can customise the training to match your team's experience and needs - with more time and coverage of fundamentals for newer developers, or a swifter pace for experienced coders.

  • This vibe code refactoring course is available for private / custom delivery for your team - face-to-face, on-site at your location of choice, or remotely via MS Teams or your own platform of choice - get in touch to find out how we can deliver tailored training which focuses on your project requirements and learning goals.

  • Module 1: Anatomy of a "Vibe"

    • Identifying "Hallucinated Logic": Recognizing code that looks syntactically perfect but follows a logic that doesn't exist in your specific stack or library version.

    • The "Context Window" Trap: Why AI loses the thread on large-scale architectures and how to spot the "drift" in long files or complex multi-file changes.

    • Code Smell 2.0: Identifying AI-specific anti-patterns (Over-engineered loops, Redundant utility functions, "Lazy" error handling).

    Module 2: The Hardening Process

    • Structural Integrity: Techniques for stripping "Vibe Code" down to its functional core and re-fitting it into your existing design patterns (SOLID, DRY, etc.).

    • Dependency Audit: Cleaning up "ghost dependencies" and random libraries suggested by LLMs for simple problems.

    • Type Safety & Contracts: Using TypeScript or Pydantic to "force" AI output to behave within the boundaries of your system.

    Special Session: Optional Day – BYOC (Bring Your Own Code)

    • Hands-on Workshop: Students bring a specific AI-generated script or component they are currently struggling to maintain.

    • Peer Review: Group analysis of the "vibe" level and identifying the highest-leverage refactoring targets.

    • Live Refactoring: Intensive 1-on-1 and group coaching to convert the "vibe code" into a production-ready module.

    Module 3: Automated Guardrails

    • Unit Testing the "Black Box": Strategies for writing comprehensive tests for code you didn't technically write yourself.

    • Snapshot Testing for Logic: Using AI to generate initial test suites—and the critical methodology for verifying both the test and the code.

    • Linting for Intent: Setting up custom rules (ESLint, Ruff, etc.) to catch common LLM "lazy" habits.

    Module 4: The Post-AI Workflow

    • The "Editor-in-Chief" Mindset: Shifting team culture from "generating more" to "maintaining better."

    • Reviewer Training: How to conduct a PR review for AI-assisted code.

    • Documentation as Truth: Ensuring the AI maintains the "Why" through synchronized TSDoc/JSDoc.

    • https://cursor.com/

      • An AI-native code editor branched from VS Code that deeply integrates LLM capabilities for seamless refactoring and codebase navigation.

    • https://code.visualstudio.com/docs/copilot/overview

      • The official extension that brings GitHub Copilot’s autocomplete, chat, and refactoring tools directly into the Visual Studio Code interface.

    • https://github.com/features/copilot

      • An industry-leading AI pair programmer that provides real-time code suggestions and architectural guidance across multiple IDEs.

    • https://supermaven.com/

      • A high-speed AI code completion tool featuring a massive one-million-token context window for understanding large-scale projects.

    • https://sourcegraph.com/

      • An AI coding assistant that specializes in reading and understanding your entire codebase to answer complex questions and write code in context.

    • https://www.tabnine.com/

      • An AI assistant for software developers that emphasizes privacy and security with local model hosting and private code training options.

    • https://www.anthropic.com/claude/sonnet

      • Anthropic’s high-performance model known for its advanced reasoning, coding capabilities, and nuanced adherence to complex instructions.

    • https://developers.openai.com/

      • The developer platform for integrating GPT-4o and other cutting-edge models into custom applications and automated workflows.

    • https://www.deepseek.com/

      • An open-source AI platform providing powerful, cost-effective models specialized in high-level coding tasks and mathematical reasoning.

Trusted by

BBC logo Crown Commercial Service Supplier (CCS) logo University of Glasgow logo/crest

Public Courses Dates and Rates

Standard duration: 2 days

Please get in touch for pricing and availability.

Course enquiry

Send us a no-obligation enquiry about this course

Choose how you first heard about Framework Training.

Related courses