Skip to main content
arXiv is now an independent nonprofit! Learn more

Showing 1–14 of 14 results for author: Baqar, M

Searching in archive cs. Search in all archives.
.
  1. arXiv:2604.13114  [pdf

    cs.SE cs.AI

    The Code Whisperer: LLM and Graph-Based AI for Smell and Vulnerability Resolution

    Authors: Mohammad Baqar, Raji Rustamov, Alexander Hughes

    Abstract: Code smells and software vulnerabilities both increase maintenance cost, yet they are often handled by separate tools that miss structural context and produce noisy warnings. This paper presents The Code Whisperer, a hybrid framework that combines graph-based program analysis with large language models to detect, explain, and repair maintainability and security issues within a unified workflow. Th… ▽ More

    Submitted 12 April, 2026; originally announced April 2026.

    Comments: 10 Pages

  2. arXiv:2604.13085  [pdf, ps, other

    cs.LG cs.AI

    Adaptive Memory Crystallization for Autonomous AI Agent Learning in Dynamic Environments

    Authors: Rajat Khanda, Mohammad Baqar, Sambuddha Chakrabarti, Satyasaran Changdar

    Abstract: Autonomous AI agents operating in dynamic environments face a persistent challenge: acquiring new capabilities without erasing prior knowledge. We present Adaptive Memory Crystallization (AMC), a memory architecture for progressive experience consolidation in continual reinforcement learning. AMC is conceptually inspired by the qualitative structure of synaptic tagging and capture (STC) theory,… ▽ More

    Submitted 13 June, 2026; v1 submitted 2 April, 2026; originally announced April 2026.

  3. arXiv:2601.02454  [pdf

    cs.SE cs.AI

    The Rise of Agentic Testing: Multi-Agent Systems for Robust Software Quality Assurance

    Authors: Saba Naqvi, Mohammad Baqar, Nawaz Ali Mohammad

    Abstract: Software testing has progressed toward intelligent automation, yet current AI-based test generators still suffer from static, single-shot outputs that frequently produce invalid, redundant, or non-executable tests due to the lack of execution aware feedback. This paper introduces an agentic multi-model testing framework a closed-loop, self-correcting system in which a Test Generation Agent, an Exe… ▽ More

    Submitted 5 January, 2026; originally announced January 2026.

    Comments: 11 Pages

  4. arXiv:2510.08667  [pdf

    cs.SE cs.AI

    RAG4Tickets: AI-Powered Ticket Resolution via Retrieval-Augmented Generation on JIRA and GitHub Data

    Authors: Mohammad Baqar

    Abstract: Modern software teams frequently encounter delays in resolving recurring or related issues due to fragmented knowledge scattered across JIRA tickets, developer discussions, and GitHub pull requests (PRs). To address this challenge, we propose a Retrieval-Augmented Generation (RAG) framework that integrates Sentence-Transformers for semantic embeddings with FAISS-based vector search to deliver cont… ▽ More

    Submitted 5 February, 2026; v1 submitted 9 October, 2025; originally announced October 2025.

    Comments: 13 Pages

  5. arXiv:2508.16025  [pdf

    cs.SE cs.AI

    Breaking Barriers in Software Testing: The Power of AI-Driven Automation

    Authors: Saba Naqvi, Mohammad Baqar

    Abstract: Software testing remains critical for ensuring reliability, yet traditional approaches are slow, costly, and prone to gaps in coverage. This paper presents an AI-driven framework that automates test case generation and validation using natural language processing (NLP), reinforcement learning (RL), and predictive models, embedded within a policy-driven trust and fairness model. The approach transl… ▽ More

    Submitted 21 August, 2025; originally announced August 2025.

    Comments: 10 Pages

  6. AI-Augmented CI/CD Pipelines: From Code Commit to Production with Autonomous Decisions

    Authors: Mohammad Baqar, Saba Naqvi, Rajat Khanda

    Abstract: Modern software delivery has accelerated from quarterly releases to multiple deployments per day. While CI/CD tooling has matured, human decision points interpreting flaky tests, choosing rollback strategies, tuning feature flags, and deciding when to promote a canary remain major sources of latency and operational toil. We propose AI-Augmented CI/CD Pipelines, where large language models (LLMs) a… ▽ More

    Submitted 15 August, 2025; originally announced August 2025.

    Comments: 13 Pages

  7. arXiv:2507.19555  [pdf, ps, other

    cs.RO cs.AI

    Extending Group Relative Policy Optimization to Continuous Control: A Theoretical Framework for Robotic Reinforcement Learning

    Authors: Rajat Khanda, Mohammad Baqar, Sambuddha Chakrabarti, Satyasaran Changdar

    Abstract: Group Relative Policy Optimization (GRPO) has shown promise in discrete action spaces by eliminating value function dependencies through group-based advantage estimation. However, its application to continuous control remains unexplored, limiting its utility in robotics where continuous actions are essential. This paper presents a theoretical framework extending GRPO to continuous control environm… ▽ More

    Submitted 25 July, 2025; originally announced July 2025.

    Comments: 13 pages, 2 figures

  8. arXiv:2504.20093  [pdf

    cs.SE cs.AI

    Self-Healing Software Systems: Lessons from Nature, Powered by AI

    Authors: Mohammad Baqar, Rajat Khanda, Saba Naqvi

    Abstract: As modern software systems grow in complexity and scale, their ability to autonomously detect, diagnose, and recover from failures becomes increasingly vital. Drawing inspiration from biological healing - where the human body detects damage, signals the brain, and activates targeted recovery - this paper explores the concept of self-healing software driven by artificial intelligence. We propose a… ▽ More

    Submitted 25 April, 2025; originally announced April 2025.

  9. Hallucinations and Truth: A Comprehensive Accuracy Evaluation of RAG, LoRA and DoRA

    Authors: Mohammad Baqar, Rajat Khanda

    Abstract: Recent advancements in Generative AI have significantly improved the efficiency and adaptability of natural language processing (NLP) systems, particularly through Retrieval-Augmented Generation (RAG), Low-Rank Adaptation (LoRA), and Weight-Decomposed Low-Rank Adaptation (DoRA). RAG integrates external knowledge to enhance factual consistency in generative outputs, while LoRA enables parameter-eff… ▽ More

    Submitted 29 July, 2026; v1 submitted 14 February, 2025; originally announced February 2025.

    Comments: 10 Pages

    Journal ref: 2026 2nd International Conference on Federated Learning and Intelligent Computing Systems (FLICS), 10.1109/FLICS70075.2026

  10. The Future of Software Testing: AI-Powered Test Case Generation and Validation

    Authors: Mohammad Baqar, Rajat Khanda

    Abstract: Software testing is a crucial phase in the software development lifecycle (SDLC), ensuring that products meet necessary functional, performance, and quality benchmarks before release. Despite advancements in automation, traditional methods of generating and validating test cases still face significant challenges, including prolonged timelines, human error, incomplete test coverage, and high costs… ▽ More

    Submitted 6 March, 2026; v1 submitted 9 September, 2024; originally announced September 2024.

    Comments: Version 3, 19 Pages

    Journal ref: 978-3-031-92604-4, CompCom 2025

  11. arXiv:2408.10252  [pdf

    cs.SE cs.AI cs.CY

    Balancing Innovation and Ethics in AI-Driven Software Development

    Authors: Mohammad Baqar

    Abstract: This paper critically examines the ethical implications of integrating AI tools like GitHub Copilot and ChatGPT into the software development process. It explores issues such as code ownership, bias, accountability, privacy, and the potential impact on the job market. While these AI tools offer significant benefits in terms of productivity and efficiency, they also introduce complex ethical challe… ▽ More

    Submitted 10 August, 2024; originally announced August 2024.

    Comments: 20 Pages

  12. arXiv:2004.04863  [pdf, other

    eess.SY cs.RO

    Design and Implementation of a DTMF Based Pick and Place Robotic Arm

    Authors: Muhammad Hassan, Mohtashim Baqar

    Abstract: In recent times, developments in field of communication and robotics has progressed with leaps and bounds. In addition, the blend of both disciplines has contributed heavily in making human life easier and better. So in this work while making use of both the aforementioned technologies, a procedure for design and implementation of a mobile operated mechanical arm is proposed, that is, the proposed… ▽ More

    Submitted 9 April, 2020; originally announced April 2020.

    Comments: Journal Article

    Journal ref: Asian Journal of Engineering, Sciences & Technology, 5(1) (2015)

  13. arXiv:2004.04860  [pdf, other

    cs.HC

    Brain Interface Based Wheel Chair Control System for Handicap -- An advance and viable approach

    Authors: Mohtashim Baqar, Azfar Ghani, Azeem Aftab, Shahzad Karim Khawar

    Abstract: This paper presents advancement towards making an efficient and viable wheel chair control system based on brain computer interface via electro-oculogram (EOG) signals. The system utilizes the movement of eye as the element of purpose for controlling the movement of the wheel chair. Skin-surface electrodes are placed over skin for the purpose of acquiring the electro-oculogram signal and with the… ▽ More

    Submitted 9 April, 2020; originally announced April 2020.

    Comments: Journal Article

    Journal ref: Asian Journal of Engineering, Sciences & Technology . Mar2016, Vol. 6 Issue 1, p14-16. 3p

  14. arXiv:1203.3688  [pdf

    cs.CY

    Adopting E-commerce to User's Needs

    Authors: Mohammad Alshehri, Hamza Aldabbas, James Sawle, Mai Abu Baqar

    Abstract: The objectives of this paper are to identify and analyse the extent to which the site is fulfilling all the user's requirements and needs. The related works comprise the history of interactive design and the benefits of user-centered development, which is the methodology followed in this survey. Moreover, there is a brief comparison between Waterfall and User-centered methodology in terms of addre… ▽ More

    Submitted 16 March, 2012; originally announced March 2012.

    Comments: 12 pages, 3 figures; Inteernation Journal of Computer Science & Engineering Survey, 2012