Posts

Showing posts from May, 2026

Baggu Bodhanalu #5: Meeting లో argue cheyyala? cheyyakoodadha?

Image
 

Baggu Bodhanalu #4: Office-Survival

Image
 

Baggu Bodhanalu #3: Office language decoding

Image
 

Baggu Bodhanalu #2: What are the role definitions ?

Image
 

Baggu Bodhanalu #1: Who is a Software Engineer?

Image
బగ్గు బోధనలు #1: సాఫ్ట్వేర్ ఇంజినీర్ అంటే ఎవడు? బాట్ బాబు అడిగాడు: “బగ్గూ… సాఫ్ట్వేర్ ఇంజినీర్ అంటే ఎవడు?” బగ్గు బోధన #1: అసలు పని మొదలయ్యేలోపే research వల్ల tired అయ్యే మహానుభావుడు. Series: బగ్గు బోధనలు Characters: Baggu & Bot Babu

From Prompt to Progress: A Goal-Tracking Agent for the Enterprise

Image
TL;DR — I built a single AI agent that turns natural-language requests into well-structured tickets and generates weekly executive reports from the same source of truth. Result: cleaner data in, sharper reports out, less manual overhead. The Problem Engineering teams lose hours every week to two predictable workflows: Ticket intake — translating informal asks into properly linked, labeled, and scoped tickets. Weekly reporting — manually stitching status updates across goals, epics, and owners. The cost isn't just time. It's inconsistency — missing labels, orphan tickets, duplicate work, and reports that don't roll up cleanly. The Solution A single agent. Two skills. One source of truth. What Shipped CAPABILITY OUTCOME Unified agent One entry point — no more guessing which tool to use NL ticket creation Plain prompts → summary, description, epic link, labels, AC Duplicate detection Searches open tickets in the same epic before creating Label inheritance New stories auto-...

AI News in 10: Weekend Brief - May 28, 2026

This week's AI pulse: The rapid ascent of agentic development is reshaping engineering workflows, bringing both powerful new capabilities and urgent calls for enhanced security and reliability to the forefront. 1. Know this AI Coding Agents Installing Unowned Packages Raise Security Concerns Why it matters: A recent report critically highlights that AI coding agents are inadvertently installing packages lacking clear ownership, exposing significant supply chain risks and creating critical accountability gaps within automated development pipelines. This development poses a direct threat to the integrity and security of production systems. Action: Immediately review and strengthen your organization's package management practices specifically for AI agents. Prioritize architecting AI platforms with robust, deterministic guardrails and rigorous evaluation pyramids to ensure scalability and reliability in production environments. 2. Try this Explore Datasette Agent for Co...

AI News in 10: Weekend Brief - May 28, 2026

This week's AI pulse: With major model updates and new agentic tools arriving, the focus is sharpening on building reliable, secure, and highly capable AI-driven development workflows. 1. Know this AI Coding Agents Installing Untracked Packages Present Supply Chain Risks Why it matters: AI coding agents, in their quest for efficiency, are increasingly observed installing packages that lack clear ownership or oversight. This creates significant supply chain vulnerabilities, potentially introducing unvetted or malicious dependencies directly into your cloud-native and CI/CD pipelines without human accountability, as highlighted by Willem Delbare of Aikido Security. Action: Strengthen your CI/CD pipelines with automated package provenance checks and dependency scanning. Implement mandatory human review for all agent-generated dependency changes, ensuring every new component aligns with your organization's security policies and trust frameworks before deployment. 2. Try t...

AI News in 10: Weekend Brief - May 21, 2026

This week's AI pulse: Agentic AI is rapidly maturing, moving from experimental scripts to governable, enterprise-ready solutions, backed by new models hitting general availability and integrated into core developer platforms. 1. Know this Google Rolls Out Gemini 3.5 Flash for Broad Developer and Enterprise Use Why it matters: Google's latest model, Gemini 3.5 Flash, has launched directly to general availability, skipping the typical preview modifier. Its immediate integration into billions of user-facing products like the Gemini app and Google Search, alongside developer platforms such as Antigravity, Google AI Studio, and Android Studio, signals a significant push for widespread AI model adoption across all segments, including enterprise via the Gemini Enterprise Agent Platform. Action: Investigate how powerful, broadly deployed models like Gemini 3.5 Flash are being baked into the developer tools and cloud-native platforms you rely on, and consider their implications ...

Quotes from the book "The let them theory"

Image
I really loved this book, I may go and find more books by author Mel Robbins. Here are some quotes that made me stop and read again. When you stop managing everyone else, you will realize you have a lot more power than you thought. You have just unknowingly been giving it away.  If your friends are not inviting you out to brunch this weekend, let them. If the person you have really attracted to is not interested in a commitment, let them. If your kids do not want to get up and go to that thing with you this week, let them. So much time and energy is wasted on forcing other people to match your expectations. The truth is, if somebody else you're dating, a business partner, a family member, is not showing up how you need them to show up, do not try to force them to change. Let them be themselves because they are revealing who they are to you. Just let them, and then you get to choose what you do next.  All human beings have a hardwired need for control.  Feeling in control ...

AI News in 10: Weekend Brief - May 14, 2026

