Published inITNEXTReal-Time Text and Voice-Based Retrieval Augmented Generation Pipeline with Gemini 2.0Hello everyone! On December 11, 2024, Google DeepMind created quite a stir in the world of artificial intelligence with the new version of…Dec 25, 2024Dec 25, 2024
Published inITNEXTStructured Outputs Effectively with GPT-4o Function Calling on Financial CalculationsHi everyone, welcome to this week’s post! Today, we’re diving into an exciting new feature from OpenAI — the Structured Outputs via API…Aug 17, 2024Aug 17, 2024
Training RL Agent with Policy Gradients with Parameter-based Exploration for Custom ObjectiveLet’s train RL agent with neuroevolutionary strategy using Jax.Aug 5, 2024Aug 5, 2024
Published inITNEXTWriting AI Agent with Rust from Scratch, Deploying to Edge with WebAssembly — OS Week 1Let’s write AI agent with Rust from scratch, deploy to the client-side edge with WebAssembly…Jul 29, 20242Jul 29, 20242
Published inITNEXTEnhancing Performance with C/C++ Code Execution for Langchain AgentsFor various algorithms, logics or calculations, it can be more effective to have the LLM generate code to perform the computation, and then…Jul 18, 2024Jul 18, 2024
Published inITNEXTOpenAI’s Code Execution Runtime & Replicating Sandboxing InfrastructureLooking into OpenAI’s code execution runtime for Assistants API and replicating its sandboxing infrastructure on Google Kubernetes Engine.Jul 2, 2024Jul 2, 2024
Utilizing Airflow for Planning, Scheduling, Executing and Scaling AI Agentic WorkloadsMy summarized thought about this convergence: Despite having such a setup, a toy agent setup, as a conclusion, I believe the Airflow engine…May 6, 2024May 6, 2024
Linen Modules for Simple Long Convolutions Sequence Modeling with Log-Linear Time ComplexityIntroducing the LongConv-Jax. Implementation of the “Simple Long Convolutions Sequence Modeling” paper in Jax library.Mar 20, 2024Mar 20, 2024
Releasing Tri-RMSNorm: Yielding Speed-up for Training Stabilization + [Let’s Review] Root Mean…In this blog post, releasing accelerated Tri-RMSNorm compute kernel v0.1.0 and going into the details of LayerNorm and RMSNorm processes.Mar 14, 2024Mar 14, 2024
[Let’s Review] Gradient Ascent + Jax ImplementationIntroduction to gradient ascent algorithm and its use in Jax/FLAX models through GradientAscent-Jax packaged, implemented by simudt.Mar 11, 2024Mar 11, 2024