HackerTrans
TopNewTrendsCommentsPastAskShowJobs

andes314

no profile record

Submissions

LLM-Native Advertising (What Ads in GenAI Will Look Like)

adgpt.rlafuente.com
1 points·by andes314·4 माह पहले·0 comments

AdGPT

adgpt.rlafuente.com
1 points·by andes314·4 माह पहले·1 comments

Show HN: ClawJetty: Agent Pages for Production AI

clawjetty.com
1 points·by andes314·4 माह पहले·0 comments

CJ: Let your Agents send you Updates

clawjetty.com
1 points·by andes314·4 माह पहले·0 comments

Give Your AI Agent a Live Status Page

clawjetty.com
1 points·by andes314·4 माह पहले·2 comments

Show HN: ClawJetty: See what your AI Agent is Doing

clawjetty.com
1 points·by andes314·4 माह पहले·0 comments

My Dev Box Setup Script

rlafuente.com
1 points·by andes314·4 माह पहले·2 comments

I Lost $150 in 20 Minutes Market-Making on Kalshi

rlafuente.com
4 points·by andes314·4 माह पहले·1 comments

ClawJetty: Plug-In Personal OpenClaw Box

clawjetty.com
2 points·by andes314·5 माह पहले·1 comments

God, Theology, and AI

rlafuente.com
5 points·by andes314·5 माह पहले·0 comments

On God and Machine Learning

rlafuente.com
2 points·by andes314·5 माह पहले·0 comments

Hire Me: ML Engineer

rlafuente.com
1 points·by andes314·10 माह पहले·2 comments

Show HN: 16-Pad Sampler from Your Videos

sampler.rlafuente.com
1 points·by andes314·11 माह पहले·0 comments

Postman for MCP

usetexture.com
31 points·by andes314·पिछला वर्ष·10 comments

Show HN: Texture: Chat with Any API

usetexture.com
4 points·by andes314·पिछला वर्ष·1 comments

Show HN: Chat with Reddit

usetexture.com
1 points·by andes314·पिछला वर्ष·0 comments

Texture – No-Code API-to-MCP

usetexture.com
1 points·by andes314·पिछला वर्ष·1 comments

Show HN: Texture: Create an MCP Server from Any API

usetexture.com
2 points·by andes314·पिछला वर्ष·0 comments

Open-Source MCP Chat That Just Works

mcp.scira.ai
1 points·by andes314·पिछला वर्ष·0 comments

Workers AI LLM Playground

playground.ai.cloudflare.com
3 points·by andes314·पिछला वर्ष·1 comments

comments

andes314
·4 माह पहले·discuss
To whoever messaged “what is Manchester United” and got an airline ad, come on, that’s pretty cool right? I’d really love some discussion on this as I have not yet seen ads in GenAI apps and wanted to experience them.
andes314
·4 माह पहले·discuss
[dead]
andes314
·4 माह पहले·discuss
skills.md:

# ClawJetty Skills

ClawJetty lets you create a live public progress page for a task.

## Goal

Before starting work, create a run and return its public URL to the user. As you work, post short progress updates. When finished, post a final event marking the run complete or failed.

## Base URL

https://clawjetty.com

## API

### 1) Create a run

POST /api/runs

Request body:

```json { "title": "Researching CRM tools" } ```

Response body:

```json { "id": "run_abc123", "viewer_url": "https://clawjetty.com/t/run_abc123", "status": "active" } ```

Create the run before doing the task. Return viewer_url to the user immediately.

### 2) Post an event

POST /api/runs/{id}/events

Request body:

```json { "kind": "update", "message": "Comparing 5 tools by price and features" } ```

Allowed event kinds:

- update - complete - fail

Example complete event:

```json { "kind": "complete", "message": "Finished. Sent final recommendation to user." } ```

Example fail event:

```json { "kind": "fail", "message": "Failed due to missing access to the source system." } ```

## Usage rules

- Create the run before starting the task. - Return the viewer_url to the user immediately. - Post short updates after meaningful steps. - Keep updates short and plain. - Do not flood the run with tiny updates. - Do not include secrets, passwords, API keys, or raw private data. - End every run with either complete or fail.

## Good update examples

- Reading the uploaded PDF - Summarizing the findings - Drafting the email reply - Blocked waiting on missing invoice number

