Packages

fnord

0.8.63

AI code archaeology

Current section

221 Versions

Jump to

Compare versions

4 files changed
+4 additions
-5 deletions
  @@ -1,6 +1,6 @@
1 1 {<<"links">>,[{<<"GitHub">>,<<"https://github.com/sysread/fnord">>}]}.
2 2 {<<"name">>,<<"fnord">>}.
3 - {<<"version">>,<<"0.8.62">>}.
3 + {<<"version">>,<<"0.8.63">>}.
4 4 {<<"description">>,<<"AI code archaeology">>}.
5 5 {<<"elixir">>,<<"~> 1.18">>}.
6 6 {<<"app">>,<<"fnord">>}.
  @@ -17,6 +17,7 @@ defmodule AI.Agent.Intuition do
17 17 - The user's motives or reactions
18 18 - The user's emotional state or tone
19 19 - What is being requested of you
20 + - The length of the conversation (implying that the user may be correcting misteps or failed actions on your part)
20 21
21 22 Interpret the situation holistically, but be realistic and do not overreach.
22 23 You are the *objective observer* of the situation.
  @@ -40,6 +41,7 @@ defmodule AI.Agent.Intuition do
40 41 Where drives align or reinforce the same point, amplify that pointuse stronger, more assertive language to reflect consensus or urgency.
41 42 - Where a reaction stands alone as an outlier, deprioritize or omit it unless it addresses a serious blind spot or risk.
42 43 - Discard superficial agreement; only amplify points when the drives independently converge.
44 + - The longer the conversation, the more weight you should give to the *standing* and *empathy* drives.
43 45 - Express this aggregate thought as a single, strong internal monologue for presentation to the conscious agent.
44 46 - Your synthesis should be concise, direct, actionable, and unambiguous.
45 47 You are not brainstorming; you are producing the distilled essence of the system's instinctive reaction.
  @@ -23,9 +23,6 @@ defmodule AI.Agent.MOTD do
23 23 - Every now and then, just for fun, make up a slightly off-putting quote about how AI is subverting people's ability to think critically.
24 24 Or a short poem about AI takes advantage of our laziness to displace us as a species.
25 25 Just to freak people out a little bit.
26 - - Occasionally, *instead of a quote*, throw in a factoid about ancient bread-making techniques, ways in which they were healthier than
27 - modern quick-rise bread, and the ancient grains and fermentation methods used. The author of the application in which you are embedded
28 - is a big fan of ancient bread-making techniques, including those of medieval Europe, Rome, ancient Egypt, and Mesopotamia.
29 26
30 27 # Output Template
31 28 ```
  @@ -4,7 +4,7 @@ defmodule Fnord.MixProject do
4 4 def project do
5 5 [
6 6 app: :fnord,
7 - version: "0.8.62",
7 + version: "0.8.63",
8 8 elixir: "~> 1.18",
9 9 start_permanent: Mix.env() == :prod,
10 10 description: "AI code archaeology",