HackerTrans
TopNewTrendsCommentsPastAskShowJobs

thenameless7741

no profile record

Submissions

UX Beyond Prompting [WIP]

gktk.us
2 points·by thenameless7741·geçen yıl·0 comments

The Prompt Engineering Playbook for Programmers

addyo.substack.com
18 points·by thenameless7741·geçen yıl·1 comments

Lyria RealTime Demo: Prompt DJ MIDI

aistudio.google.com
1 points·by thenameless7741·geçen yıl·0 comments

Regression: Detailed Gemini Thinking Process Vanished from AI Studio

discuss.ai.google.dev
2 points·by thenameless7741·geçen yıl·0 comments

Nine Emerging Developer Patterns for the AI Era

a16z.com
3 points·by thenameless7741·geçen yıl·0 comments

Local-First Landscape

localfirst.fm
2 points·by thenameless7741·geçen yıl·0 comments

Vibe Coding is not an excuse for low-quality work

addyo.substack.com
3 points·by thenameless7741·geçen yıl·0 comments

A practical guide to building agents [pdf]

cdn.openai.com
1 points·by thenameless7741·geçen yıl·0 comments

AI Fundamentals: Agent Definitions

steampunkai.com
3 points·by thenameless7741·geçen yıl·2 comments

An analysis of recent Mozilla controversies and Firefox shortcomings

xcancel.com
8 points·by thenameless7741·geçen yıl·4 comments

Voice AI and Voice Agents – An Illustrated Primer

voiceaiandvoiceagents.com
10 points·by thenameless7741·geçen yıl·2 comments

AI Timeline – The Road to AGI

ai-timeline.org
3 points·by thenameless7741·geçen yıl·0 comments

The think tool: Enabling Claude to stop and think in complex tool use situations

anthropic.com
26 points·by thenameless7741·geçen yıl·2 comments

CSS Relative Colors

ishadeed.com
5 points·by thenameless7741·geçen yıl·0 comments

The Differences Between Deep Research, Deep Research, and Deep Research

leehanchung.github.io
231 points·by thenameless7741·geçen yıl·76 comments

Don't just slap on a chatbot: building AI that works before you ask

evilmartians.com
2 points·by thenameless7741·geçen yıl·0 comments

How to Favicon in 2025: Three files that fit most needs

evilmartians.com
3 points·by thenameless7741·geçen yıl·0 comments

O1 isn't a chat model (and that's the point)

latent.space
10 points·by thenameless7741·2 yıl önce·1 comments

Using LLMs to make sense of chat data without compromising user privacy

ivanleo.com
1 points·by thenameless7741·2 yıl önce·0 comments

Building Dynamic AI Memory Systems: Dot's Approach to Personalization [video]

youtube.com
1 points·by thenameless7741·2 yıl önce·0 comments

comments

thenameless7741
·geçen yıl·discuss
A recent example: a law firm hired this person [0] to build a private AI system for document summarization and Q&A.

[0] https://xcancel.com/glitchphoton/status/1927682018772672950
thenameless7741
·geçen yıl·discuss
If you install llama.cpp via Homebrew, llama-mtmd-cli is already included. So you can simply run `llama-mtmd-cli <args>`
thenameless7741
·geçen yıl·discuss
AFAIK, Phi-4-multimodal doesn't support TTS, but I understand OP's point.

The recent Qwen's release is an excellent example of model providers collaborating with the local community (which include inference engine developers and model quantizers?). It would be nice if this collaboration extended to wrapper developers as well, so that end-users can enjoy a great UX from day one of any model release.
thenameless7741
·geçen yıl·discuss
> it'll probably take a year for the FOSS community to implement and digest it completely

The local community seems to have converged on a few wrappers: Open WebUI (general-purpose), LM Studio (proprietary), and SillyTavern (for role-playing). Now that llama.cpp has an OpenAI-compatible server (llama-server), there's a lot more options to choose from.

I've noticed there really aren't many active FOSS wrappers these days - most of them have either been abandoned or aren't being released with the frequency we saw when OpenAI API first launched. So it would be awesome if you could share your wrapper with us at some point.
thenameless7741
·geçen yıl·discuss
it's mentioned in the main thread: https://nitter.net/athyuttamre/status/1899511569274347908

> [Q] Does the Agents SDK support MCP connections? So can we easily give certain agents tools via MCP client server connections?

> [A] You're able to define any tools you want, so you could implement MCP tools via function calling

in short, we need to do some plumbing work.

