HackerTrans
トップ新着トレンドコメント過去質問紹介求人

oli5679

no profile record

投稿

Freedom of Information Request – Chat GPT Conversations – UK Science Secretary

gov.uk
1 ポイント·投稿者 oli5679·3 か月前·0 コメント

Ghostty – Terminal Emulator

ghostty.org
863 ポイント·投稿者 oli5679·4 か月前·359 コメント

Nicolas Maduro – US Bounty

state.gov
1 ポイント·投稿者 oli5679·6 か月前·0 コメント

Open AI Europe terms of use

openai.com
1 ポイント·投稿者 oli5679·7 か月前·0 コメント

Code for mistral vibe – Mistral's open-source CLI coding assistant

github.com
2 ポイント·投稿者 oli5679·7 か月前·0 コメント

Install script does rm -RF /usr for Ubuntu

github.com
2 ポイント·投稿者 oli5679·8 か月前·0 コメント

Self-Replicating NPM Package Supply Chain Worm 'Shai Hulud'

aikido.dev
2 ポイント·投稿者 oli5679·10 か月前·0 コメント

Technology Without Industry

geohot.github.io
90 ポイント·投稿者 oli5679·5 年前·63 コメント

コメント

oli5679
·19 日前·議論
Would llms be more robust to this prompt injection if the tags used in fine tuning are sanitised from user input?

E.g. map <think> -> THINK <user> -> USER <tool> -> TOOL

If they learn something specific in the chat finetuning stage, this might show LLM its user input text not these tag references.
oli5679
·6 か月前·議論
https://github.com/mistralai/mistral-vibe

This is a really nice open source coding agent implementation. The use of async is interesting.
oli5679
·8 か月前·議論
This ties directly into the superposition theory.

It is believed dense models cram many features into shared weights, making circuits hard to interpret.

Sparsity reduces that pressure by giving features more isolated space, so individual neurons are more likely to represent a single, interpretable concept.
oli5679
·9 か月前·議論
The OpenAI fine-tuning api is pretty good - you need to label an evaluation benchmark anyway to systematically iterate on prompts and context, and it’s often creates good results if you give it a 50-100 examples, either beating frontier models or allowing a far cheaper and faster model to catch up.

It requires no local gpus, just creating a json and posting to OpenAI

https://platform.openai.com/docs/guides/model-optimization
oli5679
·9 か月前·議論
One interesting anecdote about this bill was that the European Commission allegedly funded digital advertisements promoting it, targeting specific political demographics, which is something that could possibly be prohibited by their own regulations.

https://noyb.eu/en/noyb-files-complaint-against-eu-commissio...

https://eur-lex.europa.eu/EN/legal-content/summary/transpare...
oli5679
·10 か月前·議論
HHI is a pretty interesting metric. It’s calculated by taking each firm’s market share, squaring it, and summing across all firms.

This gives the probability that two randomly chosen customers belong to the same firm.

In one micro models of oligopoly, Cournot competition, it lines up directly with the markup firms can sustain.

Outside of theory, it’s an intuitive way to average together the market power of all firms, with increases in market share for bigger players being weighted more heavily.