Home / Companies / Frigade / Blog / May 2026

May 2026 Summaries

8 posts from Frigade

Filter
Month: Year:
Post Summaries Back to Blog
Knowledge bases and traditional documentation methods often struggle to keep pace with rapidly evolving products, as highlighted by the challenges faced by help centers in maintaining up-to-date content. Changes in product interfaces, such as button relocations and feature updates, frequently render existing documentation obsolete, leading to a disconnect between support materials and the actual user experience. Attempts to address this issue through continuous updates and audits often fall short due to the inherent lag between product changes and documentation revisions. Instead of relying on static articles, the text advocates for a dynamic, product-integrated assistant that learns by directly interacting with the product, thus providing real-time, accurate support tailored to users' specific contexts. This approach eliminates the "freshness tax" associated with traditional documentation and shifts the focus from what users need to read to what they need to do, ultimately enhancing product usability and user satisfaction.
May 28, 2026 875 words in the original blog post.
The text explores a novel approach to designing animations using metaphorical descriptions rather than technical specifications, arguing that describing the world where an animation exists allows language models to produce more coherent and satisfying results. The author recounts an experience with redesigning an animation for a user interface, where a shift from listing technical properties to describing the animation as a physical event significantly improved the outcome. By employing metaphors like molten metal flowing through a channel, the model inherently understands complex attributes like temperature, color, and motion, resulting in a cohesive animation. This method leverages the idea that both humans and language models organize abstract reasoning in the shape of physical experiences, providing a dense and intuitive way to guide models in generating content that aligns with the designer's vision.
May 21, 2026 1,298 words in the original blog post.
Digital adoption platforms (DAPs) in 2026 have evolved significantly, with a distinct division into two main categories: traditional static tours that require manual authoring and AI-driven systems that learn and adapt autonomously. The former includes popular commercial tools like Pendo, WalkMe, Whatfix, Appcues, and Userpilot, as well as open-source alternatives like React Joyride, Intro.js, Driver.js, and Shepherd.js. These platforms necessitate a team to write and update content regularly, which can be costly and time-consuming as products change. On the other hand, AI-driven platforms like Frigade Assistant offer a novel approach by using intelligent agents to understand and map workflows, creating tailored user walkthroughs without the need for manual updates, thus reducing maintenance costs. This shift suggests a growing preference for AI solutions that can efficiently adapt to product changes, potentially rendering static models obsolete in the future.
May 18, 2026 2,138 words in the original blog post.
A software engineer recounts his unexpected journey into relearning physics principles, specifically spring-damper dynamics, while refining the drag system for the Frigade assistant, which floats to anchor points around a product's viewport. Initially, the engineer relied on a basic setTimeout mechanism to differentiate between clicks and drags, but aiming for a more natural feel led to a deep dive into velocity estimation, numerical integration stability, and kinematics. This exploration involved adjusting the stiffness and damping constants of the spring-damper model to perfect the assistant's behavior, ensuring it accelerates smoothly into anchor points without overshooting or floating. The process also highlighted the importance of maintaining a constant damping ratio relative to mass changes, revealed through hands-on debugging of issues like flicker and unintended assistant behavior due to explicit Euler integration limitations. Ultimately, this led to the development of a dedicated physics module, free from React or DOM dependencies, and comprehensive testing to ensure robust performance.
May 13, 2026 1,825 words in the original blog post.
Frigade.com transitioned from hand-built code to the no-code platform Framer and back to code due to evolving needs and the limitations of no-code tools. Initially, Framer and similar platforms like Webflow offered a way to free up engineering time by allowing marketing teams to manage site updates without deep technical involvement. However, these platforms imposed constraints such as dependency on external agencies for significant changes, escalating costs, and the requirement for specialized expertise, which ultimately led to stagnation and inefficiencies. The emergence of advanced language models (LLMs) such as Claude enabled a rapid, voice-driven site rebuild that eliminated these constraints by making code writing more accessible and less time-consuming, thus reducing the reliance on no-code tools. This shift indicates a broader trend where LLMs reduce the bottleneck of engineering attention, altering the cost-benefit analysis for using no-code platforms and potentially prompting more teams to return to traditional coding for projects like marketing sites.
May 11, 2026 1,813 words in the original blog post.
Frigade.com transitioned from code to the no-code platform Framer and back to code due to evolving needs and limitations of no-code tools. Initially, Frigade used Next.js to hand-build their site but moved to Framer to save engineering time, allowing the marketing team to manage site updates. However, they encountered challenges with agency dependency, high costs, and stagnation as Framer's limitations became apparent. The return to code was facilitated by advancements in AI, specifically Language Learning Models (LLMs), which reduced the cost and time associated with coding. This shift demonstrates how LLMs can eliminate the engineering bottleneck that no-code tools aimed to bypass, leading Frigade to rebuild their site quickly and cost-effectively using voice-only interaction with AI. This experience suggests that more teams may reconsider their reliance on no-code platforms as AI-driven development becomes more accessible and efficient.
May 11, 2026 1,797 words in the original blog post.
Eric Brownrout, co-founder of a company, describes the process of migrating their marketing site from Framer to a code-based system, leveraging AI to make the transition cost-effective and efficient. The team initially struggled with one-shot solutions for cloning the site, finding them inadequate, and instead opted for a section-by-section rebuild using voice commands to guide AI tools. This approach enabled them to develop a design system that accurately reflected their brand, facilitating faster page creation and integration of real UI elements instead of illustrations. Although AI significantly reduced costs and effort, they still outsourced specialized tasks, such as exporting animations, to agencies for precise execution. The experience highlighted that while AI simplifies many aspects of website development, certain complex tasks still benefit from expert handling.
May 08, 2026 1,658 words in the original blog post.
The Frigade marketing site demonstrates the efficacy of using CSS for animations without dependencies like Framer Motion, achieving complex visual effects with scroll-driven compass rotations, staggered reveals, and more through CSS keyframes, easing curves, and minimal JavaScript. By leveraging two specific cubic-bezier curves, the site delivers responsive, fast-loading animations that maintain a coherent visual language while minimizing JavaScript overhead. The CSS approach respects user preferences, such as reduced motion, and promotes GPU usage for smoother performance, though some JavaScript is still necessary for dynamic interactions like scroll-based rotation and procedural graph animations. This strategy underscores a thoughtful balance between technical precision and aesthetic judgment, inspired by resources like Emil Kowalski’s animations.dev, encouraging developers to cultivate a discerning eye for motion that transcends default templates. While the CSS-centric method shows promise for creating lightweight, efficient sites, challenges remain, such as maintaining keyframe timelines amidst layout changes and ensuring broad browser support.
May 05, 2026 1,290 words in the original blog post.