The Strategic Imperative: AI as the Core of the Now Platform
Introduction: Beyond a Feature, A Foundational Shift
ServiceNow’s integration of artificial intelligence into its development tools represents more than the addition of a new feature; it signifies a fundamental strategic pivot. The company is re-architecting and rebranding its core offering as the “ServiceNow AI Platform,” positioning AI as the central engine for the next wave of enterprise digital transformation.1 This approach moves beyond simple task automation towards creating intelligent, proactive, and eventually autonomous enterprise operations.2 To fully comprehend the impact of AI on code generation within ServiceNow, it is essential to first understand this holistic strategy, which unites AI, data, and workflows on a single, secure, and scalable cloud foundation.1 This platform-centric vision is not merely about providing AI-powered applications but about establishing an indispensable operating system for managing all enterprise AI activity. By creating tools like the AI Control Tower, ServiceNow aims to own the central orchestration and governance layer, a highly defensible and strategic position in the modern enterprise. Code generation, therefore, serves as a critical on-ramp to this broader platform strategy, delivering immediate, tangible value to developers while simultaneously integrating the entire organization into ServiceNow’s comprehensive AI governance ecosystem.
The “System of Action” Philosophy
For years, ServiceNow has positioned its platform as a “system of action,” a central hub for orchestrating and automating business processes. The introduction of generative AI supercharges this long-standing concept.4 AI is now being infused into every workflow, from IT Service Management (ITSM) and HR Service Delivery (HRSD) to Customer Service Management (CSM) and Security Operations (SecOps).1 This infusion transforms the platform’s role from passively managing processes to actively improving them. It achieves this through intelligent suggestions, automated content generation for knowledge bases, and the automation of complex tasks like incident resolution and change management.5 The result is a platform that doesn’t just execute commands but anticipates needs and generates value across the enterprise, making workflows smarter, faster, and more efficient.4
Governance and Trust: The Enterprise Prerequisite
Recognizing that enterprise adoption of AI is contingent on trust and control, ServiceNow has made governance a cornerstone of its strategy. The company champions a “Responsible AI” framework built on four principles: human-centered, inclusive, transparent, and accountable.1 This commitment is not merely philosophical; it is operationalized through tangible features. The ServiceNow AI Control Tower, for instance, provides a centralized command center for businesses to manage their entire AI landscape. It allows them to oversee AI performance, assign ownership to autonomous AI agents, and enforce ethical use policies—a critical capability for deployment in heavily regulated industries like finance and healthcare.1
This focus on governance is a direct response to market fears surrounding uncontrollable, “black box” AI. By leading with a message of trust, transparency, and human oversight, ServiceNow is executing a sophisticated adoption strategy aimed at winning the confidence of C-suite executives, legal teams, and compliance officers, who are often the primary gatekeepers for large-scale AI deployment.8 This proactive approach to risk mitigation accelerates the sales cycle and makes it easier for organizations to approve the use of powerful features like AI-powered code generation. Furthermore, data security is paramount; by developing proprietary Now Large Language Models (LLMs), ServiceNow ensures that a customer’s sensitive data remains within their platform boundary, addressing key privacy and residency concerns.4
Now Assist for Creator: A Deep Dive into the Developer’s AI Toolkit
Overview of Now Assist for Creator
Now Assist for Creator is the flagship suite of generative AI tools designed to enhance productivity for the full spectrum of ServiceNow builders, from professional developers to low-code creators.3 The suite’s capabilities extend far beyond simple code generation, encompassing the entire development lifecycle. It assists with initial application ideation, the creation of complex workflows, and the authoring of sophisticated scripts.10 The evolution of its branding from the more narrowly focused “text-to-code” to the comprehensive “Now Assist for Creator” reflects this broadened scope and ambition, signaling a toolset designed to empower every individual involved in building on the Now Platform.3
This suite is strategically designed to bridge the historical gap between low-code and pro-code development, fostering a unified and democratized creator experience. It is not a siloed tool for a single user group but a platform-wide capability that elevates both. By offering a continuum of AI assistance—from high-level, conversational app generation for business analysts to deeply technical, context-aware code completion for seasoned developers—ServiceNow ensures a seamless workflow. A business user can initiate a process visually, and a professional developer can then jump in to add a complex script, all within the same AI-augmented environment. This approach breaks down traditional silos, accelerates the entire development lifecycle, and fosters more effective collaboration between different developer personas.10
Full Application and Component Generation
Now Assist for Creator dramatically accelerates development by automating the creation of entire applications and their core components through natural language. Key capabilities include:
- App Generation: Developers can engage in a simple conversation with Now Assist, describing the purpose and requirements of a new application. The AI then generates the complete application structure, including the necessary data tables, user roles and permissions, and initial forms, providing a functional skeleton that can be refined and built upon.11
- Flow Generation: Within Flow Designer, users can provide a plain-text description of a business process, and Now Assist will automatically generate the corresponding “flow skeleton”.11 This automates the creation of complex logic, conditional branches, and actions. The capability has been extended to be multimodal, allowing developers to generate a functional workflow simply by providing an image of a process diagram sketched on a whiteboard.16
- Playbook and Catalog Item Generation: The suite further reduces manual configuration by automating the creation of structured playbooks for process automation and generating complete service catalog items from simple descriptions, streamlining the way services are offered to end-users.11
- Expanding Generation Skills: ServiceNow is continuously expanding this toolset, with recent releases introducing skills for RPA Bot Generation, Form Generation, UI Generation, and Data Visualization Generation, demonstrating a clear roadmap toward automating every facet of the creation process.11
Pro-Code Development Assistance
For professional developers working directly with script, Now Assist for Creator is embedded within the code editor to provide a suite of assistive features:
- Text-to-Code (Comment-to-Code): This is the core code generation feature. A developer can write a comment in natural language describing the desired functionality—for example,
//Query the incident table for all active high-priority incidents assigned to the current user—and the AI will generate the precise JavaScript code to execute that logic.3 - Code Completion/Autocomplete: Going beyond simple syntax prediction, the AI offers context-aware suggestions to complete lines or entire blocks of code as a developer types. It understands the script’s context, allowing it to suggest relevant variables and even call other existing functions within the same script include, significantly speeding up the coding process and reducing errors.19
- Code Explanation and Summarization: Developers can highlight any block of code and ask Now Assist to provide a concise summary or a detailed, line-by-line explanation. This analysis breaks down the code’s logic, variables, APIs used, and can even offer an opinion on its quality. This feature is invaluable for debugging complex issues, understanding legacy code, performing code reviews, and accelerating the onboarding of new developers.12
The “Code Explanation” feature, in particular, functions as more than just a productivity aid; it is a powerful, embedded training and governance mechanism. For a junior developer, it acts as an on-demand tutor, demystifying complex platform APIs or legacy code and accelerating their learning curve. For a senior architect, it serves as a powerful review assistant, providing an instant summary that allows them to focus on architectural integrity rather than line-by-line syntax. For the organization, this creates a self-enforcing mechanism for best practices. Because the AI is trained on high-quality, performant ServiceNow code, its explanations inherently guide all developers toward those standards, improving overall code quality and maintainability across the platform.22 It effectively becomes a scalable, automated form of peer review and mentorship.
The table below provides a structured overview of the primary skills within the Now Assist for Creator suite.
| Feature/Skill | Description | Target User(s) | Primary Use Case |
| App Generation | Creates a full application structure (tables, roles, forms) from a conversational prompt. | Business Analyst, Low-Code Developer | Rapidly scaffolding a new application from an idea. |
| Flow Generation | Generates a workflow in Flow Designer from a text or image description. | Low-Code Developer, Admin | Automating the creation of business process logic. |
| Code Generation | Generates JavaScript code from a natural language comment (text-to-code). | Pro-Developer | Creating script logic without recalling specific syntax. |
| Code Completion | Provides context-aware suggestions to complete code as it is being typed. | Pro-Developer | Accelerating script writing and reducing syntax errors. |
| Code Explanation | Provides a detailed, line-by-line analysis of a selected code block. | All Developers | Debugging, code reviews, and learning platform APIs. |
| Code Summarization | Generates a high-level summary of what a selected code block does. | All Developers | Quickly understanding the purpose of unfamiliar code. |
| RPA Bot Generation | Creates Robotic Process Automation bots to automate UI-based tasks. | Pro-Developer, RPA Developer | Integrating with legacy systems or external websites. |
Deconstructing the Engine: The Technology Powering Code Generation
The Dual-LLM Strategy: Specialization and Flexibility
ServiceNow has adopted a sophisticated and strategic hybrid model architecture to power its generative AI capabilities. This approach combines a purpose-built, proprietary Large Language Model (LLM) with a flexible controller that can connect to leading third-party models.3 This dual strategy is designed to strike an optimal balance between domain-specific performance, cost-effectiveness, enterprise-grade security, and access to the broader market’s rapid innovation.23 This architecture effectively future-proofs the platform and de-risks AI investments for both ServiceNow and its customers. The proprietary Now LLM is optimized for the most common, high-volume ServiceNow tasks, making it highly efficient and secure for the majority of use cases. Simultaneously, the Generative AI Controller acknowledges that general-purpose LLMs from partners will continue to excel at novel or niche tasks. By providing a managed gateway to these external models, ServiceNow prevents customers from needing to leave the platform to access the latest AI innovations, creating a “best of both worlds” scenario under a single governance umbrella.
The Now LLM: A Domain-Specific Powerhouse
At the heart of ServiceNow’s code generation capability is its own ServiceNow Text-to-Code LLM, a model purpose-built for the Now Platform.25 Because it is domain-specific, it offers superior contextual awareness for platform-related tasks and is more cost-effective than using a generic LLM for the same purpose.23
ServiceNow’s co-leadership of the open-source BigCode project, which developed the StarCoder model, represents a masterstroke in enterprise AI strategy. This involvement provided deep technical expertise for more effective fine-tuning, the ability to influence the model’s development toward enterprise needs, and a powerful transparency narrative to build trust with risk-averse customers.
The table below summarizes the technical specifications of this model.
| Attribute | Specification |
| Model Name | ServiceNow Text-to-Code LLM |
| Base Model | StarCoder model family (specialized version) 24 |
| Number of Parameters | 15 billion 25 |
| Fine-Tuning Data | Fine-tuned with ServiceNow Platform-specific data, including flow data and Glide JavaScript code.25 |
| Optimization Metric | Pass@1: The likelihood of solving a problem correctly in a single attempt, focusing on functional accuracy.25 |
| Supported Languages | Optimized for JavaScript (GlideScript); base model also supports Java, Python, C++.25 |
| Max Context Window | 8K tokens (shared between input and output).25 |
| Autonomy Level | Assistive: Offers suggestions that developers must review and validate before implementation.25 |
The Generative AI Controller: An Open Gateway to Innovation
Complementing the proprietary Now LLM is the Generative AI Controller. This component acts as a secure, centralized hub that allows organizations to connect their ServiceNow instances to a range of external, general-purpose LLMs, including those from Microsoft Azure OpenAI (such as GPT-4o) and Google Gemini.3 The controller eliminates the need for developers to build and maintain complex integrations from scratch, allowing them to easily embed capabilities like summarization or advanced content generation into any workflow.3 This provides immense flexibility, enabling customers to “Bring Your Own (BYO) GenAI Model” or switch between different providers for specific skills. For example, an organization might choose to use Azure OpenAI for its powerful code summarization and explanation features while relying on the cost-effective Now LLM for high-volume code generation and completion tasks.16
From Prompt to Production: A Functional Analysis of AI-Powered Coding
The Developer Experience: AI in the IDE
ServiceNow has seamlessly integrated its AI capabilities directly into the development environments where creators work, such as the script editor and Flow Designer.19 The design philosophy is centered on augmentation, not replacement. The AI operates at an “Assistive” autonomy level, meaning the developer always retains full control. Every AI-generated suggestion must be reviewed, edited if necessary, and explicitly accepted by the human user before it is implemented, ensuring accountability and control.25
This combination of interaction modes creates a virtuous cycle of code quality. A developer can generate initial code, have the AI help complete and refine it, and then use the same AI to explain the final product back to them for validation. This multi-touch model—generate, refine, validate—provides crucial checks and balances, significantly reducing the risk of “hallucinated” or incorrect code making it into production, which remains a primary concern with generative AI technologies.
Mode 1: Comment-to-Code Generation
The “comment-to-code” workflow is a powerful feature for generating entire blocks of code from a simple instruction. A developer writes a natural language comment describing the desired logic, and Now Assist generates the corresponding JavaScript.19 For example, a developer needing to perform a common but syntactically complex operation like a GlideAjax call can simply write a comment like
// Using GlideAjax, create a server-side script include and a client script to retrieve the current user's department from the server. The AI will then generate the necessary code for both the client-side script and the server-side script include, complete with the correct structure and function calls. This mode effectively eliminates the need to search external documentation or internal codebases for boilerplate code, dramatically accelerating the development of common patterns.3
Mode 2: Intelligent Code Completion
Intelligent code completion functions as a real-time coding partner. As a developer types, the AI analyzes the context of the entire script—not just the preceding characters—to predict and suggest the next logical piece of code.20 For instance, after a developer defines a function signature and an opening bracket, the AI might suggest the entire body of the function, correctly referencing variables and even calling other helper functions defined elsewhere in the same script include.20 This mode is a significant time-saver for repetitive coding tasks and helps reduce the introduction of common typos and syntax errors that can consume valuable debugging time.21
Mode 3: Code Comprehension (Explain & Summarize)
The code comprehension features, “Explain code in detail” and “Summarize code,” are critical tools for code maintenance, learning, and collaboration.20 When a developer encounters a piece of unfamiliar or complex legacy code, they can simply highlight it and select “Explain code.” The AI provides a detailed, human-readable breakdown of the script’s purpose, its logic flow, the variables it uses, and the platform APIs it calls.20 This can make a complex business rule understandable in seconds rather than hours. This capability is instrumental in debugging, facilitating more effective code reviews, and onboarding new team members by acting as an instant guide to the existing codebase.12
The functional design of these AI tools implicitly trains developers on platform-specific best practices. Because the AI is fine-tuned on high-quality ServiceNow scripts, the code it generates and the explanations it provides inherently reflect the “ServiceNow way” of development.5 When a developer repeatedly interacts with this system, they are passively mentored on optimal patterns for GlideRecord queries, API usage, and script structure. Over time, this acculturates the entire developer community to a higher, more consistent standard of coding, which benefits customers by reducing the long-term technical debt and maintenance burden of their custom applications.
The table below compares the different AI interaction modes available to developers.
| Interaction Mode | Description | When to Use It | Example Prompt/Action |
| Comment-to-Code | Generates a complete code block from a natural language comment. | When starting a new script or implementing a known pattern from scratch. | //Create a business rule that prevents an incident from being closed if it has open problem tasks. |
| Code Completion | Suggests the next line or block of code as you type. | During active coding to accelerate writing and reduce typos. | Typing var gr = new GlideRecord( and pausing for the AI to suggest the table name and query. |
| Code Explanation | Provides a detailed, line-by-line analysis of selected code. | When debugging, reviewing, or trying to understand complex or legacy code. | Highlighting a 50-line script and selecting “Explain code in detail” from the context menu. |
| Code Summarization | Provides a high-level, concise summary of what selected code does. | To quickly grasp the purpose of a script before diving into the details. | Highlighting a function and selecting “Summarize code” to understand its primary goal. |
Quantifying the Impact: Productivity, Quality, and Skill Evolution
Accelerating Development Cycles
The adoption of AI-powered coding tools on the ServiceNow platform is leading to significant and measurable productivity gains. Industry studies and early customer reports indicate that developers using these tools can complete tasks up to 55% faster, with overall development time reduced by 25-30%.11 These gains are directly attributable to the automation of repetitive and low-value work, such as writing boilerplate code for common integrations or manually debugging simple syntax errors.3 Real-world examples validate these claims; for instance, ServiceNow customer TRIMEDX reported a 22% increase in developer productivity after implementing these AI tools.29 By offloading the most tedious aspects of coding, Now Assist allows developers to progress more swiftly through the entire development lifecycle, from initial scripting to final deployment.
Enhancing Code Quality and Consistency
Beyond speed, AI is having a profound impact on the quality and consistency of the code being produced. By generating scripts that adhere to platform best practices and governance standards from their inception, the AI helps ensure that new code is performant, maintainable, and secure.5 This is particularly impactful in reducing long-term technical debt. The primary ROI of these tools may not be the immediate developer speed but rather the reduction in future maintenance costs associated with poorly written or inconsistent custom code.
Furthermore, AI enhances the troubleshooting and debugging process itself. Now Assist can scan code to identify potential errors and proactively suggest fixes, drastically reducing the time developers spend on manual bug hunting.12 This is complemented by AI-powered testing tools that can automatically generate test cases, allowing for the identification and remediation of defects much earlier in the development process, which shortens release cycles and improves the stability of the final product.3
Democratizing Development and Accelerating Learning
The integration of AI is fundamentally reshaping the human experience of development on the Now Platform. For senior developers, it acts as a force multiplier, automating mundane tasks and freeing them to concentrate on high-value activities like solution architecture, complex problem-solving, and innovation.3 For junior developers or those new to ServiceNow, the AI serves as an invaluable “intelligent tutor”.12 It provides on-demand, contextual guidance, explains platform-specific APIs in plain language, and demonstrates best practices through the code it generates. This dramatically shortens the learning curve and accelerates a new developer’s journey to becoming a productive contributor.
This evolution will reshape the definition of a “senior” ServiceNow developer. As AI handles more of the rote memorization of syntax and APIs, seniority will be defined less by what a developer can recall and more by their ability to architect complex solutions, formulate effective high-level prompts, and critically evaluate and integrate AI-generated components. The most valuable skill will shift from simply writing the code to skillfully directing the AI that writes the code, a change that requires strong architectural thinking and problem decomposition skills. This effectively lowers the barrier to entry for building on the platform, democratizing development and enabling a broader community of creators to build powerful enterprise applications.4
The Road Ahead: ServiceNow’s AI Trajectory and the Future of Enterprise Development
The Knowledge 2025 Vision: From Assistive to Autonomous
Recent announcements from ServiceNow’s Knowledge 2025 conference signal a clear and ambitious roadmap: a deliberate evolution from AI that assists humans to AI agents that can work autonomously.2 The official rebranding of the core offering to the “ServiceNow AI Platform” is a definitive statement of this strategic direction.2 The company showcased the next frontier of its capabilities, demonstrating how autonomous agents can proactively detect and resolve IT incidents before they impact users, automate security threat responses, and manage HR processes without human intervention.2 This vision points to a future where the platform acts as an autonomous “digital workforce” that manages routine operations, allowing human employees to focus entirely on strategic, high-impact work.31
Expanding the Ecosystem: Data, CRM, and Integrations
ServiceNow is executing a multi-pronged strategy to become the indispensable “central nervous system” for the enterprise. On one front, it is deepening its technical capabilities with autonomous agents. On another, it is broadening its functional footprint into new business domains. The most critical, though perhaps least flashy, component of this strategy is the focus on data. The acquisition of Data.world, a leading data catalog and governance platform, and the launch of the Workflow Data Network are designed to solve the fundamental “data problem” for enterprises.2 These initiatives enable the AI to act on a wider range of trusted, real-time enterprise data through a zero-copy architecture, making the AI more effective and trustworthy than competitors focused solely on the LLM itself.
Simultaneously, ServiceNow is expanding into new markets, most notably with its launch of a unified CRM and Configure-Price-Quote (CPQ) solution.2 This demonstrates the ambition to apply its AI-powered workflow engine to new, revenue-generating areas of the business. Furthermore, a deepening partnership with Microsoft allows users to trigger ServiceNow workflows using natural language directly from within Microsoft Copilot, a strategy designed to meet users where they already work and embed ServiceNow even more deeply into daily enterprise operations.2
The Next Generation of LLMs: Enterprise Reasoning
Looking further ahead, ServiceNow is investing in the next generation of LLMs capable of sophisticated “enterprise reasoning.” A joint announcement with NVIDIA revealed Apriel Nemotron 15B, a domain-specific LLM designed to comprehend complex, unstructured content like legal contracts, long policy documents, and detailed financial reports.2 This represents a significant leap beyond simple text generation. An AI with this capability can read a 100-page service agreement, understand the specific service-level agreements (SLAs) and penalties within it, and automatically create the corresponding monitoring workflows and alerts within the ServiceNow platform. This ability to reason over complex business documents and initiate action will be transformative for document-heavy industries like government, insurance, finance, and legal.2
Recommendations for Adoption and Maximizing Value
Foundational Steps: Governance and Preparedness
Successful adoption of ServiceNow’s AI code generation capabilities begins with a strong foundation. Organizations must prioritize organizational preparedness, which includes investing in data literacy training for development teams and ensuring the quality and completeness of core platform data, especially within the Configuration Management Database (CMDB).23 It is crucial to start with a clear, well-defined business case and to pilot the technology on smaller, lower-risk projects—for example, using code summarization to improve documentation—before scaling to more complex code generation tasks.26 Critically, governance tools and access controls must be configured from day one. This includes assigning the specific
now.assist.creator role, which is not inherited by the admin role, to authorized users and establishing clear data privacy controls to manage how the AI interacts with sensitive information.9
Mastering the Craft: Effective Prompt Engineering
The quality of the output from generative AI is directly proportional to the quality of the input. To maximize value, developers must learn the craft of effective prompt engineering. This requires moving beyond simple commands to writing specific, context-rich descriptions of the desired outcome.12 Developers should be encouraged to think like an architect, breaking down complex problems into a series of smaller, logical steps that the AI can execute and then assemble. Iterating on prompts to refine the output is a key skill. ServiceNow provides dedicated prompting guides and resources that should be considered essential reading for any team beginning its AI journey.10
Fostering a Culture of AI-Assisted Development
Finally, maximizing the value of these tools requires a significant cultural shift. Leadership should frame the adoption of AI not as a cost-cutting measure but as an investment in productivity and innovation.31 The AI should be viewed as a collaborative partner—a “sous-chef” that assists the master chef (the developer) by handling preparation and routine tasks, freeing them to focus on creativity and the final product.34 Organizations should celebrate and promote early successes to build momentum and encourage adoption across different teams and departments.26 Ultimately, realizing the full potential of ServiceNow’s AI requires a holistic approach that combines the right technology with well-defined processes and a cultural willingness to embrace a new, more powerful way of building and working.
Works cited
- generative AI (GenAI) – ServiceNow, https://www.servicenow.com/now-platform/generative-ai.html
- AI Gets to Work: Six Big Takeaways from ServiceNow’s Knowledge …, https://www.sdipresence.com/blog-events/ai-gets-to-work-six-big-takeaways-from-servicenows-knowledge-2025/
- 7 Key Benefits of Using Gen AI in ServiceNow Development, https://binmile.com/blog/gen-ai-servicenow-in-development/
- GenAI Roadmap Puts AI to Work for People – ServiceNow Blog, https://www.servicenow.com/blogs/2024/genai-roadmap-puts-ai-work-people
- What is AI Code Generation? – ServiceNow, https://www.servicenow.com/now-platform/what-is-ai-code-generation.html
- The Power of Generative AI in ServiceNow – RGP, https://rgp.com/insights/the-power-of-generative-ai-in-servicenow/
- AI Keynote and Roadmap: Put AI to work with the Now Platform – ServiceNow, https://www.servicenow.com/events/knowledge/2024/sessions/ai-keynote-and-roadmap–put-ai-to-work-with-the-now-platform.html
- What is generative AI? – ServiceNow, https://www.servicenow.com/now-platform/what-is-generative-ai.html
- Generative AI Agenda – ServiceNow Knowledge 2024, https://knowledge.servicenow.com/flow/servicenow/k24/suggestedagenda/page/generativeai?utm_source=linkedin&utm_campaign=advocacy&utm_medium=organicsocial&campid=59887&cmcid=25604243&cmpid=300226994&cid=s%3Adg%3Aall%3Aspkladv%3Aq221%3Asprinklradvocacy%3A2021%3Asn%3Aform
- Now Assist for Creator – ServiceNow Community, https://www.servicenow.com/community/now-assist-for-creator/ct-p/creator-now-assist
- Platform: Now Assist for Creator || Knowledge & Troubleshooting Resources – ServiceNow, https://www.servicenow.com/community/now-assist-for-creator-articles/platform-now-assist-for-creator-knowledge-amp-troubleshooting/ta-p/3207365
- Generative AI’s Impact on ServiceNow Developers – inMorphis, https://www.inmorphis.com/insights/blogs/generative-ais-impact-on-servicenow-developers-benefit-or-barrier
- Video Demo of Now Assist App Generation – ServiceNow, https://www.servicenow.com/community/app-engine-articles/a-video-guide-on-now-assist-app-generation-by-building-a-retail/ta-p/2939072
- Generate apps with Now Assist for Creator – YouTube, https://www.youtube.com/watch?v=-Xz-tLf8HIc
- Now Assist for Creator – ServiceNow, https://www.servicenow.com/docs/bundle/yokohama-build-workflows/page/administer/flow-designer/concept/now-assist-for-creator-landing.html
- ServiceNow Knowledge 2024: New Generative AI Features Unveiled – esxsi.com, https://esxsi.com/2024/05/26/servicenow-knowledge-2024-new-generative-ai-features-unveiled/
- Intelligent code recommendations – ServiceNow, https://www.servicenow.com/docs/bundle/xanadu-intelligent-experiences/page/administer/now-assist-platform/concept/now-assist-text-to-code.html
- Now Assist skills in the Creator workflow – ServiceNow, https://www.servicenow.com/docs/bundle/xanadu-intelligent-experiences/page/administer/now-assist-platform/concept/now-assist-creator-skills-top.html
- Now Assist for code generation – ServiceNow Community, https://www.servicenow.com/community/developer-forum/now-assist-for-code-generation/td-p/3161315
- What’s new in Now Assist for Code Generation? March store release – ServiceNow, https://www.servicenow.com/community/now-assist-for-creator-articles/what-s-new-in-now-assist-for-code-generation-march-store-release/ta-p/3206458
- Now Assist for Creator – YouTube, https://www.youtube.com/watch?v=K6LafWNxzPk
- Now Assist for Creator – ServiceNow, https://www.servicenow.com/standard/resource-center/data-sheet/ds-now-assist-for-creator.html
- Everything you need to know about ServiceNow GenAI – Plat4mation, https://plat4mation.com/blog/everything-you-need-to-know-about-servicenow-genai/
- Now Assist GenAI Offers Summarization and Text-To-Code – ServiceNow Press, https://www.servicenow.com/company/media/press-room/genai-text-to-code-case-summarization.html
- ServiceNow Text-to-Code LLM Model Card, https://downloads.docs.servicenow.com/resource/enus/infocard/text-to-code-llm.pdf
- ServiceNow Gen AI: An introduction, https://www.servicenow.com/community/intelligence-ml-articles/servicenow-gen-ai-an-introduction/ta-p/2776240
- Generative AI – ServiceNow Developer Blog, https://developer.servicenow.com/blog.do?p=/tags/generative-ai/
- Now Assist Code Generation w/Patrick Wilson and Jay Couture – ServiceNow Creator Toolbox – YouTube, https://www.youtube.com/watch?v=ZIfDI-cSiSE
- AI Agents, Workflows, & Data – Knowledge 2025 – ServiceNow, https://www.servicenow.com/events/knowledge/for-you/ai.html
- AI agents & low-code: Your 2025 success roadmap – ServiceNow, https://www.servicenow.com/lpwbr/ai-agents-and-low-code-your-2025-success-roadmap.html
- Post-Knowledge 2025: Turning inspiration into action – ServiceNow, https://www.servicenow.com/blogs/2025/turning-knowledge-inspiration-action
- Uniting AI Data and Workflows Across | ServiceNow Knowledge 2025 keynote – YouTube, https://m.youtube.com/watch?v=1CGpJwEfJxQ&pp=0gcJCYsJAYcqIYzv
- How to use GenAI for SN Code Development for free, https://sn-nerd.com/2025/04/30/how-to-use-genai-for-sn-code-development-for-free/
Generative AI Resources for ServiceNow Developers, https://www.servicenow.com/community/developer-advocate-blog/generative-ai-resources-for-servicenow-developers/ba-p/2702835

