Skip to content

Commit 64d7153

Browse files
authored
Merge pull request #75 from CosmoStat/aitutorial
new tuto
2 parents 8f55f46 + 7f3276b commit 64d7153

3 files changed

Lines changed: 13 additions & 1 deletion

File tree

.gitmodules

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,7 @@
1010
path = docs/presentation_tips
1111
url = https://github.com/CosmoStat/Tutorials.git
1212
branch = presentations
13+
[submodule "docs/agent-loops"]
14+
path = docs/agent-loops
15+
url = https://github.com/CosmoStat/Tutorials.git
16+
branch = tutorial/agent-loops

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,18 @@ We always welcome new tutorial requests, just click [here](https://github.com/Co
1616

1717
## Contents
1818

19+
1. [AI Tools](#AI-Tools)
1920
1. [Career Development](#Career-Development)
2021
1. [Cosmology](#Cosmology)
2122
1. [Data Science](#Data-Science)
2223
1. [Software Carpentries](#Software-Carpentries)
2324

25+
### AI Tools
26+
27+
1. **[Agent Loops: Software Engineering in 2026](https://cosmostat.github.io/Tutorials/agent-loops/agent-loops/index.html)** | [![github](https://badgen.net/badge/icon/github?icon=github&label)](https://github.com/CosmoStat/Tutorials/tree/tutorial/agent-loops)
28+
*Authors:* [@cailmdaley](https://github.com/cailmdaley), [@EiffL](https://github.com/EiffL), [@calumhrmurray](https://github.com/calumhrmurray)
29+
This tutorial teaches practitioners how to leverage AI coding agents for research workflows, covering memory management across sessions, extending agent capabilities through custom tools, and validating AI-generated scientific code through independent verification.
30+
2431
### Career Development
2532

2633
1. **[Presentation Tips](https://cosmostat.github.io/Tutorials/presentation_tips/presentation_tips/index.html)** | [![github](https://badgen.net/badge/icon/github?icon=github&label)](https://github.com/CosmoStat/Tutorials/tree/presentations) [![youtube](https://img.shields.io/badge/-youtube-red?logo=youtube&labelColor=grey)](https://www.youtube.com/playlist?list=PLquvp9RIoLGCmfAZTOKJz7qDO0NqCnMAV)
@@ -102,7 +109,7 @@ We always welcome new tutorial requests, just click [here](https://github.com/Co
102109
*Authors:* [@EiffL](https://github.com/EiffL)
103110
This tutorial demonstrates how to create a Docker container to distribute a complete Jupyter notebook environment.
104111

105-
5. **[Bash and Scripting Tutorial for Researchers](https://github.com/CosmoStat/Tutorials/tree/bash_tutorial/README.md)** | [![github](https://badgen.net/badge/icon/github?icon=github&label)](https://github.com/CosmoStat/Tutorials/tree/bash_tutorial) [![youtube](https://img.shields.io/badge/-youtube-red?logo=youtube&labelColor=grey)](https://www.youtube.com/watch?v=NU8dYd3RM-E&t=37s) [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/CosmoStat/Tutorials/bash_tutorial?filepath=intro.ipynb)
112+
5. **[Bash and Scripting Tutorial for Researchers](https://github.com/CosmoStat/Tutorials/tree/bash_tutorial/README.md)** | [![github](https://badgen.net/badge/icon/github?icon=github&label)](https://github.com/CosmoStat/Tutorials/tree/bash_tutorial) [![youtube](https://img.shields.io/badge/-youtube-red?logo=youtube&labelColor=grey)](https://www.youtube.com/watch?v=NU8dYd3RM-E&t=37s) [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/CosmoStat/Tutorials/bash_tutorial?filepath=intro.ipynb)
106113

107114
*Authors:* [@fadinammour](https://github.com/fadinammour), [@JulienNGirard](https://github.com/JulienNGirard)(screen segment)
108115
This tutorial gives the key concepts of bash and its scripts to help researchers manage and process their data with more ease.

docs/agent-loops

Submodule agent-loops added at fae4daf

0 commit comments

Comments
 (0)