Skip to content

Commit d723d78

Browse files
committed
add content
1 parent 59d4f29 commit d723d78

File tree

4 files changed

+55
-41
lines changed

4 files changed

+55
-41
lines changed

index.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,19 @@ nav_order: 1
66

77
# Workshop on AI-supported Research Software Engineering
88

9-
**Date:** September 26, 2025
10-
**Location:** TBD
9+
🤖 Join us at the Workshop on AI-supported Research Software Engineering! One location, two events - just before the Collaboration Workshop!
1110

12-
Welcome to the workshop on AI-supported Research Software Engineering (RSE). This workshop brings together researchers and software engineers to explore how artificial intelligence tools can support and enhance research software development practices.
11+
Tuesday, 22 September 2026 - Wednesday, 23 September 2026, in Goettingen, Germany / Website: https://events.hifis.net/event/3249/page/968-workshop-on-ai-supported-research-software-engineering
1312

14-
## About the Workshop
13+
This interactive workshop addresses the many challenges and opportunities faced by research software engineers in AI-supported research software development.
14+
* You have not used AI tools in research software development yet, and would like to learn about possibilities and limitations?
15+
* You are using AI tools quite extensively in your research software development, and would like to exchange knowledge and experience, as well as work towards best practices in AI-supported research software development?
1516

16-
AI tools are rapidly changing how we write, document, test, and maintain research software. This workshop provides hands-on experience with state-of-the-art AI coding assistants, discusses best practices for integrating AI into RSE workflows, and fosters community exchange among participants.
17+
Then this workshop is a great match for you! We will offer highlight talks and hands-on sessions/discussions. Stay tuned for upcoming details on the program and registration.
18+
19+
Your orga team - Stephan Janosch, Inga Ulusoy, Mustafa Dogan, Bernadette Fritzsch, Bela Gipp, Lukas Netz, Sebastian Nielebock
20+
21+
PS. Interested in participating in the organization and contributing to the program? Would you like to get involved in teaching hands-on sessions or present at the workshop? Please get in touch at ai-in-rse-workshop26@listserv.dfn.de by 28/02/2026.
1722

1823
## Topics Covered
1924

program.md

Lines changed: 42 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -9,34 +9,49 @@ nav_order: 2
99

1010
*Details will be updated closer to the event date.*
1111

12-
## Schedule — September 26, 2025
13-
14-
| Time | Session |
15-
|------|---------|
16-
| 09:00 – 09:15 | Welcome and Introduction |
17-
| 09:1510:00 | Keynote: AI Tools in Research Software Engineering |
18-
| 10:00 – 10:30 | Coffee Break |
19-
| 10:30 – 12:00 | Hands-on Session 1: AI-assisted Code Generation |
20-
| 12:00 – 13:00 | Lunch Break |
21-
| 13:0014:30 | Hands-on Session 2: Automated Testing and Documentation |
22-
| 14:3015:00 | Coffee Break |
23-
| 15:0016:00 | Panel Discussion: Best Practices for AI-supported RSE |
24-
| 16:00 – 16:30 | Wrap-up and Next Steps |
12+
## Schedule
13+
14+
| Date | Time | Session |
15+
|------|------|---------|
16+
| 22/09/26 | 12:00 – 01:00 | Registration and welcome |
17+
|| 01:0002:00 | Joined session, large hall |
18+
|| 02:00 – 02:30 | Coffee Break |
19+
|| 02:30 – 04:00 | Hands-on session, all rooms |
20+
|| 04:00 – 04:30 | Coffee break |
21+
|| 04:3006:00 | Hands-on session, all rooms |
22+
| 23/09/26 | 09:0010:30 | Hands-on session, all rooms |
23+
|| 10:3011:00 | Coffee break |
24+
|| 11:00 – 12:30 | Joined session and Goodbye, large hall |
2525

2626
## Session Descriptions
2727

