frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

Show HN: SDK for AI Coding with Long Running Tasks

https://cloudcoding.ai/
2•sean_•11mo ago
It seems that using Cursor has become really repetitive. My workflow typically goes like this: - Get a task to accomplish on a codebase - Research the web and codebase to create a plan - Send the entire plan to cursor and sit back for it to finish

This flow works really well with a high level of accuracy for the most part and it's becoming obvious that the margin between where it is today and "perfect" is quickly closing.

Because of this flow, I feel that I can replicate it through an SDK that uses a AI cli coder tool with low level control.

In this SDK, you can also use the best coder in the world per: https://aider.chat/docs/leaderboards/

As shown here:

```python from cloudcode import Local import os

def main(): # Use the current directory cwd = os.getcwd() example_file = "example.py"

    # Initialize the Aider SDK in architect mode
    agent = Local(
        working_dir=cwd,
        model="o3",  # Main (planner) model
        editor_model="gpt-4.1",  # Editor model for implementing changes
        architect_mode=True,
        use_git=False,
        api_key=os.getenv("CLOUDCODE_API_KEY")
    )

    # Create or overwrite a simple Python file to modify using the SDK
    agent.create_file(
        example_file,
        """def add(a, b):
    return a + b
""" )

    # Run a coding task using the two-model workflow
    result = agent.code(
        prompt="make this function super cool. just make the math functions better",
        editable_files=[example_file]
    )

    # Print the results
    print("\nTask completed!")
    print(f"Success: {result['success']}")
    print("\nChanges made:")
    print(result["diff"])


    # Display cost information
    print("\nTask completed!")
if __name__ == "__main__": main()

```

Given that you can mimic your workflows from cursor and claude code into this sdk, you shouldn't have to sit around on your computer waiting for the long running task to finish.

That's why I built in a Sandbox class that mounts the ai coder into a remote sandbox directory instead of a local folder so you can deploy an ai coder to the cloud, enabling use cases such as coding from your phone and the browser.

I have already found so many low-handing fruit use cases for this sdk to automate prompting, information gathering, and auto-docs as shown in our github https://github.com/LMSystems-ai/cloud-coding

But I want to take it a step further.

You can get started for free today with this sdk and see our favorable pricing model here: https://docs.cloudcoding.ai/pricing

Are still using copy/pasting in GPT to correct your text?

https://rewritecmd.com/
1•Louis9•1m ago•0 comments

ON1 Restore AI Turns Old Family Photos into Grotesque Nightmare Fuel

https://petapixel.com/2026/03/25/on1-restore-ai-turns-old-family-photos-into-grotesque-nightmare-...
1•My_Name•1m ago•0 comments

Show HN: Run Claude Code, Codex, and more with auto-approval in a Container

https://github.com/VibePod/vibepod-cli
1•nezhar•2m ago•0 comments

Spyware Vendor Creates Fake WhatsApp App

https://securityaffairs.com/190276/malware/italian-spyware-vendor-creates-fake-whatsapp-app-targe...
1•lschueller•2m ago•0 comments

Velvetluxbox

https://bdsm-box.com/
1•Velvetluxbox•2m ago•0 comments

Show HN: Hey Aio – Video Editing Assistant You Can Talk To

https://www.heyaio.com/
1•misellu•4m ago•0 comments

Hallucinated citations are polluting scientific literature. What can be done?

https://www.nature.com/articles/d41586-026-00969-z
1•Kaibeezy•7m ago•1 comments

What the FCC router ban means for FOSS

https://sfconservancy.org/blog/2026/apr/02/fcc-router-ban/
1•speckx•8m ago•0 comments

The Friend Compound Field Guide

https://livenearfriends.com/fieldguide
1•cjbarber•9m ago•0 comments

Public Anger Is Rising

https://www.theatlantic.com/politics/2026/04/congress-government-shutdown-tsa/686653/
2•paulpauper•11m ago•0 comments

Open Source 13" E-Ink Spectra Color Display with ESP32-S3

https://www.crowdsupply.com/soldered/inkplate-13spectra
2•car•12m ago•0 comments

Show HN: I built an offline and privacy-first photo sorter

https://photosort-production-d4d1.up.railway.app/
2•Sensotix•13m ago•1 comments

Show HN: Is autoresearch better than classic hyperparameter tuning?

https://www.weco.ai/blog/autoresearch-vs-classical-hpo
2•WecoAI•13m ago•0 comments

Show HN: Claude Code leak forced this early – Dojo dual agents vs. Claude/Codex

https://ehaye.io
1•avidcoder•13m ago•0 comments

Epstein files: Buffett says he hasn't talked to Bill Gates

https://www.cnbc.com/2026/03/31/warren-buffett-bill-gates-epstein.html
1•paulpauper•14m ago•0 comments

Anthropic says its leak-focused DMCA unintentionally hit legit GitHub forks

https://arstechnica.com/ai/2026/04/anthropic-says-its-leak-focused-dmca-effort-unintentionally-hi...
1•josephcsible•15m ago•0 comments

Show HN: AutoLoop – Let coding agents run optimization loops on real repos

https://github.com/armgabrielyan/autoloop
1•armen99•15m ago•0 comments

Oldest known tortoise still alive, as reports of death revealed as hoax

https://www.bbc.com/news/articles/c393xmpzjwko
1•BeetleB•17m ago•0 comments

Marc Andreessen Is Right That AI Isn't Killing Jobs. Interest Rate Hikes Are

https://www.governance.fyi/p/marc-andreessen-is-right-that-ai
2•bigbobbeeper•17m ago•0 comments

Republic – the best way to monitor the situation in SF

https://republic.civlab.org/
1•m_adams•17m ago•0 comments

Sidekiq to Temporal: a zero-downtime migration strategy

https://firehydrant.com/blog/sidekiq-to-temporal-a-zero-downtime-migration-strategy/
2•btables•18m ago•0 comments

Why Gen Z is taking up boomer hobbies

https://www.economist.com/culture/2026/04/01/why-gen-z-is-taking-up-boomer-hobbies
1•andsoitis•20m ago•0 comments

Show HN: I built a Python-based app for Windows security diagnostics

https://github.com/secuditor/secuditor-lite/tree/main
1•mennylevinski•21m ago•0 comments

Show HN: AI tax filing – upload W-2s and 1099s, get completed IRS forms back

https://autocook.io
2•hetelek•21m ago•0 comments

Anthropic says: nothing wrong with our usage limits, you're hallucinating

https://www.reddit.com/r/ClaudeAI/s/u7aJKSDmfy
4•aeneas_ory•22m ago•1 comments

Drowning in Data Sets?

https://www.nature.com/articles/d41586-026-00880-7
1•gnabgib•22m ago•0 comments

Reporting potholes with an ESP32, LoRA, and AI

https://thingswemake.com/pothole-in-one/
2•flakespancakes•26m ago•0 comments

Kafka Explorer – Configuration, Protocol, Wire Format, Errors, Flink SQL

https://kafka-options-explorer.conduktor.io/
1•chtefi•29m ago•0 comments

Built-in workaround for applications hiding under the MacBook Pro notch (2024)

https://flaky.build/built-in-workaround-for-applications-hiding-under-the-macbook-pro-notch/
1•zbentley•30m ago•0 comments

The machines are fine. I'm worried about us

https://ergosphere.blog/posts/the-machines-are-fine/
1•hmpc•30m ago•0 comments