HackerTrans
TopNewTrendsCommentsPastAskShowJobs

oli5679

no profile record

Submissions

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

gov.uk
1 points·by oli5679·3 เดือนที่ผ่านมา·0 comments

Ghostty – Terminal Emulator

ghostty.org
863 points·by oli5679·4 เดือนที่ผ่านมา·359 comments

Nicolas Maduro – US Bounty

state.gov
1 points·by oli5679·6 เดือนที่ผ่านมา·0 comments

Open AI Europe terms of use

openai.com
1 points·by oli5679·7 เดือนที่ผ่านมา·0 comments

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

github.com
2 points·by oli5679·7 เดือนที่ผ่านมา·0 comments

Install script does rm -RF /usr for Ubuntu

github.com
2 points·by oli5679·8 เดือนที่ผ่านมา·0 comments

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

aikido.dev
2 points·by oli5679·10 เดือนที่ผ่านมา·0 comments

Technology Without Industry

geohot.github.io
90 points·by oli5679·5 ปีที่แล้ว·63 comments

comments

oli5679
·19 วันที่ผ่านมา·discuss
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 เดือนที่ผ่านมา·discuss
https://github.com/mistralai/mistral-vibe

This is a really nice open source coding agent implementation. The use of async is interesting.
oli5679
·8 เดือนที่ผ่านมา·discuss
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 เดือนที่ผ่านมา·discuss
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 เดือนที่ผ่านมา·discuss
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 เดือนที่ผ่านมา·discuss
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.