2024-02-03
Job Seeking And Automated Llm Agents For Browsing And Searching

在BOSS直聘上面搜索腾讯、字节、阿里、微软等关键词,投递简历。官网上传简历的步骤比较繁琐。

外国的企业建议在Linkedin上面聊。发送邮件或者官网投送一般都没回复。(或许是我简历写的不好么)

英文简历不要用ChatGPT写,页数要够4页。


Arc近日将推出mac端的Arc自动浏览功能,iPhone端的Arc Search在Preview商店里面可以下载。

Arc浏览器貌似优化较差,速度较慢,界面用起来非常不习惯。

邮箱:careers@thebrowser.company


LeptonAI推出Lepton Search项目(对话式搜索引擎),需要用Lepton API和Bing API。

LeptonAI有状态机JSON格式输出/方法调用的实现。不过建议给大模型一定的思考空间,不要一上来就叫它给答案。

邮箱:info@lepton.ai

Read More

2023-05-04
Agi That Controls Computer

make specialized (in RPA) tokenizer and embedding for this new model. add new words to the tokenizer.


you can just boot ubuntu/kali/parrot iso without installing.

but that would make us embarrasing. we need to check for the option.


use ChatGPT-derived projects for localized propaganda on CyberGod and The Frozen Forest.

obs remote control

using obs-websocket you can use python to do real scripting. but first spin up obs first (with websocket related commandline arguments)

launch obs in minimized way obs --minimize-to-tray or just using xvfb.

you can also write and load scripts for obs, run on custom intervals and conditions.

audio recording

your OS may go slient if you want to record audio from “speakers”


using pyaudio, on macos, you need blackhole for sending all audio to oblivion, thus able to be recorded.

on Linux, you need audio loopback device.

run: sudo modprobe snd-aloop

you use hw:1:0 or “Analog Device Output” for slient output/speaker, and use hw:1:1 or “Analog Device Input” for recording.

benchmarks

it is always a mystery for us to develop the right ML model. however, we can setup guidelines of good performance over specific task.

automate the benchmark, setup metrics. there could be more room for trials and imagination.

encoding

use hfft/rfft to transform multipart inputs (special bits, different part of mouse coords (x, y, dx, dy))

if you want to use complex number as RNN input, you may need to swap ViT for ComplexConv2D, but maybe you just need a few.


libraries that handle complex neural networks:

complexPyTorch

pytorch-complex

multimodal

do our model have to output multimodal data?

if you combine some “special” bits along with token embeding by ihfft, you may have to retrain the entire damn network. also in order to make way for special bits, you may have to introduce extra linear layer.


some may prefer “LoRA”? by only introducing few tunable params and changing the overall output?


we may not annotate anything in our dataset. in contrast, we will set goals and make multiple interfaces for our model to explore.


you can add special task specific embedding before passing to main model, then minus that task specific embedding after passing to classification model.

file sharing and communication

make sure you don’t share important files as read/write on VM.


you may host some “execution server” on UTM VMs. you may expose your very large hard disk using WebDAV server. i think x11vnc and other vnc server may suffice for linux, but we always want to listen to the real operational data, including human operation/intervention, not just those in VNC protocols.


WebDAV servers:

wsgidav (python)

1
2
wsgidav --host=192.168.64.1 --port=8081 --root="/Volumes/Toshiba XG3/works/agi_computer_control"  --auth=anonymous

webdav-cli (nodejs)

1
2
webdav-cli --host=192.168.64.1 --port=8081 --username=root --password=root --path="/Volumes/Toshiba XG3/works/agi_computer_control"

video recording

for Ubuntu ARM VM, mss failed on wayland but pyautogui works in both cases. write one python script to pipe raw images to ffmpeg for better compression ratio by shell. the final video is not “time-accurate”. it is frame by frame, matched with timestamps.


forcing ubuntu to use xorg by: sudo vim /etc/gdm3/custom.conf

resize UTM VM disks

you need to first resize the virtio disk in utm setting, then resize partition by using gparted, then update the device mapper

Read More

2022-12-05
Openai Codex Chatgpt Dalle-2 Account Registration

chatgpt is based on instructGPT

chatgpt interface

there are discord chats for openai and hackthebox

consider bugmenot to find openai accounts?

chatgpt sucks. it seems a tailored search engine. it might help filter out useless information. no zeroday exploits (rasp like openrasp) since it does not interact with program and hooks.

order paid openai accounts here

if you use openai to register new accounts, try to send sms successfully (may not receive sms even sent) multiple times, you will be blocked

tutorial on how to use this platform for openai registration

free sms receive platforms

7sim.org multiple phone numbers

receivesms.org i have seen soulapp usage with this damn number

not work for openai virtual phone numbers

Read More