Skip to content

Commit ae3026b

Browse files
authored
Merge pull request #827 from AaltoSciComp/fixesjune
Fixesjune
2 parents e51a334 + 1292f39 commit ae3026b

2 files changed

Lines changed: 46 additions & 1 deletion

File tree

aalto/llm-web-apis.rst

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,51 @@ on use. For any serious use, please contact us so that we can plan
151151
for the future. Don't assume any stability or performance right now.
152152

153153

154+
Recommended and not recommended use cases
155+
------------------------------------------
156+
157+
Here are some examples of what fits well and what doesn't. This isn't a policy or anything legal, just a practical guide to help you think
158+
about whether the endpoint is the right tool for what you have in mind.
159+
160+
.. list-table::
161+
:header-rows: 1
162+
:widths: 45 15 40
163+
164+
* - Use case
165+
- Fits?
166+
- Notes
167+
* - Using the LLM to annotate or label a research dataset (e.g. extracting entities,
168+
classifying text)
169+
- Yes
170+
- Classic research use to prepare or analyse text data
171+
* - An agent that generates and runs analysis code as part of a research workflow
172+
- Yes
173+
- Fine as long as the code you create will be used for research purposes.
174+
* - Teaching students how LLM APIs work in a course or workshop
175+
- Yes
176+
- Students can be given API keys by the course organiser; whiel this case is not research, it is great for hands-on
177+
learning about how these systems work and safe since it is all local.
178+
* - Comparing outputs of several open-weight models as part of a study
179+
- Yes
180+
- This is exactly what the variety of models is there for, useful to benchmark various models on same task.
181+
* - Automated homework grading as a service for your department
182+
- No
183+
- Unless your actual research question is *how* LLMs grade, building a grading
184+
service puts you in "AI provider" territory under the EU AI Act. If you want to develope a new service beyond research,
185+
this tool is not for you. But do get in touch with us so we could work on this together with our IT Services.
186+
* - Connecting an agent to your email or personal calendar
187+
- No
188+
- While I am sure it can be fun to play with productivity AI agents, please use a personal API key from
189+
a commercial provider if the use won't really be classified as research. Get in touch if you want to discuss this.
190+
* - Deploying a public-facing tool or app powered by the endpoint
191+
- No
192+
- Deploying tools to end users (students, staff, public) makes you an AI system
193+
provider under the EU AI Act, which comes with obligations we can't support here. Just get in touch so we can chat about your idea.
194+
195+
If you're not sure whether your use case fits, just ask: drop a message in the
196+
``#llms`` stream on :ref:`chat` or email ``rse@aalto.fi`` and we'll help you figure it out.
197+
198+
154199
Technical implementation
155200
------------------------
156201

training/scip/kickstart-outro.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
This is the final outro of the python-for-scicomp course
55
66
Introduction to Scientific Computing and HPC outro
7-
=================================================
7+
==================================================
88

99
* Materials will stay online. You can browse the source and improve them at: https://github.com/AaltoSciComp/python-for-scicomp
1010
* Videos recordings are already available on TwitchTV, we will move them to YouTube and add subtitles.

0 commit comments

Comments
 (0)