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_•10mo 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

Mossad hacked traffic cameras to track Ayatollah Khamenei

https://www.google.com/search?q=How+Mossad+hacked+traffic+cameras+to+track+Ayatollah+Khamenei
2•asdefghyk•2m ago•1 comments

Show HN: Hacking Sony A6000 for Fun

https://docodethatmatters.com/hacking-sony-a6000-for-modernization/
1•skittleson•2m ago•0 comments

How Anonymous Bettors Cashed in on the Iran Strike, Hours Before It Happened

https://www.nytimes.com/2026/03/03/upshot/prediction-markets-iran-strikes.html
2•jbegley•2m ago•0 comments

Better JIT for Postgres

https://github.com/vladich/pg_jitter
2•vladich•4m ago•0 comments

Earthquake-Proof Foundations

https://practical.engineering/blog/2026/3/3/earthquake-proof-foundations
1•vismit2000•5m ago•0 comments

Windows 12 will need 40 TOPS AI NPU chip to run

https://tbreak.com/windows-12-leaked-2026-ai-npu-requirement/
2•KnuthIsGod•5m ago•0 comments

Show HN: PardusAI – Data Science Agent (Not 2026 YC)

https://pardusai.org/
1•jasonEinstien•7m ago•0 comments

Show HN: Deploy OpenClaw in 60 Seconds

http://deployclaw.ai/
1•Creator-io•12m ago•0 comments

FBI stymied by Apple's Lockdown Mode after seizing journalist's iPhone

https://arstechnica.com/tech-policy/2026/02/fbi-stymied-by-apples-lockdown-mode-after-seizing-jou...
1•alwillis•15m ago•1 comments

Apple Does Fusiom

https://om.co/2026/03/03/apple-does-fusion/
1•noahmbarr•16m ago•0 comments

Human-written code died in 2025. Code reviews will die in 2026

https://www.latent.space/p/reviews-dead
1•tdchaitanya•17m ago•0 comments

Amazon S3 Paper Cuts

https://arturdryomov.dev/posts/amazon-s3-paper-cuts/
2•ming13•22m ago•0 comments

Triage Report

https://tria.ge/260303-v3afzaht5y/behavioral2
1•KaoruAK•23m ago•1 comments

The dry and the wet burn together: On the war against Iran

https://www.lrb.co.uk/blog/2026/march/the-dry-and-the-wet-burn-together
1•mitchbob•24m ago•0 comments

The Unreasonable Effectiveness of Nonstandard Analysis (2020)

https://www.alphaxiv.org/abs/1508.07434
1•measurablefunc•24m ago•0 comments

Show HN: I can't code – I built a bonded execution engine for AI agents anyway

https://github.com/selfradiance/agentgate/blob/main/docs/manifesto.md
1•selfradiance•26m ago•1 comments

Attacker can bypass cryptography and prove mathematically impossible statements

https://osec.io/blog/2026-03-03-zkvms-unfaithful-claims/
1•nailer•28m ago•0 comments

DualPath: Breaking the Storage Bandwidth Bottleneck in Agentic LLM Inference

https://arxiv.org/abs/2602.21548
1•nsoonhui•29m ago•0 comments

w0rdz aRe 1mpoRtAnt

https://blog.jim-nielsen.com/2026/w0rdz-are-1mportant/
1•Curiositry•34m ago•0 comments

Lentil – LLM Powered Linting

https://github.com/Haizzz/lentil
1•haizzz•40m ago•0 comments

"Post-Visual Web: Designing pages for agents, not readers

https://salah.louizy.com/blog/post-visual-web/
2•losalah•41m ago•0 comments

What clues reveal about a possible Windows 12

https://www.pcworld.com/article/3068331/windows-12-rumors-features-pricing-everything-we-know-so-...
3•XzetaU8•42m ago•0 comments

Show HN: HumanRoot – Signed proof of human authorization for AI agents

https://github.com/Thinklanceai/humanroot
1•thinklanceai•44m ago•0 comments

Claude vs. US Govt: OpenAI Gamble

https://www.youtube.com/watch?v=Ph8CrTNlWbM
1•ashutosh0707•50m ago•0 comments

Show HN: Mindspend – Track how you feel about your spending, not just numbers

https://www.mindspend.app/
2•mogic•50m ago•0 comments

Generate a production-ready constitution.md or Claude.md for spec driven dev

https://younss.github.io/ConstitutionKit/
1•younss•52m ago•0 comments

Stocklens Software

https://stocklnsss.lovable.app
1•StockLens_1•56m ago•0 comments

Mac Has Hidden VRAM [video]

https://www.youtube.com/watch?v=nxCtScEImew
1•goosebump•57m ago•0 comments

Show HN: Offline AI That Analyzes Your Health Data with Evidence-Based Reasoning

https://twitter.com/AshtonBars/status/2028612540444651995
1•sagebowsystem•1h ago•0 comments

Ask HN: Who's hiring but companies that don't have AI mandates?

2•ares623•1h ago•2 comments