## Bad update examples

- Thinking - Working - Doing stuff - Long dumps of raw content
andes314
·4 माह पहले·discuss
A quick tool to give your AI agent a live status page. I made this after being frustrated with the lack of visibility in tools like OpenClaw. Open to feedback.
andes314
·4 माह पहले·discuss
Good call, worth adding!
andes314
·5 माह पहले·discuss
I’m building ClawJetty: a small, always-on mini PC that runs a personal OpenClaw instance with minimal setup (pair from an app, connect your chat channel, done). The point is to make “self-host your agent” feel like setting up a router, not a weekend project.

Pricing is two tiers and two purchase options:

Plus: $149/mo with a 12-month commitment (box included) or $449 upfront + $119/mo

Pro: $269/mo with a 12-month commitment (box included) or $449 upfront + $219/mo

Plans include managed updates + rollback, safe defaults (no exposed inbound ports), and address collection at checkout for fulfillment. AI usage is bundled with included allowance; overages/top-ups will come later.

Looking for feedback from people who’ve self-hosted agents (or tried): what parts of setup/ops were the biggest pain, and what would you demand from an “agent appliance” to trust it?
andes314
·5 माह पहले·discuss
Linear time attention doesn’t work, by principle. Dead end pursuit. Much great research on more efficient quadratic time inference
andes314
·10 माह पहले·discuss
SEEKING WORK, Boston, MA (open to relocation), Remote Welcome.

https://rlafuente.com

ML Engineer with experience in high visibility DARPA and DAF projects. I charge $200/hour for time spent in an interview process.
andes314
·10 माह पहले·discuss
Putting my profile on here for anyone who is looking for an ML Engineer. I have worked on AI/ML development on highly visible DARPA and DAF programs. I generally charge $200/hour for time spent interviewing.
andes314
·पिछला वर्ष·discuss
This platform is an mcp client and mcp server creator tool. You make the mcp servers from APIs. It is a “Postman” tool in two ways
andes314
·पिछला वर्ष·discuss
Less than you’d think
andes314
·पिछला वर्ष·discuss
It is a platform to create MCP servers from API endpoints, and then chat with them without having to use Claude’s clunky integration process. It is simple and complete.
andes314
·पिछला वर्ष·discuss
My platform goes beyond being an automatic wrapper of an API and lets you specify to the model, in natural language, how it should parse inputs and outputs. I find LLMs are very responsive to this type of specification, and to the best of my knowledge no one is trying this yet.

You also don’t seem to offer a simple chat-based client.
andes314
·पिछला वर्ष·discuss
If it enters hug of death, please try Claude client to test it! Anthropic allows me only 30req/s at the moment
andes314
·पिछला वर्ष·discuss
For anyone confused, you can play with mcp for free on usetexture.com
andes314
·पिछला वर्ष·discuss
This is what the no-code API-to-MCP creator uses at usetexture.com! I was surprised to find out this is not what the Claude client uses (as of May 2025)
andes314
·पिछला वर्ष·discuss
How about acting? Can your platform have a chat window create a ticket or send a message? I feel there is so much search already.
andes314
·पिछला वर्ष·discuss
I am releasing this tool, if you have feedback please include it below. I will be writing a write-up about this tool if it gets enough usage. This tool creates MCP Servers from APIs in a no-code fashion, and hosts them for you. Kinda like a wix.com for MCP servers, but also meant a little more for more people who know what APIs are. Above all, it is a tool to get started playing around more with MCP servers.
andes314
·पिछला वर्ष·discuss
Found a tool that actually allows you to use MCP servers easily. Go Cloudflare.
andes314
·पिछला वर्ष·discuss
[Excerpt from Article]

This is a small project that packages a Flask app in Docker and deploys it using Docker Compose. It runs a server that returns `"crouton!"`, the current time, and a visitor count that persists across restarts.

* The codebase: https://github.com/rodlaf/crouton * You can try it here: https://crouton.rlafuente.com * The idea was originally inspired by https://crouton.net

The app itself is trivial. But what you get, by building and deploying it properly, is a full walkthrough of how web services actually make their way from a script on your laptop to something versioned, persistent, and runnable everywhere.

It touches on containerization, orchestration, logging, port forwarding, file persistence, and shipping artifacts to Docker Hub. All in about 30 lines of Python.