Elektrine lite

← Feed

@Ryan1729@mastodon.social

Post #4390575

2026-08-05 05:41 UTC

@tbortels@infosec.exchange @mhoye@cosocial.ca I did a search for jq utilities that work how I described: selecting parts of the text to focus on produces a query, for example, selecting `"Alice"` in `[{"name": "Alice"}, {"name": "Bob"}]` gives you `.[] | .name`, and I didn't find any. Maybe that's not what you meant, or maybe I missed them.

Replies (1)

  • @Ryan1729@mastodon.social 2026-08-05 05:41

    @tbortels@infosec.exchange @mhoye@cosocial.ca It's unclear to me exactly what kind of useful patterns the LLM is "inferring" for you, and what useful output it is producing as a result of this "inferring". You mention python and log records being different based on event types. Do you mean the LLM is outputting python code that branches on say a `"type"` or `"kind"` field in the JSON?

    Open ##4390574