28-
### Keynote: AI Tools in Research Software Engineering
28+
| No. | title | short description | talk, hands-on or discussion | joint or separate | priority |
29+
| ----| ---- | ---- | ---- | ---- | -- |
30+
| 1 | Legal and ethical aspects | Urheberrecht, sensitive data/code, open-source licensed code potentially in proprietary software, responsibility for the code | talks | joined | |
31+
| 2 | comparing coding interfaces | compare claude code, GitHub copilot, Cursor, Antigravity, ... pros and cons, which one for what type of task, user personas | hands-on | separate, advanced | |
32+
| 3 | Effective use of MCPs | what is an mcp, how to connect to an mcp server, how to use the mcp server effectively, what mcp servers are available, how to set up an mcp server | hands-on | separate, advanced | |
33+
| 4 | Effective use of coding agents and LLMs in research software development | chat, vibe coding, user personas, what to do and what not to do, caveats | hands-on | separate, beginner | |
34+
| 5 | How does the use of AI tools change the RSE role | code reviewer, pair programming with a chatty and always agreeing colleague, security checks, reliability and trust | all possible | joined or separate, talk or discussion, connected to 7 | |
35+
| 6 | Opportunities and challenges through AI-assisted research software development | more researchers write code, reproducibility and maintainability of the code, need some sort of practice guidelines for the novice to not get lost when using these tools | talk | joined, somewhat connected to 5 | |
36+
| 7 | AI-assisted coding in a team | how does this affect the team dynamics and deliverables, intentionality of produced code, problem-solving ability of the team | discussion topic |
37+
| 8 | How scientists are adopting AI coding tools? | how scientist perceive their productivity while using AI tools; research software quality as AI-generated code | Talk | joined | |
38+
| 9 | Quality assurance in the age of AI - Testing | using AI to generate unit tests for edge cases; generating test suite | Hands-on | separate, beginner | |
39+
| 10 | Quality assurance in the age of AI - Documenting | generating documentation (e.g. docstrings, README) automatically from code for different types of users (e.g. non-tech users, developers) | Hands-on | separate, beginner | |
40+
| 11 | Quality assurance in the age of AI - Maintaining | can AI detect outdated libraries in our repositories and suggest reasonable changes?| Hands-on | separate, advanced | |
41+
| 12 | AI as a cognitive & translation tool for RSE | AI beyond coding; can AI help us understand domains better and translate science into software? Using AI to summarize unfamiliar scientific fields; How do we detect when AI's explanation is wrong? | discussion topic | joined, also talk possible | |
42+
| 13 | Ensuring Security in the time of AI-assisted Coding | Security Issues; OpenClaw/MCPs; Useful Policies/Procedures (e.g., virtual machines, seperate networks) | discussion topic | discussion topic or talk, could be joined or separate | |
43+
| 14 | RAG for different applications | how to setup RAG, AI for researchers/students | hands-on, talk | separate, both groups |
44+
| 15 | Tool Choice for Efficiency and Persistence | providers, architectures, and automation; how to decide on what tools will be fastest today, updated tomorrow, and around in a year; when to admit added cost for added ease-of-use | Talk / discussion | separate, advanced |
45+
46+
## Location
47+
48+
- Historisches Gebäude (SUB): Alfred-Hessel-Saal (max. 200 Pers.) + Vortragsraum (max 30 Pers.):
49+
https://maps.app.goo.gl/cG4G4GE15uaJkNz2A
50+
https://www.sub.uni-goettingen.de/standorte-raumangebote/raumangebote/veranstaltungsraeume/
51+
- Heyne Haus (ggü. vom Historischen Gebäude der SUB):
52+
https://maps.app.goo.gl/QPwSdxipoYuj4wjj8
53+
https://www.uni-goettingen.de/de/125323.html
54+
2 Räume á 24 Personen
55+
- Optional GWDG: Geiststr. Besprechungsraum (ca. 20 Personen) (22.-23.09.26, Ausnahme am 23.09. von 9.15-10.30 Uhr [müsste mit GWDG-Kollegen geklärt werden]):
56+
https://maps.app.goo.gl/pv7oCkwcBWXmpJJg9
2957

30-
An overview of the current landscape of AI coding assistants and their applicability to research software development.
31-
32-
### Hands-on Session 1: AI-assisted Code Generation
33-
34-
Participants will work with AI coding assistants to generate, review, and improve research code snippets.
35-
36-
### Hands-on Session 2: Automated Testing and Documentation
37-
38-
Explore how AI tools can help create tests and documentation for existing research software.
39-
40-
### Panel Discussion: Best Practices for AI-supported RSE
41-
42-
A moderated discussion on integrating AI tools responsibly and effectively into RSE workflows.

registration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ nav_order: 4
1111

1212
## How to Register
1313

14-
Registration information including fees, deadlines, and the registration form will be provided here once available.
14+
Registration will be provided at https://events.hifis.net/event/3249/page/968-workshop-on-ai-supported-research-software-engineering.
1515

1616
## Target Audience
1717

speakers.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,12 @@ nav_order: 3
99

1010
*Speaker details will be announced closer to the event.*
1111

12-
We are pleased to invite contributions from researchers and practitioners in the field of Research Software Engineering and AI-assisted development. If you are interested in presenting, please get in touch via the [registration page](/workshop-AI-supported-RSE-Sept26/registration/).
12+
We are pleased to invite contributions from researchers and practitioners in the field of Research Software Engineering and AI-assisted development. If you are interested in presenting, please please open an issue in the [GitHub repository](https://github.com/iulusoy/workshop-AI-supported-RSE-Sept26).
1313

1414
## Confirmed Speakers
1515

1616
*To be announced.*
1717

1818
## Call for Contributions
1919

20-
We welcome presentations, demos, and lightning talks on topics including:
21-
22-
- AI tools for software development in research contexts
23-
- Case studies of AI-assisted RSE in practice
24-
- Challenges and limitations of current AI coding assistants
25-
- Reproducibility and sustainability of AI-generated code
26-
- Ethical and social aspects of AI in research software
20+
We welcome presentations and workshops on topics mentioned, but not limited to, the list on the [Program](/workshop-AI-supported-RSE-Sept26/program/) site.

0 commit comments

Comments
 (0)