[arXiv] "A survey paper titled 'From LLMs to LLM-based Agents for Software Engineering'" explores current practices and solutions for using LLM-based agents in software engineering. It addresses key areas such as requirements engineering, code generation, test generation, and autonomous decision-making, and includes benchmarks, metrics, and models used across various software engineering applications. https://lnkd.in/gTFNQbHt
Poo Kuan Hoong, Ph.D’s Post
More Relevant Posts
-
An exciting virtual talk on "Developing #LLM-powered Applications" coming up this week (May 22 at 5:30pm PST). Organized by IEEE Computer Society Boise chapter. CS chapter of IEEE San Diego Section is delighted to be one of the co-hosts. Please follow the link below to register and join. #ieee #ieeecs #llm #largelanguagemodels #generativeai #ai
The IEEE Computer Society chapter of the IEEE Boise Section is pleased to host a talk by Anthony Luo titled "Developing LLM-Powered Applications". His talk will be held on May 22nd, 2024 at 6:30pm Mountain Time. He will delve into the basics of developing applications powered by Large Language Models (LLMs), using the open-source terminal application DeveloperGPT as a primary example. Attendees will learn about the foundational concepts required for developing LLM applications, techniques for effective prompting and performance evaluation, strategies for LLM-application integration, and the considerations involved in using various LLMs. This talk is free and open to the public. Find out more information and register at https://lnkd.in/eYRcMDsj .
To view or add a comment, sign in
-
Thrilled to share that our paper, "Tracing the Development Methodologies of Software Engineering: A Systematic Literature Review", has been successfully published in the IEEE journal! 🤩 In this study, we conducted a detailed review of software engineering methodologies, analyzing their evolution and identifying key trends that shape modern software development practices. A heartfelt thanks to our lecturer Ms. yuni sugiarti and my amazing team Dery Afif, Muhammad Rifqi Rahman and Rayhan Maulana Lisman for their dedication and collaboration in making this possible. This milestone is just the beginning of our journey in advancing research in software engineering. Let’s keep pushing boundaries and contributing to the field! Read the full article here: https://lnkd.in/gijjJy6C
To view or add a comment, sign in
-
-
☕️ Here's an entry from the Small Batches library: "Software Engineering". The application of an empirical, scientific approach to finding efficient, economic solutions to practical problems in software. Comment below on this applies to your daily work.
To view or add a comment, sign in
-
📢 #MBMV2025 - extended submission deadline. Abstract: January 13, 2025. Paper: January 20, 2025. More information at: https://lnkd.in/dYfAAJhV The #MBMV2025 - Workshop on Methods and Description Languages for Modeling and Verification of Circuits and Systems is organized by Christian Haubelt and will take place from March 11 to March 12, 2025 in Rostock Warnemünde. Three submission categories: scientific contributions, overview presentations, and presentations of open source software or benchmarks. #workshop #verification #modeling #languages #circuits #systems #formalverification #simulation #hardware #software
To view or add a comment, sign in
-
-
Coq is a formal proof management system. It provides a formal language to write mathematical definitions, executable algorithms and theorems together with an environment for semi-interactive development of machine-checked proofs #math #computing
Welcome! | The Coq Proof Assistant
coq.inria.fr
To view or add a comment, sign in
-
This paper proposes a channel coding scheme with channel state information of flash memories (i.e., side information of #inter-#cell #interference (#ICI)) to cope with the ICI problem. This side information is obtained before writing data into flash memories and incorporated during the encoding stage. The authors show that flash memories under ICI problem can be transformed into the model of memory with defective cells due to the unique asymmetry property between write (#page #write) and erase (#block #erase) operations. ----Yongjune Kim, Euiseok Hwang, @B. V. K. Vijaya Kumar More details can be found at this link: https://lnkd.in/gJ9awzTM
Writing on dirty flash memory: Combating inter-cell interference via coding with side information
ieeexplore.ieee.org
To view or add a comment, sign in
-
The Method Behind the Magic: Ensuring Reliability in Software Engineering Empirical Results Sira Vegas Slides of the first keynote are on the website https://lnkd.in/diUfbaAc
The Method Behind the Magic: Ensuring Reliability in Software Engineering Empirical Results (ESEIW 2024 - ESEIW ESEM) - ESEIW 2024
conf.researchr.org
To view or add a comment, sign in
-
A hands-on guide to coding attention mechanisms in transformers: Explore self-attention, multi-head attention, cross-attention, and causal self-attention with practical examples. #llm #selfattention #gpt
Unpacking Attention in Transformers: From Self-Attention to Causal Self-Attention
link.medium.com
To view or add a comment, sign in
-
Leetcode Daily Problem!! Given two integers n and k, return the kth lexicographically smallest integer in the range [1, n]. Problem Link:https://lnkd.in/g2kk5PpN
To view or add a comment, sign in
-
-
⚜ Clean code part 98⚜ ✳ Title: Smells and heuristics ✳ 💠 Names 💠 N6: Avoid Encodings Names should not be encoded with type or scope information like m_ (member). Also project and/or subsystem encoding such as vis_ (for visual imaging system) are distracting and redundant. Keep your names free of Hungarian pollution. 💠 N7: Names Should Describe Side-Effects Do not use a simple verb to describe a function that does more than just the simple action. Consider the sample code: this method does a bit more than get oos. It created the oos if it has not been created. A better name might be createOrReturnOos. As a result, names should explain everything that a function, variable or class is or does. #cleancode
To view or add a comment, sign in
-