This week's AI pulse: The focus is squarely on bringing robust development practices and increased transparency to the rapidly evolving world of AI agents, with major platforms stepping up to support these sophisticated workflows. 1. Know this Cloudflare introduces Git-like versioning for AI agents Why it matters: Cloudflare's new Artifacts beta brings familiar Git-style version control to AI agent outputs, a critical step for managing, tracking, and evolving agentic systems with the same rigor as traditional codebases. Action: Start thinking about how you can integrate version control principles into your AI agent development and deployment pipelines to manage iteration and ensure reproducibility. 2. Try this OpenAI models expose interleaved reasoning in `llm` tool Why it matters: The `llm` 0.32a2 release for OpenAI models now allows developers to see summarized reasoning tokens when using GPT-5 class models via the `/v1/responses` endpoint, offering new debugging...

How I Built a Library-Constrained Book Recommender

Image
How I Built a Library-Constrained Book Recommender I read 200+ books. An agent picked my next 100 from my library shelf. I wanted recommendations constrained to books I can borrow now, not generic "you might also like" suggestions. So I built a pipeline that combines my reading history with Libby/OverDrive catalog data, then uses an LLM as a final curator. Code: github.com/jnsuryaprakash/book-recommender At a glance 210 prior reads parsed 16,450 library titles scanned 300 candidates to rerank 87 final picks Runtime: ~12 minutes local compute + ~30 seconds LLM call. LLM token cost: <$0.40 end-to-end. Output The pipeline produced themed, borrowable recommendations and stayed inexpensive to run (under $0.40 in LLM token cost end-to-end). Plano output: 87 picks across 9 themes. Sample themes includ...

AI News in 10: Weekend Brief - May 14, 2026

This week's AI pulse: Agentic development tools matured, offering developers better control and deeper integration into existing cloud platforms. 1. Know this Cloudflare Launches “Artifacts” Beta for AI Agents Why it matters: Cloudflare introduces Git-style version control for AI agent outputs, a critical step for bringing the same rigor of traditional code development to agentic projects. This enhances reproducibility, auditability, and collaboration in CI/CD workflows, addressing key security and reliability concerns for evolving agent behaviors. Action: Evaluate how Git-like versioning for AI agent outputs can integrate into your existing CI/CD pipelines. Consider how this impacts agent deployment strategies and artifact management, ensuring proper traceability and rollback capabilities for evolving agent logic. 2. Try this llm 0.32a2 Unlocks Interleaved Reasoning for OpenAI Models Why it matters: The latest llm alpha release provides access to summarized reasoning...

Next 200 books recommendation for AI based on my last 200

Image
 
How I Automated a Weekly AI News Blog Using RSS, Gemini, GitHub Actions, and Blogger with $0 cost I wanted a simple, low-cost way to publish a weekly AI and platform engineering brief. The goal was clear: collect interesting updates from trusted RSS feeds, summarize them with Gemini, publish the result to Blogger, and generate a LinkedIn-ready share post. The result is AI News in 10: Weekend Brief , an automated weekly blog pipeline that runs every Thursday at 5 PM Central time. The idea Instead of building a full newsletter platform or custom CMS, I used tools that are either free or already available: RSS feeds for source discovery Gemini API for summarization and blog generation GitHub Actions for weekly automation Blogger API for publishing to Blogspot GitHub Actions Summary for the final blog link and LinkedIn copy End-to-end flow Thursday 5 PM Central | v GitHub Actions starts the workflow | v Python script reads ...

AI News in 10: Weekend Brief - May 12, 2026

This week's AI pulse: Agentic development continues to mature, bringing crucial advancements in security, versioning, and self-hosted infrastructure. 1. Know this GitHub Fortifies AI Agent Security in CI/CD Why it matters: As AI agents integrate deeper into CI/CD, they introduce new attack surfaces and compliance challenges; GitHub’s layered defense architecture helps secure these emerging workflows, focusing on isolation, constrained execution, and auditability. The goal is to safely integrate autonomous AI agents while mitigating risks like prompt injection and unintended actions. Action: Prioritize understanding the security implications of autonomous agents in your CI/CD pipelines and explore implementing isolation, constrained execution, and detailed audit trails as core security tenets. 2. Try this Coder Agents Enable Self-Hosted AI Coding Workflows Why it matters: Companies facing strict data governance or unique infrastructure requirements can now run AI coding...

AI News in 10: Weekend Brief - May 11, 2026

This week's AI pulse: Agentic development is hitting new maturity, with crucial advancements in version control, self-hosting options, and robust security frameworks for AI agents in the CI/CD pipeline. 1. Know this Cloudflare Launches “Artifacts” Beta for Git-Like AI Agent Versioning Why it matters: Cloudflare's new Artifacts system brings familiar Git-style version control to AI agents, allowing developers to meticulously track, manage, and evolve agent-generated outputs. This addresses a significant challenge in agentic development, enabling the same rigor for AI artifacts as for traditional code, which is essential for auditability and robust CI/CD pipelines. Action: Consider how Git-like versioning for AI agent outputs could streamline your agentic development workflows, improve collaboration, and enhance the reliability of your automated deployments. 2. Try this Coder Agents Enable Self-Hosted AI Coding Workflows Why it matters: Coder Agents offers a model-ag...