relevant issue in the repo: https://github.com/openai/openai-agents-python/issues/23
thenameless7741
·geçen yıl·discuss
Interesting.. In the official API [1], there's no way to prefill the reasoning_content:

> Please note that if the reasoning_content field is included in the sequence of input messages, the API will return a 400 error. Therefore, you should remove the reasoning_content field from the API response before making the API request

So the best I can do is pass the reasoning as part of the context (which means starting over from the beginning).

[1] https://api-docs.deepseek.com/guides/reasoning_model
thenameless7741
·geçen yıl·discuss
https://gist.github.com/thenameless7741/a1957c2898d80ce99ebd...
thenameless7741
·2 yıl önce·discuss
I've just started experimenting on an AI wrapper that blends companion and assistant into one (think Replika meets Claude), but with an anime-style avatar for the main interface.

As I'm still very early (still in the ideation and prototyping phase), I'd love to hear about experiences that have stuck with you, or any works that got you excited about the possibilities.
thenameless7741
·2 yıl önce·discuss
Before anyone reads too much into this, here's what an Anthropic staff said on Discord:

> i don't write the docs, no clue

> afaik opus plan same as its ever been
thenameless7741
·2 yıl önce·discuss
As a technical person who recently taught myself frontend from scratch, I found https://web.dev/learn way more structured and thorough. The CSS lesson covers all the essentials and actually made me enjoy working with CSS.

web.dev doesn't get as much love as MDN, but it totally should!
thenameless7741
·2 yıl önce·discuss
Blog updates:

- Introducing the Realtime API: https://openai.com/index/introducing-the-realtime-api/

- Introducing vision to the fine-tuning API: https://openai.com/index/introducing-vision-to-the-fine-tuni...

- Prompt Caching in the API: https://openai.com/index/api-prompt-caching/

- Model Distillation in the API: https://openai.com/index/api-model-distillation/

Docs updates:

- Realtime API: https://platform.openai.com/docs/guides/realtime

- Vision fine-tuning: https://platform.openai.com/docs/guides/fine-tuning/vision

- Prompt Caching: https://platform.openai.com/docs/guides/prompt-caching

- Model Distillation: https://platform.openai.com/docs/guides/distillation

- Evaluating model performance: https://platform.openai.com/docs/guides/evals

Additional updates from @OpenAIDevs: https://x.com/OpenAIDevs/status/1841175537060102396

- New prompt generator on https://playground.openai.com

- Access to the o1 model is expanded to developers on usage tier 3, and rate limits are increased (to the same limits as GPT-4o)

Additional updates from @OpenAI: https://x.com/OpenAI/status/1841179938642411582

- Advanced Voice is rolling out globally to ChatGPT Enterprise, Edu, and Team users. Free users will get a sneak peak of it (except EU).
thenameless7741
·2 yıl önce·discuss
duplicate of https://news.ycombinator.com/item?id=41658730

(moderator, please delete this post)
thenameless7741
·2 yıl önce·discuss
context:

Cloudflare joins OpenNext to deploy Next.js apps to Workers: https://blog.cloudflare.com/builder-day-2024-announcements/#...
thenameless7741
·2 yıl önce·discuss
> No system prompt support—the models use the existing chat completion API but you can only send user and assistant messages.

> No streaming support, tool usage, batch calls or image inputs either.

I think it's worth adding a note explaining that many of these limitations are due to the beta status of the API. max_tokens is the only parameter I've seen deprecated in the API docs.

From https://platform.openai.com/docs/guides/reasoning

> We will be adding support for some of these parameters in the coming weeks as we move out of beta. Features like multimodality and tool usage will be included in future models of the o1 series.
thenameless7741
·2 yıl önce·discuss
Context: https://x.com/devinjacoviello/status/1833521766146445830
thenameless7741
·2 yıl önce·discuss
i previously converted this tutorial to an interactive website when it was still in google sheets format and shared it on hn: https://news.ycombinator.com/item?id=40395057

i'm currently in the process of hard forking the repo and converting the remaining tutorials to typescript. just yesterday, i completed the conversion for the next part called "real world prompting", which you can find here: https://freya.academy/anthropic-rwpt-00
thenameless7741
·2 yıl önce·discuss
that's right, i've mentioned this on the first page of the tutorial. if you don't enable interactive mode, the experience is the same as reading the answer sheet.

i converted the content to a web-friendly format as a personal learning exercise. hopefully it improves the accessibility as well.